Trace number 1126476

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+minisat? 182.443 192.927

General information on the benchmark

Namemaxcsp/maxclique/
normalized-p-hat500-3_ext.xml
MD5SUM6fcc846dc69aff8dd243ed3a4fa33ac5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints450
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints31450
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension31450
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Wed Jul 16 06:42:15 2008
0.00/0.14	c 0	PID 31999
0.00/0.14	c 0	HOST node59.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1126476-1216183335.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126476-1216183335.xml' 'HOME/temp.csp'
1.52/1.79	c 2	2 domains, 501 variables, 0 predicates, 2 relations, 31450 constraints
1.63/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.63/1.81	c 2	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.63/1.89	c 2	Parsing HOME/temp.csp
2.00/2.22	c 2	parsed 10000 expressions
2.19/2.43	c 2	parsed 20000 expressions
2.39/2.65	c 2	parsed 30000 expressions
2.39/2.68	c 2	parsed 31955 expressions
2.39/2.69	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.69/2.97	c 3	MAX CSP: 31450 constraints
2.69/2.97	c 3	Converting to clausal form CSP
2.99/3.27	c 3	converted 6341 (10%) expressions
3.28/3.51	c 3	converted 12682 (20%) expressions
3.28/3.59	c 3	converted 19023 (30%) expressions
3.37/3.68	c 3	converted 25364 (40%) expressions
3.48/3.75	c 4	converted 31704 (50%) expressions
3.57/3.83	c 4	converted 38045 (60%) expressions
3.88/4.13	c 4	converted 44386 (70%) expressions
3.97/4.22	c 4	converted 50727 (80%) expressions
3.97/4.30	c 4	converted 57068 (90%) expressions
7.33/7.65	c 7	converted 63408 (100%) expressions
7.33/7.66	c 7	CSP : 63401 integers, 0 booleans, 94349 clauses, largest domain size 47176
7.33/7.67	c 7	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.33/7.67	c 7	Propagation in CSP
8.52/8.87	c 9	31440 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.52/8.88	c 9	CSP : 63401 integers, 0 booleans, 94349 clauses, largest domain size 31451
8.52/8.88	c 9	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.61/8.91	c 9	Simplifing CSP by introducing new Boolean variables
8.61/8.96	c 9	CSP : 63401 integers, 0 booleans, 94349 clauses, largest domain size 31451
8.61/8.96	c 9	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.22/9.54	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.22/9.58	c 9	6341 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.22/9.59	c 9	12681 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.31/9.60	c 9	19021 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.31/9.61	c 9	25361 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.31/9.62	c 9	31701 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.42/9.75	c 10	38041 (60%) CSP integer variables are encoded (95182 clauses, 1489184 bytes)
10.00/10.34	c 10	44381 (70%) CSP integer variables are encoded (542819 clauses, 9099013 bytes)
10.21/10.50	c 10	50721 (80%) CSP integer variables are encoded (672905 clauses, 11310475 bytes)
10.30/10.61	c 10	57061 (90%) CSP integer variables are encoded (751007 clauses, 12638209 bytes)
10.41/10.74	c 11	63401 (100%) CSP integer variables are encoded (847843 clauses, 14284421 bytes)
10.60/10.99	c 11	9435 (10%) CSP clauses are encoded (857278 clauses, 14422788 bytes)
10.79/11.18	c 11	18870 (20%) CSP clauses are encoded (866713 clauses, 14581028 bytes)
10.98/11.39	c 11	28305 (30%) CSP clauses are encoded (876148 clauses, 14740940 bytes)
20.07/21.14	c 21	37740 (40%) CSP clauses are encoded (5792063 clauses, 119990339 bytes)
128.66/135.53	c 135	47175 (50%) CSP clauses are encoded (62901982 clauses, 1507208753 bytes)
181.46/191.43	c 191	ERROR Exception Too large HOME/temp.cnf
181.46/191.44	c 191	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
181.46/191.44	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
181.46/191.44	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
181.46/191.44	s UNKNOWN
181.48/191.54	c 191	CPU 166.64 (0.03 0.01 166.61 14.87)
181.48/191.54	c 191	END Wed Jul 16 06:45:26 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-1126476-1216183335/watcher-1126476-1216183335 -o /tmp/evaluation-result-1126476-1216183335/solver-1126476-1216183335 -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-1126476-1216183335.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: 1.92 1.98 1.99 4/73 31999
/proc/meminfo: memFree=1774696/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=18572 CPUtime=0
/proc/31999/stat : 31999 (runsolver) D 31997 31999 31962 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75031896 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/31999/statm: 4643 292 257 25 0 2626 0

