Trace number 1074386

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 740.86 744.68

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle17.xml
MD5SUMfbfcca174138f95b292fe795fe44a0e9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.228964
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:35:57 2008
0.00/0.04	c 0	PID 6612
0.00/0.04	c 0	HOST node61.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1074386-1215178557.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074386-1215178557.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.75	c 1	Parsing HOME/temp.csp
1.15/1.23	c 1	parsed 1612 expressions
1.15/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.23	c 1	Converting to clausal form CSP
1.15/1.26	c 1	converted 162 (10%) expressions
1.74/1.87	c 2	converted 323 (20%) expressions
1.84/1.99	c 2	converted 484 (30%) expressions
1.94/2.01	c 2	converted 645 (40%) expressions
1.94/2.03	c 2	converted 806 (50%) expressions
2.14/2.23	c 2	converted 968 (60%) expressions
2.14/2.24	c 2	converted 1129 (70%) expressions
2.14/2.28	c 2	converted 1290 (80%) expressions
2.83/2.97	c 3	converted 1451 (90%) expressions
2.83/2.98	c 3	converted 1612 (100%) expressions
2.83/2.98	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
2.83/2.98	c 3	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.83/2.98	c 3	Propagation in CSP
2.93/3.01	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.93/3.01	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
2.93/3.01	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.02	c 3	Simplifing CSP by introducing new Boolean variables
2.93/3.05	c 3	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
2.93/3.05	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.23/3.31	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.23/3.33	c 3	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.23/3.33	c 3	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.23/3.33	c 3	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
3.23/3.33	c 3	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.23/3.33	c 3	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.23/3.33	c 3	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
3.23/3.33	c 3	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
3.23/3.34	c 3	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.23/3.34	c 3	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
3.23/3.34	c 3	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
11.78/11.94	c 12	1027 (10%) CSP clauses are encoded (258193 clauses, 9328448 bytes)
11.88/12.00	c 12	2054 (20%) CSP clauses are encoded (281220 clauses, 9729730 bytes)
11.88/12.04	c 12	3081 (30%) CSP clauses are encoded (304247 clauses, 10135374 bytes)
15.86/16.06	c 16	4108 (40%) CSP clauses are encoded (372555 clauses, 12722721 bytes)
15.96/16.12	c 16	5134 (50%) CSP clauses are encoded (395556 clauses, 13151982 bytes)
15.96/16.16	c 16	6161 (60%) CSP clauses are encoded (418608 clauses, 13582177 bytes)
18.05/18.21	c 18	7188 (70%) CSP clauses are encoded (464263 clauses, 15157640 bytes)
68.87/69.33	c 69	8215 (80%) CSP clauses are encoded (903061 clauses, 37396042 bytes)
68.87/69.37	c 69	9242 (90%) CSP clauses are encoded (927238 clauses, 37868156 bytes)
68.98/69.42	c 69	10268 (100%) CSP clauses are encoded (952164 clauses, 38347642 bytes)
68.98/69.42	c 69	10268 CSP clauses encoded
68.98/69.42	c 69	Writing map file : HOME/temp.map
68.98/69.43	c 69	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.98/69.43	c 69	SAT : 13348 SAT variables, 952164 SAT clauses, 38347642 bytes
68.98/69.43	c 69	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.98/69.48	c 69	SOLVING HOME/temp.cnf
68.98/69.48	c 69	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
740.52/744.33	c 744	DECODING HOME/temp.out WITH HOME/temp.map
740.52/744.33	c 744	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
740.57/744.42	c 744	Decoding HOME/temp.out
740.57/744.56	s SATISFIABLE
740.57/744.57	v 17 0 9 19 22 14 5 0 6 19 21 0 2 15 20 0 8 3 8 17 0 14 8 11 0 17 0 2 7 13 4 17 20 12 0 13 8 0 13 14 14 10 6 4 12 8 13 8 14 11 8 21 4 6 14 0 13 4 6 17 14 5 4 19 4 15 4 3 17 14 22 7 14 0 5 4 0 17 5 20 11 12 15 7 19 13 19 19 0 15 4 4 11 13 1 18 19 0 17 0 17 12 4 13 8 0 1 0 22 11 11 4 12 12 0 6 20 11 11 2 7 0 14 18 6 0 15 12 4 17 11 4 7 0 19 19 8 4 15 4 13 19 20 13 8 5 14 17 12 6 17 0 3 20 0 11 18 0 11 2 20 4 18 4 13 17 8 14 0 13 8 10 4 13 0 15 19 4 11 24
740.57/744.60	c 744	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
740.57/744.66	c 745	CPU 730.58 (0.03 0.01 730.55 10.24)
740.57/744.66	c 745	END Fri Jul  4 15:48:22 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074386-1215178557/watcher-1074386-1215178557 -o /tmp/evaluation-result-1074386-1215178557/solver-1074386-1215178557 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1074386-1215178557.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 6612
/proc/meminfo: memFree=1611840/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=18572 CPUtime=0
/proc/6612/stat : 6612 (runsolver) R 6610 6612 5281 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996827011 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6612/statm: 4643 292 257 25 0 2626 0

