Trace number 1071652

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 44.5052 45.0228

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle15.xml
MD5SUM769040126ef838618a933b5ce21af152
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.079987
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
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 13:06:48 2008
0.00/0.04	c 0	PID 18937
0.03/0.05	c 0	HOST node44.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1071652-1215169608.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071652-1215169608.xml' 'HOME/temp.csp'
0.03/0.62	c 1	1 domains, 95 variables, 4 predicates, 3 relations, 425 constraints
0.03/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	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.60/0.73	c 1	Parsing HOME/temp.csp
0.60/0.92	c 1	parsed 528 expressions
0.60/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.93	c 1	Converting to clausal form CSP
0.60/0.95	c 1	converted 53 (10%) expressions
0.60/0.98	c 1	converted 106 (20%) expressions
1.52/1.67	c 2	converted 159 (30%) expressions
1.72/1.86	c 2	converted 212 (40%) expressions
1.82/1.94	c 2	converted 264 (50%) expressions
1.82/1.96	c 2	converted 317 (60%) expressions
1.82/1.98	c 2	converted 370 (70%) expressions
1.82/1.99	c 2	converted 423 (80%) expressions
1.82/2.00	c 2	converted 476 (90%) expressions
1.92/2.01	c 2	converted 528 (100%) expressions
1.92/2.01	c 2	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
1.92/2.01	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.01	c 2	Propagation in CSP
1.92/2.02	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.02	c 2	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
1.92/2.02	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.04	c 2	CSP : 95 integers, 3176 booleans, 3601 clauses, largest domain size 26
1.92/2.05	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.17	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.19	c 2	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.02/2.19	c 2	19 (20%) CSP integer variables are encoded (456 clauses, 4872 bytes)
2.02/2.19	c 2	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.02/2.19	c 2	38 (40%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.02/2.19	c 2	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.02/2.19	c 2	57 (60%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.02/2.20	c 2	67 (70%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
2.02/2.20	c 2	76 (80%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.02/2.20	c 2	86 (90%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
2.02/2.20	c 2	95 (100%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
19.74/20.02	c 20	361 (10%) CSP clauses are encoded (356164 clauses, 13810292 bytes)
19.74/20.05	c 20	721 (20%) CSP clauses are encoded (364249 clauses, 13955118 bytes)
19.74/20.07	c 20	1081 (30%) CSP clauses are encoded (372459 clauses, 14100742 bytes)
19.74/20.09	c 20	1441 (40%) CSP clauses are encoded (380844 clauses, 14251432 bytes)
19.84/20.12	c 20	1801 (50%) CSP clauses are encoded (389379 clauses, 14399464 bytes)
19.84/20.14	c 20	2161 (60%) CSP clauses are encoded (397914 clauses, 14550675 bytes)
19.84/20.16	c 20	2521 (70%) CSP clauses are encoded (406474 clauses, 14701942 bytes)
19.84/20.17	c 20	2881 (80%) CSP clauses are encoded (415009 clauses, 14852778 bytes)
19.84/20.19	c 20	3241 (90%) CSP clauses are encoded (423544 clauses, 15009257 bytes)
19.93/20.21	c 20	3601 (100%) CSP clauses are encoded (432079 clauses, 15168914 bytes)
19.93/20.21	c 20	3601 CSP clauses encoded
19.93/20.21	c 20	Writing map file : HOME/temp.map
19.93/20.21	c 20	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.93/20.21	c 20	SAT : 5551 SAT variables, 432079 SAT clauses, 15168914 bytes
19.93/20.21	c 20	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.93/20.25	c 20	SOLVING HOME/temp.cnf
19.93/20.25	c 20	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
44.28/44.80	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.28/44.80	c 45	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.28/44.88	c 45	Decoding HOME/temp.out
44.29/44.95	s SATISFIABLE
44.29/44.95	v 20 18 4 3 0 22 4 3 11 8 12 4 18 18 22 4 3 4 0 12 14 2 14 0 11 8 6 13 13 14 17 0 6 14 18 4 19 13 24 12 15 7 0 18 18 4 24 4 17 18 15 4 13 13 4 15 0 11 0 8 17 0 19 4 1 8 19 11 4 0 17 13 18 13 0 10 4 0 2 19 14 13 4 0 18 4 18 13 4 14 13 1 4 3 18
44.29/44.96	c 45	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.46/45.02	c 45	CPU 40.1 (0.03 0 40.07 4.37)
44.46/45.02	c 45	END Fri Jul  4 13:07:33 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-1071652-1215169608/watcher-1071652-1215169608 -o /tmp/evaluation-result-1071652-1215169608/solver-1071652-1215169608 -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-1071652-1215169608.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: 1.00 0.99 0.99 4/72 18937
/proc/meminfo: memFree=1844080/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=12268 CPUtime=0
/proc/18937/stat : 18937 (sugar) R 18935 18937 18900 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1995933660 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18937/statm: 3067 316 241 3 0 167 0

[startup+0.049926 s]
/proc/loadavg: 1.00 0.99 0.99 4/72 18937
/proc/meminfo: memFree=1844080/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.03
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1995933660 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102509 s]
/proc/loadavg: 1.00 0.99 0.99 4/72 18937
/proc/meminfo: memFree=1844080/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.03
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995933660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301529 s]
/proc/loadavg: 1.00 0.99 0.99 4/72 18937
/proc/meminfo: memFree=1844080/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.03
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995933660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701571 s]
/proc/loadavg: 1.00 0.99 0.99 4/72 18937
/proc/meminfo: memFree=1844080/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.6
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 956 4933 0 1 3 0 54 3 16 0 1 0 1995933660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 1.16 1.02 1.01 3/83 18959
/proc/meminfo: memFree=1833752/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.6
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 973 4933 0 1 3 0 54 3 15 0 1 0 1995933660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 797 370 3 0 500 0
[pid=18950] ppid=18937 vsize=5356 CPUtime=0
/proc/18950/stat : 18950 (sh) S 18937 18937 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995933725 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18950/statm: 1339 233 193 169 0 50 0
[pid=18951] ppid=18950 vsize=864324 CPUtime=0.82
/proc/18951/stat : 18951 (java) S 18950 18937 18900 0 -1 0 8501 0 1 0 78 4 0 0 18 0 9 0 1995933725 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18951/statm: 216081 7768 2540 9 0 210656 0
[pid=18951/tid=18952] ppid=18950 vsize=864324 CPUtime=0.39
/proc/18951/task/18952/stat : 18952 (java) R 18950 18937 18900 0 -1 64 2775 0 1 0 38 1 0 0 22 0 9 0 1995933726 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18953] ppid=18950 vsize=864324 CPUtime=0.31
/proc/18951/task/18953/stat : 18953 (java) R 18950 18937 18900 0 -1 64 4690 0 0 0 30 1 0 0 16 0 9 0 1995933727 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18954] ppid=18950 vsize=864324 CPUtime=0
/proc/18951/task/18954/stat : 18954 (java) S 18950 18937 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995933727 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18955] ppid=18950 vsize=864324 CPUtime=0
/proc/18951/task/18955/stat : 18955 (java) S 18950 18937 18900 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995933727 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18956] ppid=18950 vsize=864324 CPUtime=0
/proc/18951/task/18956/stat : 18956 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995933729 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18957] ppid=18950 vsize=864324 CPUtime=0.08
/proc/18951/task/18957/stat : 18957 (java) S 18950 18937 18900 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1995933729 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18958] ppid=18950 vsize=864324 CPUtime=0
/proc/18951/task/18958/stat : 18958 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995933729 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18959] ppid=18950 vsize=864324 CPUtime=0
/proc/18951/task/18959/stat : 18959 (java) S 18950 18937 18900 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995933729 885067776 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883280

