Trace number 1126532

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? 183.542 190.6

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-509_ext.xml
MD5SUM75d0be29684ec37c823526390d7a7451
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints245
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints8624
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension8624
Number of constraints which are defined in intension0
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 Wed Jul 16 06:53:58 2008
0.00/0.05	c 0	PID 32152
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126532-1216184038.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-1126532-1216184038.xml' 'HOME/temp.csp'
0.03/0.90	c 1	3 domains, 349 variables, 0 predicates, 22 relations, 8624 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	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'
0.90/1.03	c 1	Parsing HOME/temp.csp
1.18/1.36	c 2	parsed 8998 expressions
1.18/1.37	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.47	c 2	MAX CSP: 8624 constraints
1.28/1.47	c 2	Converting to clausal form CSP
1.48/1.65	c 2	converted 1763 (10%) expressions
1.58/1.73	c 2	converted 3525 (20%) expressions
1.58/1.75	c 2	converted 5288 (30%) expressions
1.68/1.83	c 2	converted 7050 (40%) expressions
1.68/1.85	c 2	converted 8813 (50%) expressions
1.68/1.88	c 2	converted 10575 (60%) expressions
1.78/1.90	c 2	converted 12338 (70%) expressions
1.78/1.93	c 2	converted 14100 (80%) expressions
1.78/1.95	c 2	converted 15863 (90%) expressions
2.77/2.90	c 3	converted 17625 (100%) expressions
2.77/2.91	c 3	CSP : 17597 integers, 0 booleans, 25871 clauses, largest domain size 12937
2.77/2.91	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.77/2.91	c 3	Propagation in CSP
3.06/3.21	c 4	8619 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.06/3.22	c 4	CSP : 17597 integers, 0 booleans, 25871 clauses, largest domain size 8625
3.06/3.22	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.06/3.23	c 4	Simplifing CSP by introducing new Boolean variables
3.06/3.25	c 4	CSP : 17597 integers, 0 booleans, 25871 clauses, largest domain size 8625
3.06/3.25	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.16/3.38	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.26/3.42	c 4	1760 (10%) CSP integer variables are encoded (304 clauses, 3328 bytes)
3.26/3.43	c 4	3520 (20%) CSP integer variables are encoded (304 clauses, 3328 bytes)
3.26/3.43	c 4	5280 (30%) CSP integer variables are encoded (304 clauses, 3328 bytes)
3.26/3.43	c 4	7039 (40%) CSP integer variables are encoded (304 clauses, 3328 bytes)
3.26/3.43	c 4	8799 (50%) CSP integer variables are encoded (304 clauses, 3328 bytes)
3.35/3.57	c 4	10559 (60%) CSP integer variables are encoded (114687 clauses, 1766027 bytes)
3.45/3.61	c 4	12318 (70%) CSP integer variables are encoded (140212 clauses, 2199952 bytes)
3.45/3.64	c 4	14078 (80%) CSP integer variables are encoded (166027 clauses, 2638807 bytes)
3.45/3.67	c 4	15838 (90%) CSP integer variables are encoded (184549 clauses, 2953681 bytes)
3.55/3.70	c 4	17597 (100%) CSP integer variables are encoded (208150 clauses, 3354898 bytes)
3.65/3.83	c 4	2588 (10%) CSP clauses are encoded (212157 clauses, 3432362 bytes)
3.75/3.91	c 4	5175 (20%) CSP clauses are encoded (216944 clauses, 3537782 bytes)
3.75/3.98	c 4	7762 (30%) CSP clauses are encoded (219531 clauses, 3611623 bytes)
32.02/32.77	c 33	10349 (40%) CSP clauses are encoded (9776152 clauses, 212390436 bytes)
84.70/87.38	c 88	12936 (50%) CSP clauses are encoded (37653309 clauses, 894196176 bytes)
87.05/89.76	c 90	15523 (60%) CSP clauses are encoded (38861810 clauses, 923608759 bytes)
155.86/160.85	c 161	18110 (70%) CSP clauses are encoded (75002699 clauses, 1808680111 bytes)
158.56/163.61	c 164	20697 (80%) CSP clauses are encoded (76394680 clauses, 1842575441 bytes)
165.31/170.78	c 171	23284 (90%) CSP clauses are encoded (79977905 clauses, 1930130517 bytes)
182.40/188.48	c 189	ERROR Exception Too large HOME/temp.cnf
182.40/188.48	c 189	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
182.40/188.48	c 189	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
182.40/188.48	c 189	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
182.40/188.48	s UNKNOWN
182.49/189.02	c 189	CPU 168.1 (0.04 0 168.06 14.41)
182.49/189.02	c 189	END Wed Jul 16 06:57:07 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-1126532-1216184038/watcher-1126532-1216184038 -o /tmp/evaluation-result-1126532-1216184038/solver-1126532-1216184038 -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-1126532-1216184038.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.03 2.08 2.05 4/74 32152
/proc/meminfo: memFree=1872728/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=12000 CPUtime=0
/proc/32152/stat : 32152 (sugar) R 32150 32152 31885 0 -1 4194304 211 0 0 0 0 0 0 0 21 0 1 0 75103463 12288000 179 996147200 4194304 4206940 548682068592 18446744073709551615 234229011040 0 0 4224 0 0 0 0 17 1 0 0
/proc/32152/statm: 3000 179 140 3 0 100 0

