Trace number 1126259

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-inc? 199.245 208.215

General information on the benchmark

Namemaxcsp/maxclique/
normalized-c-fat500-2_ext.xml
MD5SUM3750a8afe7686449b5428510761c6d7a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints474
Best CPU time to get the best result obtained on this benchmark22.0556
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints116111
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension116111
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.97	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.97	c 0	BEGIN Wed Jul 16 05:47:36 2008
0.06/0.97	c 0	PID 29431
0.06/0.97	c 0	HOST node37.alineos.net
0.06/0.97	c 0	CONVERTING HOME/instance-1126259-1216180054.xml TO HOME/temp.csp
0.06/0.97	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126259-1216180054.xml' 'HOME/temp.csp'
3.87/4.83	c 4	2 domains, 501 variables, 0 predicates, 2 relations, 116111 constraints
3.90/5.01	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.90/5.01	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.90/5.09	c 4	Parsing HOME/temp.csp
3.92/5.38	c 4	parsed 10000 expressions
4.39/5.56	c 5	parsed 20000 expressions
4.59/5.75	c 5	parsed 30000 expressions
4.79/5.90	c 5	parsed 40000 expressions
4.99/6.12	c 5	parsed 50000 expressions
5.08/6.27	c 5	parsed 60000 expressions
5.29/6.42	c 5	parsed 70000 expressions
5.49/6.68	c 6	parsed 80000 expressions
5.68/6.83	c 6	parsed 90000 expressions
5.79/6.98	c 6	parsed 100000 expressions
5.98/7.13	c 6	parsed 110000 expressions
6.08/7.23	c 6	parsed 116616 expressions
6.08/7.24	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.08/8.29	c 7	MAX CSP: 116111 constraints
7.08/8.29	c 7	Converting to clausal form CSP
7.58/8.79	c 8	converted 23273 (10%) expressions
7.89/9.07	c 8	converted 46546 (20%) expressions
8.19/9.34	c 8	converted 69819 (30%) expressions
9.19/10.33	c 9	converted 93092 (40%) expressions
9.49/10.65	c 10	converted 116365 (50%) expressions
9.79/10.91	c 10	converted 139638 (60%) expressions
9.99/11.17	c 10	converted 162911 (70%) expressions
10.28/11.49	c 11	converted 186184 (80%) expressions
10.59/11.76	c 11	converted 209457 (90%) expressions
24.68/25.88	c 25	converted 232730 (100%) expressions
24.78/25.90	c 25	CSP : 232723 integers, 0 booleans, 348332 clauses, largest domain size 174167
24.78/25.90	c 25	Heap : 319 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.78/25.90	c 25	Propagation in CSP
28.88/30.00	c 29	116101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.88/30.02	c 29	CSP : 232723 integers, 0 booleans, 348332 clauses, largest domain size 116112
28.88/30.03	c 29	Heap : 317 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.98/30.11	c 29	Simplifing CSP by introducing new Boolean variables
29.08/30.23	c 29	CSP : 232723 integers, 0 booleans, 348332 clauses, largest domain size 116112
29.08/30.23	c 29	Heap : 339 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.37/31.60	c 31	Encoding CSP to SAT : HOME/temp.cnf
30.47/31.67	c 31	23273 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.57/31.70	c 31	46545 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.57/31.73	c 31	69817 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.57/31.76	c 31	93090 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.57/31.79	c 31	116362 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.07/32.27	c 31	139634 (60%) CSP integer variables are encoded (399372 clauses, 6789388 bytes)
31.47/32.66	c 32	162907 (70%) CSP integer variables are encoded (731669 clauses, 12438437 bytes)
31.97/33.12	c 32	186179 (80%) CSP integer variables are encoded (1109607 clauses, 19424670 bytes)
32.37/33.53	c 33	209451 (90%) CSP integer variables are encoded (1441446 clauses, 25729611 bytes)
34.87/36.02	c 35	232723 (100%) CSP integer variables are encoded (3584491 clauses, 66447466 bytes)
35.47/36.66	c 36	34834 (10%) CSP clauses are encoded (3619325 clauses, 66986011 bytes)
36.05/37.25	c 36	69667 (20%) CSP clauses are encoded (3654158 clauses, 67571237 bytes)
36.64/37.88	c 37	104500 (30%) CSP clauses are encoded (3688991 clauses, 68167925 bytes)
151.82/157.69	c 157	139333 (40%) CSP clauses are encoded (70066448 clauses, 1692154706 bytes)
198.29/205.47	c 205	ERROR Exception Too large HOME/temp.cnf
198.29/205.47	c 205	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
198.29/205.47	c 205	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
198.29/205.47	c 205	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
198.29/205.47	s UNKNOWN
198.40/205.63	c 205	CPU 184.78 (0.06 0.02 184.72 13.62)
198.40/205.63	c 205	END Wed Jul 16 05:51:01 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-1126259-1216180054/watcher-1126259-1216180054 -o /tmp/evaluation-result-1126259-1216180054/solver-1126259-1216180054 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126259-1216180054.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: 3.00 3.12 2.88 2/80 29431
/proc/meminfo: memFree=1785256/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=18572 CPUtime=0
/proc/29431/stat : 29431 (runsolver) D 29429 29431 29394 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 74705327 19017728 293 996147200 4194304 4296836 548682068192 18446744073709551615 213116316967 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/29431/statm: 4643 293 257 25 0 2626 0