[startup+3.10282 s]
/proc/loadavg: 1.16 1.02 1.01 4/83 18959
/proc/meminfo: memFree=1807448/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.6
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 974 4933 0 1 3 0 54 3 15 0 1 0 1995933660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 797 370 3 0 500 0
[pid=18950] ppid=18937 vsize=5356 CPUtime=0
/proc/18950/stat : 18950 (sh) S 18937 18937 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995933725 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18950/statm: 1339 233 193 169 0 50 0
[pid=18951] ppid=18950 vsize=868500 CPUtime=2.41
/proc/18951/stat : 18951 (java) S 18950 18937 18900 0 -1 0 12871 0 1 0 234 7 0 0 18 0 9 0 1995933725 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18951/statm: 217125 12043 2565 9 0 211672 0
[pid=18951/tid=18952] ppid=18950 vsize=868500 CPUtime=1.44
/proc/18951/task/18952/stat : 18952 (java) R 18950 18937 18900 0 -1 64 3054 0 1 0 141 3 0 0 25 0 9 0 1995933726 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18953] ppid=18950 vsize=868500 CPUtime=0.72
/proc/18951/task/18953/stat : 18953 (java) S 18950 18937 18900 0 -1 64 7646 0 0 0 69 3 0 0 16 0 9 0 1995933727 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18954] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18954/stat : 18954 (java) S 18950 18937 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995933727 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18955] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18955/stat : 18955 (java) S 18950 18937 18900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995933727 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18956] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18956/stat : 18956 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995933729 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18957] ppid=18950 vsize=868500 CPUtime=0.23
/proc/18951/task/18957/stat : 18957 (java) S 18950 18937 18900 0 -1 64 1479 0 0 0 22 1 0 0 16 0 9 0 1995933729 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18958] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18958/stat : 18958 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995933729 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18959] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18959/stat : 18959 (java) S 18950 18937 18900 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995933729 889344000 12043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887456