[startup+0.0520801 s]
/proc/loadavg: 2.03 2.08 2.05 4/74 32152
/proc/meminfo: memFree=1872728/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 882 127 0 0 3 0 0 0 18 0 1 0 75103463 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104497 s]
/proc/loadavg: 2.03 2.08 2.05 4/74 32152
/proc/meminfo: memFree=1872728/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75103463 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302009 s]
/proc/loadavg: 2.03 2.08 2.05 4/74 32152
/proc/meminfo: memFree=1872728/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75103463 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701062 s]
/proc/loadavg: 2.03 2.08 2.05 4/74 32152
/proc/meminfo: memFree=1872728/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75103463 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 2.03 2.08 2.05 5/85 32174
/proc/meminfo: memFree=1867008/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.86
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 3 0 78 5 15 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=864204 CPUtime=0.53
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 6235 0 1 0 50 3 0 0 18 0 9 0 75103559 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 216051 5465 2540 9 0 210626 0
[pid=32166/tid=32167] ppid=32165 vsize=864204 CPUtime=0.32
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 2588 0 1 0 31 1 0 0 18 0 9 0 75103560 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 104251759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=864204 CPUtime=0.09
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 2607 0 0 0 9 0 0 0 16 0 9 0 75103561 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=864204 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=864204 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=864204 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=864204 CPUtime=0.08
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 75103563 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=864204 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=864204 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 884944896 5465 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883160

[startup+3.10237 s]
/proc/loadavg: 2.03 2.08 2.05 4/85 32174
/proc/meminfo: memFree=1844672/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.86
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 3 0 78 5 16 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868372 CPUtime=2.11
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 12669 0 1 0 204 7 0 0 18 0 9 0 75103559 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217093 11563 2540 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868372 CPUtime=1.25
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 2901 0 1 0 123 2 0 0 25 0 9 0 75103560 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4126567010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868372 CPUtime=0.6
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7592 0 0 0 57 3 0 0 16 0 9 0 75103561 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868372 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868372 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868372 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868372 CPUtime=0.24
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1480 0 0 0 23 1 0 0 16 0 9 0 75103563 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868372 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868372 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889212928 11563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887328

[startup+6.30277 s]
/proc/loadavg: 2.02 2.08 2.05 3/85 32174
/proc/meminfo: memFree=1826752/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.86
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 3 0 78 5 15 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=5.27
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 13168 0 1 0 514 13 0 0 18 0 9 0 75103559 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11663 2567 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=4.08
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 3147 0 1 0 402 6 0 0 25 0 9 0 75103560 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4127165455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=0.84
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7797 0 0 0 80 4 0 0 16 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887440

[startup+12.7026 s]
/proc/loadavg: 2.02 2.08 2.05 3/85 32174
/proc/meminfo: memFree=1826496/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.86
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 3 0 78 5 15 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=11.59
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 13433 0 1 0 1143 16 0 0 18 0 9 0 75103559 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11663 2567 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=10.31
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 3412 0 1 0 1024 7 0 0 25 0 9 0 75103560 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4127170036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=0.93
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7797 0 0 0 87 6 0 0 16 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887440

[startup+25.5022 s]
/proc/loadavg: 2.10 2.09 2.06 3/85 32174
/proc/meminfo: memFree=1712960/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.86
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 3 0 78 5 15 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=24.2
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 14712 0 1 0 2326 94 0 0 18 0 9 0 75103559 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11663 2567 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=22.45
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 4691 0 1 0 2168 77 0 0 25 0 9 0 75103560 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4126569176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=1.4
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7797 0 0 0 126 14 0 0 16 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.32
Current children cumulated vsize (KiB) 887440

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

[startup+166.302 s]
/proc/loadavg: 2.52 2.35 2.16 3/85 32174
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.87
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 4 0 78 5 16 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=160.21
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 31037 0 1 0 14768 1253 0 0 18 0 9 0 75103559 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11665 2567 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=152.18
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 21014 0 1 0 14089 1129 0 0 25 0 9 0 75103560 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4127165377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=7.67
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7797 0 0 0 646 121 0 0 16 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 887440

[startup+179.102 s]
/proc/loadavg: 2.48 2.35 2.16 3/85 32174
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.87
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 4 0 78 5 16 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=172.56
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 32507 0 1 0 15900 1356 0 0 18 0 9 0 75103559 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11665 2567 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=163.98
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 22484 0 1 0 15175 1223 0 0 25 0 9 0 75103560 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4127057325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=8.23
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7797 0 0 0 692 131 0 0 16 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.43
Current children cumulated vsize (KiB) 887440