[startup+0.0391699 s]
/proc/loadavg: 3.00 3.12 2.88 2/80 29431
/proc/meminfo: memFree=1785256/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=12272 CPUtime=0
/proc/29431/stat : 29431 (sugar++) D 29429 29431 29394 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 74705327 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/29431/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.112181 s]
/proc/loadavg: 3.00 3.12 2.88 2/80 29431
/proc/meminfo: memFree=1785256/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=12272 CPUtime=0
/proc/29431/stat : 29431 (sugar++) R 29429 29431 29394 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 74705327 12566528 365 996147200 4194304 4206940 548682068528 18446744073709551615 213125217278 0 0 4224 0 0 0 0 17 1 0 0
/proc/29431/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301199 s]
/proc/loadavg: 3.00 3.12 2.88 2/80 29431
/proc/meminfo: memFree=1785256/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=13204 CPUtime=0.03
/proc/29431/stat : 29431 (sugar++) R 29429 29431 29394 0 -1 4194304 697 0 0 0 2 1 0 0 18 0 1 0 74705327 13520896 665 996147200 4194304 4206940 548682068528 18446744073709551615 213136036694 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3301 665 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.701242 s]
/proc/loadavg: 3.00 3.12 2.88 2/80 29431
/proc/meminfo: memFree=1785256/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=13468 CPUtime=0.05
/proc/29431/stat : 29431 (sugar++) R 29429 29431 29394 0 -1 4194304 764 0 0 0 3 2 0 0 18 0 1 0 74705327 13791232 732 996147200 4194304 4206940 548682068528 18446744073709551615 213136380487 0 0 4224 0 0 0 0 17 0 0 0
/proc/29431/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13468

[startup+1.50133 s]
/proc/loadavg: 3.00 3.12 2.88 4/84 29436
/proc/meminfo: memFree=1780168/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=0.08
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1219 128 0 0 6 2 0 0 19 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29434] ppid=29431 vsize=5356 CPUtime=0
/proc/29434/stat : 29434 (sh) S 29431 29431 29394 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74705424 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29434/statm: 1339 233 193 169 0 50 0
[pid=29435] ppid=29434 vsize=864624 CPUtime=0.5
/proc/29435/stat : 29435 (java) S 29434 29431 29394 0 -1 0 4740 0 1 0 48 2 0 0 18 0 9 0 74705425 885374976 4210 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29435/statm: 216156 4210 1720 9 0 210738 0
[pid=29435/tid=29436] ppid=29434 vsize=864624 CPUtime=0.38
/proc/29435/task/29436/stat : 29436 (java) R 29434 29431 29394 0 -1 64 2678 0 1 0 37 1 0 0 20 0 9 0 74705426 885374976 4210 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29437] ppid=29434 vsize=864624 CPUtime=0.01
/proc/29435/task/29437/stat : 29437 (java) S 29434 29431 29394 0 -1 64 874 0 0 0 1 0 0 0 16 0 9 0 74705427 885374976 4210 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 886720