[startup+6.30314 s]
/proc/loadavg: 1.23 1.04 1.01 3/83 18959
/proc/meminfo: memFree=1795992/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.6
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 974 4933 0 1 3 0 54 3 15 0 1 0 1995933660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 797 370 3 0 500 0
[pid=18950] ppid=18937 vsize=5356 CPUtime=0
/proc/18950/stat : 18950 (sh) S 18937 18937 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995933725 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18950/statm: 1339 233 193 169 0 50 0
[pid=18951] ppid=18950 vsize=868500 CPUtime=5.58
/proc/18951/stat : 18951 (java) S 18950 18937 18900 0 -1 0 14436 0 1 0 548 10 0 0 18 0 9 0 1995933725 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18951/statm: 217125 13533 2565 9 0 211672 0
[pid=18951/tid=18952] ppid=18950 vsize=868500 CPUtime=4.48
/proc/18951/task/18952/stat : 18952 (java) R 18950 18937 18900 0 -1 64 3129 0 1 0 444 4 0 0 25 0 9 0 1995933726 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18953] ppid=18950 vsize=868500 CPUtime=0.84
/proc/18951/task/18953/stat : 18953 (java) R 18950 18937 18900 0 -1 64 9134 0 0 0 80 4 0 0 15 0 9 0 1995933727 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 104187951 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18954] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18954/stat : 18954 (java) S 18950 18937 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995933727 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18955] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18955/stat : 18955 (java) S 18950 18937 18900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995933727 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18956] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18956/stat : 18956 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995933729 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18957] ppid=18950 vsize=868500 CPUtime=0.23
/proc/18951/task/18957/stat : 18957 (java) S 18950 18937 18900 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 1995933729 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18958] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18958/stat : 18958 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995933729 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18959] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18959/stat : 18959 (java) S 18950 18937 18900 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995933729 889344000 13533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887456

[startup+12.7028 s]
/proc/loadavg: 1.37 1.07 1.02 4/83 18959
/proc/meminfo: memFree=1783320/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=0.6
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 974 4933 0 1 3 0 54 3 15 0 1 0 1995933660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 797 370 3 0 500 0
[pid=18950] ppid=18937 vsize=5356 CPUtime=0
/proc/18950/stat : 18950 (sh) S 18937 18937 18900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995933725 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18950/statm: 1339 233 193 169 0 50 0
[pid=18951] ppid=18950 vsize=868500 CPUtime=11.91
/proc/18951/stat : 18951 (java) S 18950 18937 18900 0 -1 0 17538 0 1 0 1175 16 0 0 18 0 9 0 1995933725 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18951/statm: 217125 15212 2565 9 0 211672 0
[pid=18951/tid=18952] ppid=18950 vsize=868500 CPUtime=10.42
/proc/18951/task/18952/stat : 18952 (java) R 18950 18937 18900 0 -1 64 3268 0 1 0 1034 8 0 0 25 0 9 0 1995933726 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18953] ppid=18950 vsize=868500 CPUtime=1.24
/proc/18951/task/18953/stat : 18953 (java) S 18950 18937 18900 0 -1 64 12095 0 0 0 118 6 0 0 16 0 9 0 1995933727 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18954] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18954/stat : 18954 (java) S 18950 18937 18900 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995933727 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18955] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18955/stat : 18955 (java) S 18950 18937 18900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995933727 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18956] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18956/stat : 18956 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995933729 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18957] ppid=18950 vsize=868500 CPUtime=0.23
/proc/18951/task/18957/stat : 18957 (java) S 18950 18937 18900 0 -1 64 1483 0 0 0 22 1 0 0 17 0 9 0 1995933729 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18958] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18958/stat : 18958 (java) S 18950 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995933729 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18951/tid=18959] ppid=18950 vsize=868500 CPUtime=0
/proc/18951/task/18959/stat : 18959 (java) S 18950 18937 18900 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995933729 889344000 15212 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887456