[startup+0.111011 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 6612
/proc/meminfo: memFree=1611840/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1996827011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202028 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 6612
/proc/meminfo: memFree=1611840/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1996827011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301043 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 6612
/proc/meminfo: memFree=1611840/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1996827011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701115 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 6612
/proc/meminfo: memFree=1611840/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.64
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 956 6694 0 1 2 1 57 4 16 0 1 0 1996827011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 6634
/proc/meminfo: memFree=1602984/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.64
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 973 6694 0 1 2 1 57 4 15 0 1 0 1996827011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 797 370 3 0 500 0
[pid=6625] ppid=6612 vsize=5356 CPUtime=0
/proc/6625/stat : 6625 (sh) S 6612 6612 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996827079 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 1339 233 193 169 0 50 0
[pid=6626] ppid=6625 vsize=864336 CPUtime=0.8
/proc/6626/stat : 6626 (java) S 6625 6612 5281 0 -1 0 6792 0 1 0 78 2 0 0 18 0 9 0 1996827079 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6626/statm: 216084 6068 2542 9 0 210659 0
[pid=6626/tid=6627] ppid=6625 vsize=864336 CPUtime=0.53
/proc/6626/task/6627/stat : 6627 (java) R 6625 6612 5281 0 -1 64 2651 0 1 0 52 1 0 0 22 0 9 0 1996827080 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6628] ppid=6625 vsize=864336 CPUtime=0.16
/proc/6626/task/6628/stat : 6628 (java) S 6625 6612 5281 0 -1 64 3107 0 0 0 16 0 0 0 16 0 9 0 1996827081 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6629] ppid=6625 vsize=864336 CPUtime=0
/proc/6626/task/6629/stat : 6629 (java) S 6625 6612 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996827081 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6630] ppid=6625 vsize=864336 CPUtime=0
/proc/6626/task/6630/stat : 6630 (java) S 6625 6612 5281 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996827081 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6631] ppid=6625 vsize=864336 CPUtime=0
/proc/6626/task/6631/stat : 6631 (java) S 6625 6612 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996827083 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6632] ppid=6625 vsize=864336 CPUtime=0.08
/proc/6626/task/6632/stat : 6632 (java) R 6625 6612 5281 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1996827083 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 102019259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6633] ppid=6625 vsize=864336 CPUtime=0
/proc/6626/task/6633/stat : 6633 (java) S 6625 6612 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996827083 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6634] ppid=6625 vsize=864336 CPUtime=0
/proc/6626/task/6634/stat : 6634 (java) S 6625 6612 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996827083 885080064 6068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883292