[startup+0.078979 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31999
/proc/meminfo: memFree=1774696/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=12272 CPUtime=0
/proc/31999/stat : 31999 (sugar) D 31997 31999 31962 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 75031896 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31999/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102984 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31999
/proc/meminfo: memFree=1774696/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=12412 CPUtime=0
/proc/31999/stat : 31999 (sugar) R 31997 31999 31962 0 -1 4194304 457 0 0 0 0 0 0 0 18 0 1 0 75031896 12709888 425 996147200 4194304 4206940 548682068592 18446744073709551615 217071783585 0 0 4224 0 0 0 0 17 1 0 0
/proc/31999/statm: 3103 425 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302027 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31999
/proc/meminfo: memFree=1774696/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=0.04
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 75031896 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701103 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31999
/proc/meminfo: memFree=1774696/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=0.04
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 75031896 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 32011
/proc/meminfo: memFree=1750928/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=0.04
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 75031896 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 796 370 3 0 500 0
[pid=32002] ppid=31999 vsize=5356 CPUtime=0
/proc/32002/stat : 32002 (sh) S 31999 31999 31962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75031911 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32002/statm: 1339 233 193 169 0 50 0
[pid=32003] ppid=32002 vsize=864688 CPUtime=1.29
/proc/32003/stat : 32003 (java) S 32002 31999 31962 0 -1 0 12280 0 1 0 122 7 0 0 18 0 9 0 75031911 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32003/statm: 216172 10325 2529 9 0 210754 0
[pid=32003/tid=32004] ppid=32002 vsize=864688 CPUtime=0.68
/proc/32003/task/32004/stat : 32004 (java) R 32002 31999 31962 0 -1 64 2849 0 1 0 66 2 0 0 18 0 9 0 75031914 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4126660868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32005] ppid=32002 vsize=864688 CPUtime=0.47
/proc/32003/task/32005/stat : 32005 (java) S 32002 31999 31962 0 -1 64 8237 0 0 0 43 4 0 0 17 0 9 0 75031917 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32006] ppid=32002 vsize=864688 CPUtime=0
/proc/32003/task/32006/stat : 32006 (java) S 32002 31999 31962 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75031917 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32007] ppid=32002 vsize=864688 CPUtime=0
/proc/32003/task/32007/stat : 32007 (java) S 32002 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 75031918 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32008] ppid=32002 vsize=864688 CPUtime=0
/proc/32003/task/32008/stat : 32008 (java) S 32002 31999 31962 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75031920 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32009] ppid=32002 vsize=864688 CPUtime=0.11
/proc/32003/task/32009/stat : 32009 (java) S 32002 31999 31962 0 -1 64 494 0 0 0 11 0 0 0 16 0 9 0 75031920 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32010] ppid=32002 vsize=864688 CPUtime=0
/proc/32003/task/32010/stat : 32010 (java) S 32002 31999 31962 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75031920 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32003/tid=32011] ppid=32002 vsize=864688 CPUtime=0
/proc/32003/task/32011/stat : 32011 (java) S 32002 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75031920 885440512 10325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 883644