[startup+25.5011 s]
/proc/loadavg: 1.47 1.10 1.03 3/75 18961
/proc/meminfo: memFree=1813272/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=19.97
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1022 24467 0 2 3 0 1966 28 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18960] ppid=18937 vsize=5356 CPUtime=0
/proc/18960/stat : 18960 (sh) S 18937 18937 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995935685 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18960/statm: 1339 232 193 169 0 50 0
[pid=18961] ppid=18960 vsize=15248 CPUtime=5.19
/proc/18961/stat : 18961 (picosat) R 18960 18937 18900 0 -1 4194304 3498 0 0 0 240 279 0 0 25 0 1 0 1995935686 15613952 3484 996147200 134512640 134931368 4294956256 18446744073709551615 134546147 0 0 4096 0 0 0 0 17 1 0 0
/proc/18961/statm: 3812 3484 40 102 0 3707 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 34204

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

[startup+38.3024 s]
/proc/loadavg: 1.58 1.14 1.04 3/75 18961
/proc/meminfo: memFree=1803288/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=19.97
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1022 24467 0 2 3 0 1966 28 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18960] ppid=18937 vsize=5356 CPUtime=0
/proc/18960/stat : 18960 (sh) S 18937 18937 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995935685 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18960/statm: 1339 232 193 169 0 50 0
[pid=18961] ppid=18960 vsize=24204 CPUtime=17.87
/proc/18961/stat : 18961 (picosat) R 18960 18937 18900 0 -1 4194304 5877 0 0 0 1382 405 0 0 25 0 1 0 1995935686 24784896 5861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18961/statm: 6051 5861 42 102 0 5946 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 43160

[startup+41.5017 s]
/proc/loadavg: 1.62 1.16 1.05 3/75 18961
/proc/meminfo: memFree=1802648/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=19.97
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1022 24467 0 2 3 0 1966 28 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18960] ppid=18937 vsize=5356 CPUtime=0
/proc/18960/stat : 18960 (sh) S 18937 18937 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995935685 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18960/statm: 1339 232 193 169 0 50 0
[pid=18961] ppid=18960 vsize=24732 CPUtime=21.04
/proc/18961/stat : 18961 (picosat) R 18960 18937 18900 0 -1 4194304 6035 0 0 0 1699 405 0 0 25 0 1 0 1995935686 25325568 6019 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/18961/statm: 6183 6019 42 102 0 6078 0
Current children cumulated CPU time (s) 41.01
Current children cumulated vsize (KiB) 43688

[startup+43.1019 s]
/proc/loadavg: 1.62 1.16 1.05 3/75 18961
/proc/meminfo: memFree=1802200/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=19.97
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1022 24467 0 2 3 0 1966 28 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18960] ppid=18937 vsize=5356 CPUtime=0
/proc/18960/stat : 18960 (sh) S 18937 18937 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995935685 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18960/statm: 1339 232 193 169 0 50 0
[pid=18961] ppid=18960 vsize=25128 CPUtime=22.63
/proc/18961/stat : 18961 (picosat) R 18960 18937 18900 0 -1 4194304 6121 0 0 0 1857 406 0 0 25 0 1 0 1995935686 25731072 6105 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18961/statm: 6282 6105 42 102 0 6177 0
Current children cumulated CPU time (s) 42.6
Current children cumulated vsize (KiB) 44084

[startup+43.902 s]
/proc/loadavg: 1.62 1.16 1.05 3/75 18961
/proc/meminfo: memFree=1801944/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=19.97
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1022 24467 0 2 3 0 1966 28 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18960] ppid=18937 vsize=5356 CPUtime=0
/proc/18960/stat : 18960 (sh) S 18937 18937 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995935685 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18960/statm: 1339 232 193 169 0 50 0
[pid=18961] ppid=18960 vsize=25260 CPUtime=23.43
/proc/18961/stat : 18961 (picosat) R 18960 18937 18900 0 -1 4194304 6165 0 0 0 1937 406 0 0 25 0 1 0 1995935686 25866240 6149 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18961/statm: 6315 6149 42 102 0 6210 0
Current children cumulated CPU time (s) 43.4
Current children cumulated vsize (KiB) 44216