[startup+3.10254 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 6634
/proc/meminfo: memFree=1576744/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.64
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 974 6694 0 1 2 1 57 4 15 0 1 0 1996827011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 797 370 3 0 500 0
[pid=6625] ppid=6612 vsize=5356 CPUtime=0
/proc/6625/stat : 6625 (sh) S 6612 6612 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996827079 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 1339 233 193 169 0 50 0
[pid=6626] ppid=6625 vsize=868588 CPUtime=2.39
/proc/6626/stat : 6626 (java) S 6625 6612 5281 0 -1 0 17183 0 1 0 229 10 0 0 18 0 9 0 1996827079 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6626/statm: 217147 16375 2540 9 0 211722 0
[pid=6626/tid=6627] ppid=6625 vsize=868588 CPUtime=1.1
/proc/6626/task/6627/stat : 6627 (java) R 6625 6612 5281 0 -1 64 3254 0 1 0 108 2 0 0 25 0 9 0 1996827080 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6628] ppid=6625 vsize=868588 CPUtime=1.07
/proc/6626/task/6628/stat : 6628 (java) R 6625 6612 5281 0 -1 64 11783 0 0 0 101 6 0 0 16 0 9 0 1996827081 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 103736177 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6629] ppid=6625 vsize=868588 CPUtime=0
/proc/6626/task/6629/stat : 6629 (java) S 6625 6612 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996827081 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6630] ppid=6625 vsize=868588 CPUtime=0
/proc/6626/task/6630/stat : 6630 (java) S 6625 6612 5281 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996827081 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6631] ppid=6625 vsize=868588 CPUtime=0
/proc/6626/task/6631/stat : 6631 (java) S 6625 6612 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996827083 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6632] ppid=6625 vsize=868588 CPUtime=0.19
/proc/6626/task/6632/stat : 6632 (java) S 6625 6612 5281 0 -1 64 1453 0 0 0 19 0 0 0 16 0 9 0 1996827083 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6633] ppid=6625 vsize=868588 CPUtime=0
/proc/6626/task/6633/stat : 6633 (java) S 6625 6612 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996827083 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6634] ppid=6625 vsize=868588 CPUtime=0
/proc/6626/task/6634/stat : 6634 (java) S 6625 6612 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996827083 889434112 16375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887544

[startup+6.3021 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 6634
/proc/meminfo: memFree=1548648/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.64
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 974 6694 0 1 2 1 57 4 15 0 1 0 1996827011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 797 370 3 0 500 0
[pid=6625] ppid=6612 vsize=5356 CPUtime=0
/proc/6625/stat : 6625 (sh) S 6612 6612 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996827079 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 1339 233 193 169 0 50 0
[pid=6626] ppid=6625 vsize=868512 CPUtime=5.58
/proc/6626/stat : 6626 (java) S 6625 6612 5281 0 -1 0 17880 0 1 0 544 14 0 0 18 0 9 0 1996827079 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6626/statm: 217128 16972 2565 9 0 211675 0
[pid=6626/tid=6627] ppid=6625 vsize=868512 CPUtime=3.94
/proc/6626/task/6627/stat : 6627 (java) R 6625 6612 5281 0 -1 64 3388 0 1 0 389 5 0 0 25 0 9 0 1996827080 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6628] ppid=6625 vsize=868512 CPUtime=1.37
/proc/6626/task/6628/stat : 6628 (java) S 6625 6612 5281 0 -1 64 12321 0 0 0 130 7 0 0 16 0 9 0 1996827081 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6629] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6629/stat : 6629 (java) S 6625 6612 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996827081 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6630] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6630/stat : 6630 (java) S 6625 6612 5281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996827081 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6631] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6631/stat : 6631 (java) S 6625 6612 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996827083 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6632] ppid=6625 vsize=868512 CPUtime=0.23
/proc/6626/task/6632/stat : 6632 (java) S 6625 6612 5281 0 -1 64 1478 0 0 0 23 0 0 0 16 0 9 0 1996827083 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6633] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6633/stat : 6633 (java) S 6625 6612 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996827083 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6634] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6634/stat : 6634 (java) S 6625 6612 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996827083 889356288 16972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887468