[startup+3.10256 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 32021
/proc/meminfo: memFree=1763920/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 15 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=865704 CPUtime=1.26
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 10290 0 1 0 119 7 0 0 18 0 9 0 75032078 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 216426 9252 2542 9 0 211001 0
[pid=32013/tid=32014] ppid=32012 vsize=865704 CPUtime=0.7
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 2783 0 1 0 68 2 0 0 18 0 9 0 75032079 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32015] ppid=32012 vsize=865704 CPUtime=0.41
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 6126 0 0 0 38 3 0 0 16 0 9 0 75032080 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32016] ppid=32012 vsize=865704 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=865704 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75032080 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=865704 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=865704 CPUtime=0.12
/proc/32013/task/32019/stat : 32019 (java) R 32012 31999 31962 0 -1 64 684 0 0 0 12 0 0 0 16 0 9 0 75032082 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 101583521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=865704 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=865704 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 886480896 9252 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 884660

[startup+6.30118 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 32021
/proc/meminfo: memFree=1702040/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 15 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868432 CPUtime=4.42
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 24331 0 1 0 427 15 0 0 18 0 9 0 75032078 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217108 22127 2540 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868432 CPUtime=2.52
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 3557 0 1 0 249 3 0 0 25 0 9 0 75032079 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4126095759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868432 CPUtime=1.64
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 18594 0 0 0 155 9 0 0 16 0 9 0 75032080 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868432 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868432 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868432 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868432 CPUtime=0.22
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 75032082 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868432 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868432 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889274368 22127 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887388

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 2.00 2/84 32021
/proc/meminfo: memFree=1648664/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 15 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868544 CPUtime=10.16
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 35022 0 1 0 980 36 0 0 18 0 9 0 75032078 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217136 28494 2567 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868544 CPUtime=7.04
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 3764 0 1 0 686 18 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4126571471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=2.77
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 261 16 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868544 CPUtime=0.32
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 887500

[startup+25.5028 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 32021
/proc/meminfo: memFree=1502936/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 16 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868544 CPUtime=22.17
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 35537 0 1 0 2087 130 0 0 18 0 9 0 75032078 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217136 28494 2567 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868544 CPUtime=18.74
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 4279 0 1 0 1767 107 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4127081061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=3.08
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 288 20 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 9936 0 1 0 13400 1168 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4127095935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=6.6
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 597 63 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868544 CPUtime=0.32
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.27
Current children cumulated vsize (KiB) 887500

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

[startup+179.301 s]
/proc/loadavg: 2.63 2.25 2.09 3/84 32021
/proc/meminfo: memFree=15960/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 16 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868544 CPUtime=168.73
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 41944 0 1 0 15495 1378 0 0 18 0 9 0 75032078 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217136 28494 2567 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868544 CPUtime=161.31
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 10686 0 1 0 14825 1306 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4127081145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=7.07
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 638 69 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868544 CPUtime=0.32
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.36
Current children cumulated vsize (KiB) 887500

[startup+185.702 s]
/proc/loadavg: 2.66 2.26 2.09 3/84 32021
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 16 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868544 CPUtime=174.28
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 42207 0 1 0 16001 1427 0 0 18 0 9 0 75032078 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217136 28494 2567 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868544 CPUtime=166.7
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 10949 0 1 0 15317 1353 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4127097264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=7.23
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 652 71 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868544 CPUtime=0.32
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.91
Current children cumulated vsize (KiB) 887500

[startup+188.903 s]
/proc/loadavg: 2.68 2.27 2.10 3/84 32021
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 16 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868544 CPUtime=177.38
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 42354 0 1 0 16286 1452 0 0 18 0 9 0 75032078 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217136 28494 2567 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868544 CPUtime=169.71
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 11096 0 1 0 15594 1377 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4127081242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=7.31
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 659 72 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868544 CPUtime=0.32
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.01
Current children cumulated vsize (KiB) 887500

[startup+190.506 s]
/proc/loadavg: 2.68 2.27 2.10 3/84 32021
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=1.63
/proc/31999/stat : 31999 (sugar) S 31997 31999 31962 0 -1 4194304 974 13203 0 1 3 1 151 8 16 0 1 0 75031896 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31999/statm: 3400 797 370 3 0 500 0
[pid=32012] ppid=31999 vsize=5356 CPUtime=0
/proc/32012/stat : 32012 (sh) S 31999 31999 31962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75032078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32012/statm: 1339 233 193 169 0 50 0
[pid=32013] ppid=32012 vsize=868544 CPUtime=178.95
/proc/32013/stat : 32013 (java) S 32012 31999 31962 0 -1 0 42428 0 1 0 16428 1467 0 0 18 0 9 0 75032078 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32013/statm: 217136 28494 2567 9 0 211683 0
[pid=32013/tid=32014] ppid=32012 vsize=868544 CPUtime=171.23
/proc/32013/task/32014/stat : 32014 (java) R 32012 31999 31962 0 -1 64 11170 0 1 0 15732 1391 0 0 25 0 9 0 75032079 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4127095941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32015] ppid=32012 vsize=868544 CPUtime=7.36
/proc/32013/task/32015/stat : 32015 (java) S 32012 31999 31962 0 -1 64 29015 0 0 0 663 73 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32013/tid=32016] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32016/stat : 32016 (java) S 32012 31999 31962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32017] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32017/stat : 32017 (java) S 32012 31999 31962 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75032080 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32018] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32018/stat : 32018 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32019] ppid=32012 vsize=868544 CPUtime=0.32
/proc/32013/task/32019/stat : 32019 (java) S 32012 31999 31962 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32020] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32020/stat : 32020 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32013/tid=32021] ppid=32012 vsize=868544 CPUtime=0
/proc/32013/task/32021/stat : 32021 (java) S 32012 31999 31962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75032082 889389056 28494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.58
Current children cumulated vsize (KiB) 887500