[startup+185.503 s]
/proc/loadavg: 2.44 2.34 2.16 3/85 32174
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.87
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 974 7501 0 1 4 0 78 5 16 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=178.74
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 33252 0 1 0 16463 1411 0 0 18 0 9 0 75103559 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11665 2567 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=169.88
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 31885 0 -1 64 23229 0 1 0 15715 1273 0 0 25 0 9 0 75103560 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4127063424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=8.51
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 31885 0 -1 64 7797 0 0 0 716 135 0 0 16 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75103561 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 31885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75103563 889327616 11665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 179.61
Current children cumulated vsize (KiB) 887440

[startup+188.702 s]
/proc/loadavg: 2.40 2.33 2.16 3/85 32174
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.87
/proc/32152/stat : 32152 (sugar) S 32150 32152 31885 0 -1 4194304 975 7501 0 1 4 0 78 5 16 0 1 0 75103463 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 31885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75103558 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=868484 CPUtime=181.62
/proc/32166/stat : 32166 (java) S 32165 32152 31885 0 -1 0 33609 0 1 0 16727 1435 0 0 18 0 7 0 75103559 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32166/statm: 217121 11670 2568 9 0 211668 0
[pid=32166/tid=32167] ppid=32165 vsize=868484 CPUtime=172.61
/proc/32166/task/32167/stat : 32167 (java) S 32165 32152 31885 0 -1 64 23582 0 1 0 15968 1293 0 0 24 0 7 0 75103560 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32165 vsize=868484 CPUtime=8.66
/proc/32166/task/32168/stat : 32168 (java) D 32165 32152 31885 0 -1 64 7797 0 0 0 727 139 0 0 15 0 7 0 75103561 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 31885 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 75103561 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 31885 0 -1 64 9 0 0 0 0 0 0 0 15 0 7 0 75103561 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32165 vsize=868484 CPUtime=0.32
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 31885 0 -1 64 1530 0 0 0 31 1 0 0 16 0 7 0 75103563 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32173] ppid=32165 vsize=868484 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 31885 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 75103563 889327616 11670 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.49
Current children cumulated vsize (KiB) 887440

[startup+189.501 s]
/proc/loadavg: 2.40 2.33 2.16 2/75 32174
/proc/meminfo: memFree=52816/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=182.72
/proc/32152/stat : 32152 (sugar) R 32150 32152 31885 0 -1 4194304 998 41397 0 2 4 21 16806 1441 16 0 1 0 75103463 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.72
Current children cumulated vsize (KiB) 13600

[startup+189.901 s]
/proc/loadavg: 2.40 2.33 2.16 2/75 32174
/proc/meminfo: memFree=52816/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=183.12
/proc/32152/stat : 32152 (sugar) R 32150 32152 31885 0 -1 4194304 998 41397 0 2 4 61 16806 1441 16 0 1 0 75103463 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.12
Current children cumulated vsize (KiB) 13600

[startup+190.406 s]
/proc/loadavg: 2.40 2.33 2.16 2/75 32174
/proc/meminfo: memFree=1941264/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=183.51
/proc/32152/stat : 32152 (sugar) D 32150 32152 31885 0 -1 4194304 998 41397 0 2 4 100 16806 1441 16 0 1 0 75103463 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/32152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.51
Current children cumulated vsize (KiB) 13600

[startup+190.501 s]
/proc/loadavg: 2.40 2.33 2.16 2/75 32174
/proc/meminfo: memFree=1941264/2055920 swapFree=4192812/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=183.51
/proc/32152/stat : 32152 (sugar) D 32150 32152 31885 0 -1 4194304 998 41397 0 2 4 100 16806 1441 15 0 1 0 75103463 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/32152/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 190.6
CPU time (s): 183.542
CPU user time (s): 168.106
CPU system time (s): 15.4357
CPU usage (%): 96.2971
Max. virtual memory (cumulated for all children) (KiB): 887832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.106
system time used= 15.4357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42425
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= 150601
involuntary context switches= 154836

runsolver used 0.360945 second user time and 0.789879 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-16 06:53:58
IDJOB=1126532
IDBENCH=64256
IDSOLVER=368
FILE ID=node54/1126532-1216184038
PBS_JOBID= 7905887
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-509_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-1126532-1216184038/watcher-1126532-1216184038 -o /tmp/evaluation-result-1126532-1216184038/solver-1126532-1216184038 -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-1126532-1216184038.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75d0be29684ec37c823526390d7a7451
RANDOM SEED=1961435990

node54.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.235
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.235
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:       1873208 kB
Buffers:         14472 kB
Cached:          86508 kB
SwapCached:          0 kB
Active:          77564 kB
Inactive:        41940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          29484 kB
Slab:            48464 kB
Committed_AS:   325324 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node54 at 2008-07-16 06:57:09