Trace number 1111538

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 176.818 184.045

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-6.xml
MD5SUM5cd20cea40cbbe199e65e8aaf2196708
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints25
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 09:40:21 2008
0.00/0.05	c 0	PID 22152
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111538-1215848420.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111538-1215848420.xml' 'HOME/temp.csp'
0.96/1.05	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.96/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.10	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.01/1.18	c 1	Parsing HOME/temp.csp
1.01/1.54	c 1	parsed 8401 expressions
1.01/1.54	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.64	c 1	MAX CSP: 7600 constraints
1.01/1.65	c 1	Converting to clausal form CSP
1.01/1.84	c 1	converted 1601 (10%) expressions
1.01/1.91	c 1	converted 3201 (20%) expressions
1.01/1.95	c 2	converted 4802 (30%) expressions
1.01/2.05	c 2	converted 6402 (40%) expressions
1.01/2.09	c 2	converted 8002 (50%) expressions
1.99/2.13	c 2	converted 9603 (60%) expressions
1.99/2.17	c 2	converted 11203 (70%) expressions
2.09/2.21	c 2	converted 12804 (80%) expressions
2.09/2.25	c 2	converted 14404 (90%) expressions
2.98/3.11	c 3	converted 16004 (100%) expressions
2.98/3.12	c 3	CSP : 15600 integers, 0 booleans, 22799 clauses, largest domain size 11401
2.98/3.12	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.98/3.12	c 3	Propagation in CSP
3.27/3.42	c 3	7593 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.27/3.43	c 3	CSP : 15600 integers, 0 booleans, 22799 clauses, largest domain size 7601
3.27/3.43	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.44	c 3	Simplifing CSP by introducing new Boolean variables
3.37/3.53	c 3	CSP : 15600 integers, 15200 booleans, 37999 clauses, largest domain size 7601
3.37/3.53	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.67	c 3	Encoding CSP to SAT : HOME/temp.cnf
4.17/4.33	c 4	1560 (10%) CSP integer variables are encoded (492315 clauses, 8147390 bytes)
4.17/4.34	c 4	3120 (20%) CSP integer variables are encoded (492315 clauses, 8147390 bytes)
4.17/4.34	c 4	4680 (30%) CSP integer variables are encoded (492315 clauses, 8147390 bytes)
4.17/4.34	c 4	6240 (40%) CSP integer variables are encoded (492315 clauses, 8147390 bytes)
4.17/4.34	c 4	7800 (50%) CSP integer variables are encoded (492315 clauses, 8147390 bytes)
4.27/4.46	c 4	9360 (60%) CSP integer variables are encoded (585039 clauses, 9723698 bytes)
4.27/4.49	c 4	10920 (70%) CSP integer variables are encoded (607371 clauses, 10103342 bytes)
4.36/4.52	c 4	12480 (80%) CSP integer variables are encoded (629883 clauses, 10486046 bytes)
4.36/4.54	c 4	14040 (90%) CSP integer variables are encoded (645990 clauses, 10759865 bytes)
4.36/4.57	c 4	15600 (100%) CSP integer variables are encoded (666531 clauses, 11109062 bytes)
10.03/10.51	c 10	3800 (10%) CSP clauses are encoded (3691999 clauses, 81523896 bytes)
15.45/16.09	c 16	7600 (20%) CSP clauses are encoded (6687218 clauses, 153437970 bytes)
20.99/21.95	c 22	11400 (30%) CSP clauses are encoded (9659019 clauses, 227693733 bytes)
26.47/27.59	c 27	15200 (40%) CSP clauses are encoded (12631675 clauses, 301970857 bytes)
32.07/33.51	c 33	19000 (50%) CSP clauses are encoded (15634401 clauses, 376999745 bytes)
37.53/39.19	c 39	22800 (60%) CSP clauses are encoded (18634071 clauses, 451952233 bytes)
92.78/96.14	c 96	26600 (70%) CSP clauses are encoded (47715191 clauses, 1162916074 bytes)
147.92/153.65	c 153	30400 (80%) CSP clauses are encoded (76651895 clauses, 1871424842 bytes)
154.97/160.90	c 160	34200 (90%) CSP clauses are encoded (80301505 clauses, 1960528977 bytes)
175.69/182.24	c 182	ERROR Exception Too large HOME/temp.cnf
175.69/182.24	c 182	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
175.69/182.24	c 182	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
175.69/182.24	c 182	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
175.69/182.24	s UNKNOWN
175.69/182.25	c 182	CPU 160.3 (0.03 0.01 160.27 15.45)
175.69/182.25	c 182	END Sat Jul 12 09:43:23 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111538-1215848420/watcher-1111538-1215848420 -o /tmp/evaluation-result-1111538-1215848420/solver-1111538-1215848420 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111538-1215848420.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.05 2.01 2.00 4/80 22152
/proc/meminfo: memFree=1734624/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=12000 CPUtime=0
/proc/22152/stat : 22152 (sugar) R 22150 22152 20218 0 -1 4194304 200 0 0 0 0 0 0 0 22 0 1 0 41544952 12288000 168 996147200 4194304 4206940 548682068592 18446744073709551615 237806613186 0 0 4224 0 0 0 0 17 1 0 0
/proc/22152/statm: 3000 168 129 3 0 100 0