[startup+192.101 s]
/proc/loadavg: 2.63 2.27 2.09 3/77 32021
/proc/meminfo: memFree=21912/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=182.07
/proc/31999/stat : 31999 (sugar) R 31997 31999 31962 0 -1 4194304 998 55969 0 2 4 55 16661 1487 16 0 1 0 75031896 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31999/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.07
Current children cumulated vsize (KiB) 13600

[startup+192.502 s]
/proc/loadavg: 2.63 2.27 2.09 3/77 32021
/proc/meminfo: memFree=21912/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=182.39
/proc/31999/stat : 31999 (sugar) D 31997 31999 31962 0 -1 4194304 998 55969 0 2 4 87 16661 1487 16 0 1 0 75031896 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31999/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.39
Current children cumulated vsize (KiB) 13600

[startup+192.902 s]
/proc/loadavg: 2.63 2.27 2.09 2/74 32021
/proc/meminfo: memFree=1823912/2055920 swapFree=4192812/4192956
[pid=31999] ppid=31997 vsize=13600 CPUtime=182.43
/proc/31999/stat : 31999 (sugar) D 31997 31999 31962 0 -1 4194304 998 55969 0 2 4 91 16661 1487 15 0 1 0 75031896 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31999/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 192.927
CPU time (s): 182.443
CPU user time (s): 166.654
CPU system time (s): 15.7896
CPU usage (%): 94.5659
Max. virtual memory (cumulated for all children) (KiB): 897636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.654
system time used= 15.7896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56997
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= 60281
involuntary context switches= 64121

runsolver used 0.237963 second user time and 0.755885 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-16 06:42:15
IDJOB=1126476
IDBENCH=64249
IDSOLVER=368
FILE ID=node59/1126476-1216183335
PBS_JOBID= 7905926
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-p-hat500-3_ext.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-1126476-1216183335/watcher-1126476-1216183335 -o /tmp/evaluation-result-1126476-1216183335/solver-1126476-1216183335 -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-1126476-1216183335.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fcc846dc69aff8dd243ed3a4fa33ac5
RANDOM SEED=607695534

node59.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.268
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.268
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:       1775176 kB
Buffers:          6528 kB
Cached:          74868 kB
SwapCached:          0 kB
Active:         212448 kB
Inactive:        17020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:         159096 kB
Slab:            36352 kB
Committed_AS:   403708 kB
PageTables:       2188 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= 66532 MiB
End job on node59 at 2008-07-16 06:45:28