[startup+3.10251 s]
/proc/loadavg: 3.00 3.12 2.88 4/91 29443
/proc/meminfo: memFree=1748176/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=0.08
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1219 128 0 0 6 2 0 0 19 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29434] ppid=29431 vsize=5356 CPUtime=0
/proc/29434/stat : 29434 (sh) S 29431 29431 29394 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74705424 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29434/statm: 1339 233 193 169 0 50 0
[pid=29435] ppid=29434 vsize=864672 CPUtime=2.1
/proc/29435/stat : 29435 (java) S 29434 29431 29394 0 -1 0 24127 0 1 0 200 10 0 0 18 0 9 0 74705425 885424128 20699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29435/statm: 216168 20700 2529 9 0 210750 0
[pid=29435/tid=29436] ppid=29434 vsize=864672 CPUtime=1.14
/proc/29435/task/29436/stat : 29436 (java) R 29434 29431 29394 0 -1 64 3315 0 1 0 112 2 0 0 18 0 9 0 74705426 885424128 20701 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29437] ppid=29434 vsize=864672 CPUtime=0.81
/proc/29435/task/29437/stat : 29437 (java) R 29434 29431 29394 0 -1 64 19611 0 0 0 75 6 0 0 16 0 9 0 74705427 885424128 20703 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29438] ppid=29434 vsize=864672 CPUtime=0
/proc/29435/task/29438/stat : 29438 (java) S 29434 29431 29394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74705427 885424128 20704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29439] ppid=29434 vsize=864672 CPUtime=0
/proc/29435/task/29439/stat : 29439 (java) S 29434 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74705427 885424128 20705 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29440] ppid=29434 vsize=864672 CPUtime=0
/proc/29435/task/29440/stat : 29440 (java) S 29434 29431 29394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74705430 885424128 20707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29441] ppid=29434 vsize=864672 CPUtime=0.11
/proc/29435/task/29441/stat : 29441 (java) S 29434 29431 29394 0 -1 64 505 0 0 0 11 0 0 0 16 0 9 0 74705430 885424128 20708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29442] ppid=29434 vsize=864672 CPUtime=0
/proc/29435/task/29442/stat : 29442 (java) S 29434 29431 29394 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74705430 885424128 20710 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29435/tid=29443] ppid=29434 vsize=864672 CPUtime=0
/proc/29435/task/29443/stat : 29443 (java) S 29434 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705430 885424128 20711 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 886768

[startup+6.30106 s]
/proc/loadavg: 3.00 3.12 2.88 3/91 29453
/proc/meminfo: memFree=1770384/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 15 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=864084 CPUtime=1.27
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 9450 0 1 0 121 6 0 0 20 0 9 0 74705829 884822016 8220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 216021 8220 2532 9 0 210603 0
[pid=29445/tid=29446] ppid=29444 vsize=864084 CPUtime=0.82
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 2739 0 1 0 80 2 0 0 25 0 9 0 74705830 884822016 8220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29447] ppid=29444 vsize=864084 CPUtime=0.36
/proc/29445/task/29447/stat : 29447 (java) R 29444 29431 29394 0 -1 64 5679 0 0 0 33 3 0 0 15 0 9 0 74705831 884822016 8220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29448] ppid=29444 vsize=864084 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 884822016 8220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=864084 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74705831 884822016 8220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=864084 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 884822016 8221 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=864084 CPUtime=0.07
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 74705833 884822016 8223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=864084 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 884822016 8223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=864084 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 884822016 8223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 886180

[startup+12.7027 s]
/proc/loadavg: 2.92 3.10 2.87 3/91 29453
/proc/meminfo: memFree=1599568/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 15 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=888916 CPUtime=7.66
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 73104 0 1 0 733 33 0 0 20 0 9 0 74705829 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 222229 53174 2540 9 0 216804 0
[pid=29445/tid=29446] ppid=29444 vsize=888916 CPUtime=3.32
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 4480 0 1 0 329 3 0 0 25 0 9 0 74705830 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29447] ppid=29444 vsize=888916 CPUtime=4.13
/proc/29445/task/29447/stat : 29447 (java) R 29444 29431 29394 0 -1 64 66464 0 0 0 385 28 0 0 16 0 9 0 74705831 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 102731885 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29448] ppid=29444 vsize=888916 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=888916 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74705831 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=888916 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=888916 CPUtime=0.18
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 1463 0 0 0 18 0 0 0 16 0 9 0 74705833 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=888916 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=888916 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 910249984 53174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 911012