[startup+0.0779471 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 22152
/proc/meminfo: memFree=1734624/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=0.03
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41544952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102864 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 22152
/proc/meminfo: memFree=1734624/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=0.03
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41544952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301881 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 22152
/proc/meminfo: memFree=1734624/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=0.03
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41544952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701931 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 22152
/proc/meminfo: memFree=1734624/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=0.03
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41544952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 22164
/proc/meminfo: memFree=1714312/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.01
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 0 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10245 s]
/proc/loadavg: 2.05 2.01 2.00 4/91 22174
/proc/meminfo: memFree=1711688/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 15 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868392 CPUtime=1.96
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 12163 0 1 0 190 6 0 0 18 0 9 0 41545063 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217098 11069 2540 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868392 CPUtime=1.12
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 2910 0 1 0 112 0 0 0 25 0 9 0 41545064 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868392 CPUtime=0.58
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 7083 0 0 0 55 3 0 0 15 0 9 0 41545065 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868392 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868392 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41545065 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868392 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868392 CPUtime=0.21
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1474 0 0 0 21 0 0 0 16 0 9 0 41545067 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868392 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868392 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889233408 11069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887348

[startup+6.30251 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 22174
/proc/meminfo: memFree=1672328/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 15 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=5.13
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 13603 0 1 0 484 29 0 0 18 0 9 0 41545063 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12062 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=3.89
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 3321 0 1 0 368 21 0 0 25 0 9 0 41545064 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4126598496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=0.91
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 86 5 0 0 16 0 9 0 41545065 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.29
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1517 0 0 0 28 1 0 0 15 0 9 0 41545067 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887460

[startup+12.7012 s]
/proc/loadavg: 2.12 2.03 2.01 3/91 22174
/proc/meminfo: memFree=1592072/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=11.18
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 14406 0 1 0 1032 86 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12066 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=9.65
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 4120 0 1 0 892 73 0 0 25 0 9 0 41545064 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4126877145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=1.21
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 110 11 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.3
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 887460

[startup+25.5025 s]
/proc/loadavg: 2.32 2.07 2.02 3/91 22174
/proc/meminfo: memFree=1419208/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=23.47
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 16070 0 1 0 2147 200 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12066 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=21.31
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 5784 0 1 0 1954 177 0 0 25 0 9 0 41545064 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4126571223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=1.84
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 163 21 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.3
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 887460

[startup+51.1022 s]
/proc/loadavg: 2.81 2.21 2.07 3/91 22174
/proc/meminfo: memFree=1097416/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=48.07
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 19336 0 1 0 4392 415 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+162.303 s]
/proc/loadavg: 3.47 2.63 2.23 3/91 22176
/proc/meminfo: memFree=15496/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=155.32
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 33250 0 1 0 14168 1364 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12066 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=146.71
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 22964 0 1 0 13442 1229 0 0 25 0 9 0 41545064 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=8.29
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 695 134 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.3
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.34
Current children cumulated vsize (KiB) 887460

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

[startup+166.301 s]
/proc/loadavg: 3.43 2.64 2.24 3/80 22180
/proc/meminfo: memFree=36704/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=159.25
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 33755 0 1 0 14528 1397 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12066 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=150.44
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 23469 0 1 0 13786 1258 0 0 25 0 9 0 41545064 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4127060703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=8.47
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 711 136 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.3
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 887460

[startup+172.708 s]
/proc/loadavg: 3.48 2.66 2.24 3/91 22212
/proc/meminfo: memFree=15752/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=165.47
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 34564 0 1 0 15092 1455 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12066 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=156.36
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 24278 0 1 0 14324 1312 0 0 25 0 9 0 41545064 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4126877160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=8.78
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 737 141 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.3
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.49
Current children cumulated vsize (KiB) 887460