[startup+12.7022 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 6634
/proc/meminfo: memFree=1530664/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.64
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 974 6694 0 1 2 1 57 4 16 0 1 0 1996827011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 797 370 3 0 500 0
[pid=6625] ppid=6612 vsize=5356 CPUtime=0
/proc/6625/stat : 6625 (sh) S 6612 6612 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996827079 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 1339 233 193 169 0 50 0
[pid=6626] ppid=6625 vsize=868512 CPUtime=11.94
/proc/6626/stat : 6626 (java) S 6625 6612 5281 0 -1 0 20529 0 1 0 1174 20 0 0 18 0 9 0 1996827079 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6626/statm: 217128 19524 2565 9 0 211675 0
[pid=6626/tid=6627] ppid=6625 vsize=868512 CPUtime=10.07
/proc/6626/task/6627/stat : 6627 (java) R 6625 6612 5281 0 -1 64 3485 0 1 0 997 10 0 0 25 0 9 0 1996827080 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4126950592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6628] ppid=6625 vsize=868512 CPUtime=1.59
/proc/6626/task/6628/stat : 6628 (java) S 6625 6612 5281 0 -1 64 14862 0 0 0 151 8 0 0 16 0 9 0 1996827081 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6629] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6629/stat : 6629 (java) S 6625 6612 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996827081 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6630] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6630/stat : 6630 (java) S 6625 6612 5281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996827081 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6631] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6631/stat : 6631 (java) S 6625 6612 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996827083 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6632] ppid=6625 vsize=868512 CPUtime=0.24
/proc/6626/task/6632/stat : 6632 (java) S 6625 6612 5281 0 -1 64 1489 0 0 0 24 0 0 0 15 0 9 0 1996827083 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6633] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6633/stat : 6633 (java) S 6625 6612 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996827083 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6634] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6634/stat : 6634 (java) S 6625 6612 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996827083 889356288 19524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887468

[startup+25.5025 s]
/proc/loadavg: 2.02 2.02 2.00 4/92 6635
/proc/meminfo: memFree=1498792/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=0.64
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 974 6694 0 1 2 1 57 4 16 0 1 0 1996827011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 797 370 3 0 500 0
[pid=6625] ppid=6612 vsize=5356 CPUtime=0
/proc/6625/stat : 6625 (sh) S 6612 6612 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996827079 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 1339 233 193 169 0 50 0
[pid=6626] ppid=6625 vsize=868512 CPUtime=24.66
/proc/6626/stat : 6626 (java) S 6625 6612 5281 0 -1 0 27907 0 1 0 2437 29 0 0 18 0 9 0 1996827079 889356288 22922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6626/statm: 217128 22922 2565 9 0 211675 0
[pid=6626/tid=6627] ppid=6625 vsize=868512 CPUtime=22.18
/proc/6626/task/6627/stat : 6627 (java) R 6625 6612 5281 0 -1 64 3618 0 1 0 2203 15 0 0 25 0 9 0 1996827080 889356288 22922 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6628] ppid=6625 vsize=868512 CPUtime=2.2
/proc/6626/task/6628/stat : 6628 (java) S 6625 6612 5281 0 -1 64 22101 0 0 0 208 12 0 0 16 0 9 0 1996827081 889356288 22922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6629] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6629/stat : 6629 (java) S 6625 6612 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996827081 889356288 22922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6626/tid=6630] ppid=6625 vsize=868512 CPUtime=0
/proc/6626/task/6630/stat : 6630 (java) S 6625 6612 5281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996827081 889356288 22922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################