[startup+25.5022 s]
/proc/loadavg: 2.93 3.09 2.88 4/91 29453
/proc/meminfo: memFree=1453520/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 15 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=868428 CPUtime=20.45
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 119528 0 1 0 1993 52 0 0 20 0 9 0 74705829 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 217107 84644 2540 9 0 211682 0
[pid=29445/tid=29446] ppid=29444 vsize=868428 CPUtime=12.37
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 7212 0 1 0 1233 4 0 0 25 0 9 0 74705830 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29447] ppid=29444 vsize=868428 CPUtime=7.86
/proc/29445/task/29447/stat : 29447 (java) R 29444 29431 29394 0 -1 64 110138 0 0 0 739 47 0 0 16 0 9 0 74705831 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 102722812 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29448] ppid=29444 vsize=868428 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=868428 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74705831 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=868428 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=868428 CPUtime=0.21
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 1481 0 0 0 20 1 0 0 16 0 9 0 74705833 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=868428 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=868428 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 889270272 84644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 890524

[startup+51.1029 s]

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

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

[startup+179.303 s]
/proc/loadavg: 3.03 3.08 2.90 4/91 29453
/proc/meminfo: memFree=15184/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 16 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=868540 CPUtime=169.08
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 128760 0 1 0 15771 1137 0 0 20 0 9 0 74705829 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 217135 90903 2567 9 0 211682 0
[pid=29445/tid=29446] ppid=29444 vsize=868540 CPUtime=157.13
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 8914 0 1 0 14640 1073 0 0 25 0 9 0 74705830 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4127083390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29445/tid=29447] ppid=29444 vsize=868540 CPUtime=11.63
/proc/29445/task/29447/stat : 29447 (java) S 29444 29431 29394 0 -1 64 117609 0 0 0 1101 62 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29445/tid=29448] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=868540 CPUtime=0.3
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 1540 0 0 0 29 1 0 0 16 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173
Current children cumulated vsize (KiB) 890636

[startup+192.102 s]
/proc/loadavg: 2.95 3.06 2.90 4/91 29453
/proc/meminfo: memFree=15632/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 16 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=868540 CPUtime=181.62
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 128898 0 1 0 16927 1235 0 0 20 0 9 0 74705829 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 217135 90903 2567 9 0 211682 0
[pid=29445/tid=29446] ppid=29444 vsize=868540 CPUtime=169.51
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 9052 0 1 0 15782 1169 0 0 25 0 9 0 74705830 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29445/tid=29447] ppid=29444 vsize=868540 CPUtime=11.78
/proc/29445/task/29447/stat : 29447 (java) S 29444 29431 29394 0 -1 64 117609 0 0 0 1114 64 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29445/tid=29448] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=868540 CPUtime=0.3
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 1540 0 0 0 29 1 0 0 16 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.54
Current children cumulated vsize (KiB) 890636

[startup+198.503 s]
/proc/loadavg: 2.95 3.06 2.90 3/91 29453
/proc/meminfo: memFree=16336/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 16 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=868540 CPUtime=187.82
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 128968 0 1 0 17497 1285 0 0 20 0 9 0 74705829 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 217135 90903 2567 9 0 211682 0
[pid=29445/tid=29446] ppid=29444 vsize=868540 CPUtime=175.64
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 9122 0 1 0 16345 1219 0 0 25 0 9 0 74705830 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29447] ppid=29444 vsize=868540 CPUtime=11.85
/proc/29445/task/29447/stat : 29447 (java) S 29444 29431 29394 0 -1 64 117609 0 0 0 1121 64 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29448] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=868540 CPUtime=0.3
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 1540 0 0 0 29 1 0 0 16 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.74
Current children cumulated vsize (KiB) 890636