[startup+179.103 s]
/proc/loadavg: 3.60 2.70 2.26 3/91 22212
/proc/meminfo: memFree=15816/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=1.02
/proc/22152/stat : 22152 (sugar) S 22150 22152 20218 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 41544952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22152/statm: 3400 797 370 3 0 500 0
[pid=22165] ppid=22152 vsize=5356 CPUtime=0
/proc/22165/stat : 22165 (sh) S 22152 22152 20218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41545063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22165/statm: 1339 233 193 169 0 50 0
[pid=22166] ppid=22165 vsize=868504 CPUtime=171.67
/proc/22166/stat : 22166 (java) S 22165 22152 20218 0 -1 0 35370 0 1 0 15656 1511 0 0 18 0 9 0 41545063 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22166/statm: 217126 12066 2565 9 0 211673 0
[pid=22166/tid=22167] ppid=22165 vsize=868504 CPUtime=162.27
/proc/22166/task/22167/stat : 22167 (java) R 22165 22152 20218 0 -1 64 25084 0 1 0 14865 1362 0 0 25 0 9 0 41545064 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4126877148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22168] ppid=22165 vsize=868504 CPUtime=9.07
/proc/22166/task/22168/stat : 22168 (java) S 22165 22152 20218 0 -1 64 8069 0 0 0 760 147 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22169] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22169/stat : 22169 (java) S 22165 22152 20218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22170] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22170/stat : 22170 (java) S 22165 22152 20218 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41545065 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22171] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22171/stat : 22171 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22172] ppid=22165 vsize=868504 CPUtime=0.3
/proc/22166/task/22172/stat : 22172 (java) S 22165 22152 20218 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22173] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22173/stat : 22173 (java) S 22165 22152 20218 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22166/tid=22174] ppid=22165 vsize=868504 CPUtime=0
/proc/22166/task/22174/stat : 22174 (java) S 22165 22152 20218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41545067 889348096 12066 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 887460

[startup+182.303 s]
/proc/loadavg: 3.55 2.70 2.26 3/91 22212
/proc/meminfo: memFree=15304/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=175.76
/proc/22152/stat : 22152 (sugar) D 22150 22152 20218 0 -1 4194304 998 44404 0 2 3 1 16027 1545 16 0 1 0 41544952 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 175.76
Current children cumulated vsize (KiB) 13600

[startup+183.102 s]
/proc/loadavg: 3.55 2.70 2.26 3/81 22212
/proc/meminfo: memFree=306072/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=176.47
/proc/22152/stat : 22152 (sugar) R 22150 22152 20218 0 -1 4194304 998 44404 0 2 3 72 16027 1545 16 0 1 0 41544952 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 176.47
Current children cumulated vsize (KiB) 13600

[startup+183.502 s]
/proc/loadavg: 3.55 2.70 2.26 3/81 22212
/proc/meminfo: memFree=306072/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=176.76
/proc/22152/stat : 22152 (sugar) D 22150 22152 20218 0 -1 4194304 998 44404 0 2 3 101 16027 1545 16 0 1 0 41544952 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 176.76
Current children cumulated vsize (KiB) 13600

[startup+183.902 s]
/proc/loadavg: 3.55 2.70 2.26 2/81 22212
/proc/meminfo: memFree=1916632/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=176.79
/proc/22152/stat : 22152 (sugar) D 22150 22152 20218 0 -1 4194304 998 44404 0 2 3 104 16027 1545 15 0 1 0 41544952 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 176.79
Current children cumulated vsize (KiB) 13600

[startup+184.002 s]
/proc/loadavg: 3.55 2.70 2.26 2/81 22212
/proc/meminfo: memFree=1916632/2055920 swapFree=4181008/4192956
[pid=22152] ppid=22150 vsize=13600 CPUtime=176.79
/proc/22152/stat : 22152 (sugar) D 22150 22152 20218 0 -1 4194304 998 44404 0 2 3 104 16027 1545 15 0 1 0 41544952 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 176.79
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 184.045
CPU time (s): 176.818
CPU user time (s): 160.315
CPU system time (s): 16.5035
CPU usage (%): 96.0735
Max. virtual memory (cumulated for all children) (KiB): 887600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.315
system time used= 16.5035
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45432
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163582
involuntary context switches= 169097

runsolver used 0.253961 second user time and 0.623905 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-12 09:40:21
IDJOB=1111538
IDBENCH=61289
IDSOLVER=368
FILE ID=node24/1111538-1215848420
PBS_JOBID= 7903354
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-6.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111538-1215848420/watcher-1111538-1215848420 -o /tmp/evaluation-result-1111538-1215848420/solver-1111538-1215848420 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111538-1215848420.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5cd20cea40cbbe199e65e8aaf2196708
RANDOM SEED=756271192

node24.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.220
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.220
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:       1735104 kB
Buffers:         41228 kB
Cached:         121516 kB
SwapCached:       6236 kB
Active:         160976 kB
Inactive:        96576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735104 kB
SwapTotal:     4192956 kB
SwapFree:      4181008 kB
Dirty:            2368 kB
Writeback:           0 kB
Mapped:         110552 kB
Slab:            48104 kB
Committed_AS:  1043064 kB
PageTables:       2064 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= 66460 MiB
End job on node24 at 2008-07-12 09:43:25