[startup+44.7011 s]
/proc/loadavg: 1.62 1.16 1.05 3/75 18961
/proc/meminfo: memFree=1801944/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=19.97
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1022 24467 0 2 3 0 1966 28 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18960] ppid=18937 vsize=5356 CPUtime=0
/proc/18960/stat : 18960 (sh) S 18937 18937 18900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995935685 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18960/statm: 1339 232 193 169 0 50 0
[pid=18961] ppid=18960 vsize=25260 CPUtime=24.22
/proc/18961/stat : 18961 (picosat) R 18960 18937 18900 0 -1 4194304 6189 0 0 0 2016 406 0 0 25 0 1 0 1995935686 25866240 6173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18961/statm: 6315 6173 42 102 0 6210 0
Current children cumulated CPU time (s) 44.19
Current children cumulated vsize (KiB) 44216

[startup+44.9021 s]
/proc/loadavg: 1.62 1.16 1.05 3/75 18961
/proc/meminfo: memFree=1801944/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=44.29
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1087 30949 0 2 3 0 3992 434 16 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 44.29
Current children cumulated vsize (KiB) 13600

[startup+45.0011 s]
/proc/loadavg: 1.62 1.16 1.05 2/83 18971
/proc/meminfo: memFree=1821336/2055920 swapFree=4180396/4192956
[pid=18937] ppid=18935 vsize=13600 CPUtime=44.29
/proc/18937/stat : 18937 (sugar) S 18935 18937 18900 0 -1 4194304 1089 30949 0 2 3 0 3992 434 15 0 1 0 1995933660 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18937/statm: 3400 798 370 3 0 500 0
[pid=18962] ppid=18937 vsize=5356 CPUtime=0
/proc/18962/stat : 18962 (sh) S 18937 18937 18900 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1995938140 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18962/statm: 1339 233 193 169 0 50 0
[pid=18963] ppid=18962 vsize=864068 CPUtime=0.17
/proc/18963/stat : 18963 (java) S 18962 18937 18900 0 -1 0 3427 0 1 0 15 2 0 0 20 0 9 0 1995938140 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18963/statm: 216017 2897 1686 9 0 210592 0
[pid=18963/tid=18964] ppid=18962 vsize=864068 CPUtime=0.13
/proc/18963/task/18964/stat : 18964 (java) S 18962 18937 18900 0 -1 64 2446 0 1 0 12 1 0 0 18 0 9 0 1995938141 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18965] ppid=18962 vsize=864068 CPUtime=0
/proc/18963/task/18965/stat : 18965 (java) S 18962 18937 18900 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 1995938143 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18966] ppid=18962 vsize=864068 CPUtime=0
/proc/18963/task/18966/stat : 18966 (java) S 18962 18937 18900 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1995938143 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18967] ppid=18962 vsize=864068 CPUtime=0
/proc/18963/task/18967/stat : 18967 (java) S 18962 18937 18900 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1995938143 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18968] ppid=18962 vsize=864068 CPUtime=0
/proc/18963/task/18968/stat : 18968 (java) S 18962 18937 18900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995938145 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18969] ppid=18962 vsize=864068 CPUtime=0.02
/proc/18963/task/18969/stat : 18969 (java) S 18962 18937 18900 0 -1 64 285 0 0 0 2 0 0 0 19 0 9 0 1995938145 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18970] ppid=18962 vsize=864068 CPUtime=0
/proc/18963/task/18970/stat : 18970 (java) S 18962 18937 18900 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995938145 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18963/tid=18971] ppid=18962 vsize=864068 CPUtime=0
/proc/18963/task/18971/stat : 18971 (java) S 18962 18937 18900 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 1995938145 884805632 2897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.46
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 45.0228
CPU time (s): 44.5052
CPU user time (s): 40.1109
CPU system time (s): 4.39433
CPU usage (%): 98.8503
Max. virtual memory (cumulated for all children) (KiB): 892584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1109
system time used= 4.39433
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35814
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= 5316
involuntary context switches= 6043

runsolver used 0.071989 second user time and 0.159975 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 13:06:48
IDJOB=1071652
IDBENCH=56131
IDSOLVER=345
FILE ID=node44/1071652-1215169608
PBS_JOBID= 7881502
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle15.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-1071652-1215169608/watcher-1071652-1215169608 -o /tmp/evaluation-result-1071652-1215169608/solver-1071652-1215169608 -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-1071652-1215169608.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 769040126ef838618a933b5ce21af152
RANDOM SEED=948860967

node44.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.213
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.213
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:       1844560 kB
Buffers:         19600 kB
Cached:          97776 kB
SwapCached:       6316 kB
Active:         122284 kB
Inactive:        28376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844560 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          41316 kB
Slab:            46036 kB
Committed_AS:  3593396 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node44 at 2008-07-04 13:07:33