[startup+204.903 s]
/proc/loadavg: 2.88 3.04 2.89 3/91 29453
/proc/meminfo: memFree=15184/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=3.92
/proc/29431/stat : 29431 (sugar++) S 29429 29431 29394 0 -1 4194304 1297 34405 0 1 6 2 365 19 16 0 1 0 74705327 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29431/statm: 4185 1104 409 3 0 764 0
[pid=29444] ppid=29431 vsize=5356 CPUtime=0
/proc/29444/stat : 29444 (sh) S 29431 29431 29394 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 74705829 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29444/statm: 1339 233 193 169 0 50 0
[pid=29445] ppid=29444 vsize=868540 CPUtime=193.87
/proc/29445/stat : 29445 (java) S 29444 29431 29394 0 -1 0 129039 0 1 0 18054 1333 0 0 20 0 9 0 74705829 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29445/statm: 217135 90903 2567 9 0 211682 0
[pid=29445/tid=29446] ppid=29444 vsize=868540 CPUtime=181.62
/proc/29445/task/29446/stat : 29446 (java) R 29444 29431 29394 0 -1 64 9193 0 1 0 16895 1267 0 0 25 0 9 0 74705830 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4126574315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29445/tid=29447] ppid=29444 vsize=868540 CPUtime=11.92
/proc/29445/task/29447/stat : 29447 (java) S 29444 29431 29394 0 -1 64 117609 0 0 0 1128 64 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29445/tid=29448] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29448/stat : 29448 (java) S 29444 29431 29394 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29449] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29449/stat : 29449 (java) S 29444 29431 29394 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74705831 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29450] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29450/stat : 29450 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29451] ppid=29444 vsize=868540 CPUtime=0.3
/proc/29445/task/29451/stat : 29451 (java) S 29444 29431 29394 0 -1 64 1540 0 0 0 29 1 0 0 16 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29452] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29452/stat : 29452 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29445/tid=29453] ppid=29444 vsize=868540 CPUtime=0
/proc/29445/task/29453/stat : 29453 (java) S 29444 29431 29394 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74705833 889384960 90903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.79
Current children cumulated vsize (KiB) 890636

[startup+206.502 s]
/proc/loadavg: 2.89 3.04 2.89 3/81 29453
/proc/meminfo: memFree=701408/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=199.15
/proc/29431/stat : 29431 (sugar++) D 29429 29431 29394 0 -1 4194304 1320 163745 0 2 6 75 18472 1362 15 0 1 0 74705327 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 199.15
Current children cumulated vsize (KiB) 16740

[startup+207.302 s]
/proc/loadavg: 2.89 3.04 2.89 2/81 29453
/proc/meminfo: memFree=1811816/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=199.18
/proc/29431/stat : 29431 (sugar++) D 29429 29431 29394 0 -1 4194304 1320 163745 0 2 6 78 18472 1362 15 0 1 0 74705327 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/29431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 199.18
Current children cumulated vsize (KiB) 16740

[startup+207.702 s]
/proc/loadavg: 2.89 3.04 2.89 2/81 29453
/proc/meminfo: memFree=1811816/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=199.2
/proc/29431/stat : 29431 (sugar++) D 29429 29431 29394 0 -1 4194304 1320 163745 0 2 6 80 18472 1362 15 0 1 0 74705327 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/29431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 199.2
Current children cumulated vsize (KiB) 16740

[startup+208.107 s]
/proc/loadavg: 2.89 3.04 2.89 3/81 29453
/proc/meminfo: memFree=1811432/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=199.21
/proc/29431/stat : 29431 (sugar++) D 29429 29431 29394 0 -1 4194304 1320 163745 0 2 6 81 18472 1362 15 0 1 0 74705327 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 199.21
Current children cumulated vsize (KiB) 16740

[startup+208.202 s]
/proc/loadavg: 2.89 3.04 2.89 3/81 29453
/proc/meminfo: memFree=1811432/2055920 swapFree=4191900/4192956
[pid=29431] ppid=29429 vsize=16740 CPUtime=199.21
/proc/29431/stat : 29431 (sugar++) D 29429 29431 29394 0 -1 4194304 1320 163745 0 2 6 81 18472 1362 15 0 1 0 74705327 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29431/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 199.21
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 208.215
CPU time (s): 199.245
CPU user time (s): 184.795
CPU system time (s): 14.4498
CPU usage (%): 95.692
Max. virtual memory (cumulated for all children) (KiB): 915016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.795
system time used= 14.4498
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165121
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= 22360
involuntary context switches= 31261

runsolver used 0.273958 second user time and 0.706892 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-16 05:47:35
IDJOB=1126259
IDBENCH=64222
IDSOLVER=367
FILE ID=node37/1126259-1216180054
PBS_JOBID= 7905906
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-c-fat500-2_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126259-1216180054/watcher-1126259-1216180054 -o /tmp/evaluation-result-1126259-1216180054/solver-1126259-1216180054 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1126259-1216180054.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3750a8afe7686449b5428510761c6d7a
RANDOM SEED=949670907

node37.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.238
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.238
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:       1785800 kB
Buffers:          6088 kB
Cached:          53812 kB
SwapCached:        280 kB
Active:         208708 kB
Inactive:         9968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785800 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9152 kB
Writeback:           0 kB
Mapped:         177832 kB
Slab:            36532 kB
Committed_AS:  1114508 kB
PageTables:       2132 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= 66548 MiB
End job on node37 at 2008-07-16 05:51:03