[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6638
/proc/meminfo: memFree=1508912/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=66900 CPUtime=450.57
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 16633 0 0 0 44094 963 0 0 25 0 1 0 1996833959 68505600 15513 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 16725 15513 48 102 0 16620 0
Current children cumulated CPU time (s) 519.6
Current children cumulated vsize (KiB) 85856

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6638
/proc/meminfo: memFree=1507504/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=68220 CPUtime=510.28
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17145 0 0 0 50064 964 0 0 25 0 1 0 1996833959 69857280 15858 996147200 134512640 134931368 4294956256 18446744073709551615 134530933 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17055 15858 48 102 0 16950 0
Current children cumulated CPU time (s) 579.31
Current children cumulated vsize (KiB) 87176

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6638
/proc/meminfo: memFree=1506480/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69012 CPUtime=569.98
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17546 0 0 0 56034 964 0 0 25 0 1 0 1996833959 70668288 16086 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17253 16086 48 102 0 17148 0
Current children cumulated CPU time (s) 639.01
Current children cumulated vsize (KiB) 87968

[startup+702.302 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 6638
/proc/meminfo: memFree=1506032/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69408 CPUtime=629.69
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17834 0 0 0 62005 964 0 0 25 0 1 0 1996833959 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 698.72
Current children cumulated vsize (KiB) 88364

Solver just ended. Dumping a history of the last processes samples

[startup+716.802 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 6638
/proc/meminfo: memFree=1506032/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69408 CPUtime=644.12
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17834 0 0 0 63448 964 0 0 25 0 1 0 1996833959 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 713.15
Current children cumulated vsize (KiB) 88364

[startup+729.603 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1506032/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69408 CPUtime=656.85
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17834 0 0 0 64721 964 0 0 25 0 1 0 1996833959 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 725.88
Current children cumulated vsize (KiB) 88364

[startup+736.007 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1506032/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69408 CPUtime=663.23
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17834 0 0 0 65359 964 0 0 25 0 1 0 1996833959 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 732.26
Current children cumulated vsize (KiB) 88364

[startup+739.202 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1506032/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69408 CPUtime=666.41
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17834 0 0 0 65677 964 0 0 25 0 1 0 1996833959 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 735.44
Current children cumulated vsize (KiB) 88364

[startup+742.402 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1505776/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=69936 CPUtime=669.59
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 17980 0 0 0 65995 964 0 0 25 0 1 0 1996833959 71614464 16336 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17484 16336 48 102 0 17379 0
Current children cumulated CPU time (s) 738.62
Current children cumulated vsize (KiB) 88892

[startup+744.001 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1505456/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=69.03
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1022 40711 0 2 3 1 6845 54 16 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
[pid=6637] ppid=6612 vsize=5356 CPUtime=0
/proc/6637/stat : 6637 (sh) S 6612 6612 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996833959 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6637/statm: 1339 232 193 169 0 50 0
[pid=6638] ppid=6637 vsize=70200 CPUtime=671.18
/proc/6638/stat : 6638 (picosat) R 6637 6612 5281 0 -1 4194304 18034 0 0 0 66154 964 0 0 25 0 1 0 1996833959 71884800 16390 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/6638/statm: 17550 16390 48 102 0 17445 0
Current children cumulated CPU time (s) 740.21
Current children cumulated vsize (KiB) 89156

[startup+744.402 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1505456/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=740.57
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1070 59043 0 2 3 1 73032 1021 17 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 740.57
Current children cumulated vsize (KiB) 13600

[startup+744.601 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 6638
/proc/meminfo: memFree=1505456/2055920 swapFree=4180700/4192956
[pid=6612] ppid=6610 vsize=13600 CPUtime=740.57
/proc/6612/stat : 6612 (sugar) S 6610 6612 5281 0 -1 4194304 1089 59043 0 2 3 1 73032 1021 15 0 1 0 1996827011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6612/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 740.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 744.68
CPU time (s): 740.86
CPU user time (s): 730.584
CPU system time (s): 10.2764
CPU usage (%): 99.4871
Max. virtual memory (cumulated for all children) (KiB): 900280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 730.584
system time used= 10.2764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63954
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8410
involuntary context switches= 29747

runsolver used 0.823874 second user time and 2.58961 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 15:35:57
IDJOB=1074386
IDBENCH=56409
IDSOLVER=345
FILE ID=node61/1074386-1215178557
PBS_JOBID= 7881522
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle17.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074386-1215178557/watcher-1074386-1215178557 -o /tmp/evaluation-result-1074386-1215178557/solver-1074386-1215178557 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1074386-1215178557.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbfcca174138f95b292fe795fe44a0e9
RANDOM SEED=1743446261

node61.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.269
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.269
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1612320 kB
Buffers:         31380 kB
Cached:         178332 kB
SwapCached:       6188 kB
Active:         285616 kB
Inactive:       105448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612320 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:         197452 kB
Slab:            37640 kB
Committed_AS:  4186248 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node61 at 2008-07-04 15:48:22