Trace number 1125923

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? 283.515 292.358

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog09_ext.xml
MD5SUM264b9c8e565f8179a44667338a9a4851
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark1657.06
Satisfiable
(Un)Satisfiability was proved
Number of variables651
Number of constraints22700
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension22700
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.21	c 0	BEGIN Wed Jul 16 04:28:18 2008
0.06/0.21	c 0	PID 30981
0.06/0.22	c 0	HOST node68.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-1125923-1216175298.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125923-1216175298.xml' 'HOME/temp.csp'
1.47/2.00	c 2	10 domains, 651 variables, 0 predicates, 2108 relations, 22700 constraints
1.47/2.03	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.47/2.03	c 2	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'
1.55/2.12	c 2	Parsing HOME/temp.csp
1.95/2.57	c 3	parsed 10000 expressions
2.15/2.80	c 3	parsed 20000 expressions
2.24/2.88	c 3	parsed 25469 expressions
2.24/2.89	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.54/3.10	c 3	MAX CSP: 22700 constraints
2.54/3.10	c 3	Converting to clausal form CSP
2.74/3.36	c 4	converted 4818 (10%) expressions
3.03/3.61	c 4	converted 9635 (20%) expressions
3.12/3.71	c 4	converted 14452 (30%) expressions
3.12/3.79	c 4	converted 19269 (40%) expressions
3.24/3.87	c 4	converted 24086 (50%) expressions
3.33/3.97	c 4	converted 28904 (60%) expressions
3.63/4.28	c 5	converted 33721 (70%) expressions
3.75/4.38	c 5	converted 38538 (80%) expressions
3.85/4.46	c 5	converted 43355 (90%) expressions
6.31/6.91	c 7	converted 48172 (100%) expressions
6.31/6.92	c 7	CSP : 46051 integers, 0 booleans, 68099 clauses, largest domain size 34051
6.31/6.92	c 7	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.31/6.92	c 7	Propagation in CSP
7.09/7.75	c 8	22693 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.09/7.76	c 8	CSP : 46051 integers, 0 booleans, 68099 clauses, largest domain size 22701
7.09/7.76	c 8	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.09/7.79	c 8	Simplifing CSP by introducing new Boolean variables
7.18/7.82	c 8	CSP : 46051 integers, 0 booleans, 68099 clauses, largest domain size 22701
7.18/7.82	c 8	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/8.29	c 9	Encoding CSP to SAT : HOME/temp.cnf
7.69/8.34	c 9	4606 (10%) CSP integer variables are encoded (1572 clauses, 18774 bytes)
7.69/8.34	c 9	9211 (20%) CSP integer variables are encoded (1572 clauses, 18774 bytes)
7.69/8.35	c 9	13816 (30%) CSP integer variables are encoded (1572 clauses, 18774 bytes)
7.69/8.36	c 9	18421 (40%) CSP integer variables are encoded (1572 clauses, 18774 bytes)
7.69/8.36	c 9	23026 (50%) CSP integer variables are encoded (1572 clauses, 18774 bytes)
7.78/8.45	c 9	27631 (60%) CSP integer variables are encoded (67881 clauses, 1013409 bytes)
8.19/8.88	c 9	32236 (70%) CSP integer variables are encoded (406304 clauses, 6758475 bytes)
8.28/8.98	c 9	36841 (80%) CSP integer variables are encoded (481568 clauses, 8037963 bytes)
8.38/9.05	c 9	41446 (90%) CSP integer variables are encoded (536254 clauses, 8967625 bytes)
8.47/9.14	c 9	46051 (100%) CSP integer variables are encoded (604412 clauses, 10126311 bytes)
8.77/9.45	c 10	6810 (10%) CSP clauses are encoded (618636 clauses, 10434990 bytes)
8.97/9.69	c 10	13620 (20%) CSP clauses are encoded (631889 clauses, 10753080 bytes)
9.27/9.94	c 10	20430 (30%) CSP clauses are encoded (646022 clauses, 11108189 bytes)
13.80/14.59	c 15	27240 (40%) CSP clauses are encoded (3219598 clauses, 66144079 bytes)
282.42/289.98	c 290	ERROR Exception Too large HOME/temp.cnf
282.49/290.11	c 290	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
282.49/290.11	c 290	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
282.49/290.11	c 290	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
282.49/290.11	s UNKNOWN
282.51/290.47	c 291	CPU 266.57 (0.06 0.02 266.51 15.93)
282.51/290.47	c 291	END Wed Jul 16 04:33:09 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-1125923-1216175298/watcher-1125923-1216175298 -o /tmp/evaluation-result-1125923-1216175298/solver-1125923-1216175298 -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-1125923-1216175298.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.08 2.63 2.27 4/81 30981
/proc/meminfo: memFree=1861968/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=18572 CPUtime=0
/proc/30981/stat : 30981 (runsolver) R 30979 30981 29251 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 73937901 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 223187889447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30981/statm: 4643 292 257 25 0 2626 0

[startup+0.0439751 s]
/proc/loadavg: 3.08 2.63 2.27 4/81 30981
/proc/meminfo: memFree=1861968/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=12272 CPUtime=0
/proc/30981/stat : 30981 (sugar++) D 30979 30981 29251 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 73937901 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/30981/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101981 s]
/proc/loadavg: 3.08 2.63 2.27 4/81 30981
/proc/meminfo: memFree=1861968/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=12544 CPUtime=0
/proc/30981/stat : 30981 (sugar++) R 30979 30981 29251 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 73937901 12845056 437 996147200 4194304 4206940 548682068528 18446744073709551615 223205736981 0 0 4224 0 0 0 0 17 1 0 0
/proc/30981/statm: 3136 437 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301997 s]
/proc/loadavg: 3.08 2.63 2.27 4/81 30981
/proc/meminfo: memFree=1861968/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=0.06
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701038 s]
/proc/loadavg: 3.08 2.63 2.27 4/81 30981
/proc/meminfo: memFree=1861968/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=0.06
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50211 s]
/proc/loadavg: 3.07 2.64 2.28 4/92 30993
/proc/meminfo: memFree=1848120/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=0.06
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30984] ppid=30981 vsize=5356 CPUtime=0
/proc/30984/stat : 30984 (sh) S 30981 30981 29251 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73937924 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30984/statm: 1339 233 193 169 0 50 0
[pid=30985] ppid=30984 vsize=864672 CPUtime=0.91
/proc/30985/stat : 30985 (java) S 30984 30981 29251 0 -1 0 9829 0 1 0 84 7 0 0 18 0 9 0 73937924 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30985/statm: 216168 8347 2529 9 0 210750 0
[pid=30985/tid=30986] ppid=30984 vsize=864672 CPUtime=0.51
/proc/30985/task/30986/stat : 30986 (java) R 30984 30981 29251 0 -1 64 2850 0 1 0 49 2 0 0 18 0 9 0 73937940 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4126662704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30987] ppid=30984 vsize=864672 CPUtime=0.24
/proc/30985/task/30987/stat : 30987 (java) S 30984 30981 29251 0 -1 64 5788 0 0 0 22 2 0 0 16 0 9 0 73937960 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30984 vsize=864672 CPUtime=0
/proc/30985/task/30988/stat : 30988 (java) S 30984 30981 29251 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 73937960 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30989] ppid=30984 vsize=864672 CPUtime=0
/proc/30985/task/30989/stat : 30989 (java) S 30984 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73937960 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30990] ppid=30984 vsize=864672 CPUtime=0
/proc/30985/task/30990/stat : 30990 (java) S 30984 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73937963 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30991] ppid=30984 vsize=864672 CPUtime=0.12
/proc/30985/task/30991/stat : 30991 (java) S 30984 30981 29251 0 -1 64 491 0 0 0 12 0 0 0 16 0 9 0 73937963 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30992] ppid=30984 vsize=864672 CPUtime=0
/proc/30985/task/30992/stat : 30992 (java) S 30984 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73937963 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30984 vsize=864672 CPUtime=0
/proc/30985/task/30993/stat : 30993 (java) S 30984 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73937963 885424128 8347 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 886768

[startup+3.10226 s]
/proc/loadavg: 3.07 2.64 2.28 3/92 31003
/proc/meminfo: memFree=1852408/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.5
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 5 2 134 9 15 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=864148 CPUtime=1.04
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 9101 0 1 0 99 5 0 0 18 0 9 0 73938105 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 216037 8126 2540 9 0 210612 0
[pid=30995/tid=30996] ppid=30994 vsize=864148 CPUtime=0.58
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 2685 0 1 0 57 1 0 0 18 0 9 0 73938106 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4126463751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30997] ppid=30994 vsize=864148 CPUtime=0.35
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 5374 0 0 0 33 2 0 0 16 0 9 0 73938107 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30998] ppid=30994 vsize=864148 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=864148 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73938107 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=864148 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=864148 CPUtime=0.08
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 73938109 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=864148 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=864148 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 884887552 8126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 886244

[startup+6.30255 s]
/proc/loadavg: 3.07 2.64 2.28 4/92 31003
/proc/meminfo: memFree=1787448/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 15 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868432 CPUtime=4.21
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 23961 0 1 0 406 15 0 0 18 0 9 0 73938105 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217108 22313 2540 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868432 CPUtime=2.3
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 3584 0 1 0 227 3 0 0 25 0 9 0 73938106 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4126640254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868432 CPUtime=1.64
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 18204 0 0 0 155 9 0 0 16 0 9 0 73938107 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868432 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868432 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868432 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868432 CPUtime=0.23
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1476 0 0 0 22 1 0 0 16 0 9 0 73938109 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868432 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868432 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889274368 22313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 890528

[startup+12.7011 s]
/proc/loadavg: 2.91 2.62 2.27 3/92 31003
/proc/meminfo: memFree=1728184/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 15 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868544 CPUtime=10.51
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 31776 0 1 0 1004 47 0 0 18 0 9 0 73938105 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217136 25723 2567 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868544 CPUtime=7.67
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 3872 0 1 0 737 30 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4126569885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=2.48
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 234 14 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868544 CPUtime=0.33
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1540 0 0 0 32 1 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 890640

[startup+25.5023 s]
/proc/loadavg: 2.77 2.60 2.27 3/92 31003
/proc/meminfo: memFree=1572216/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 16 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868544 CPUtime=22.96
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 32366 0 1 0 2160 136 0 0 18 0 9 0 73938105 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217136 25723 2567 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868544 CPUtime=19.8
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 4462 0 1 0 1865 115 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=2.8
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 262 18 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 8326 0 1 0 14670 541 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4126474923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=4.83
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 439 44 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868544 CPUtime=0.33
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1540 0 0 0 32 1 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.82
Current children cumulated vsize (KiB) 890640

[startup+222.303 s]
/proc/loadavg: 2.43 2.44 2.27 3/92 31003
/proc/meminfo: memFree=95352/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 16 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868544 CPUtime=215.75
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 39037 0 1 0 20512 1063 0 0 18 0 9 0 73938105 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217136 25723 2567 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868544 CPUtime=209.04
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 11133 0 1 0 19907 997 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4126569687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=6.35
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 572 63 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868544 CPUtime=0.33
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1540 0 0 0 32 1 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.26
Current children cumulated vsize (KiB) 890640

[startup+282.302 s]
/proc/loadavg: 2.71 2.51 2.30 3/92 31003
/proc/meminfo: memFree=15928/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 16 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868544 CPUtime=273.7
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 41873 0 1 0 25844 1526 0 0 18 0 9 0 73938105 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217136 25723 2567 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868544 CPUtime=265.51
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 13969 0 1 0 25111 1440 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=7.82
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 699 83 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868544 CPUtime=0.33
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1540 0 0 0 32 1 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.21
Current children cumulated vsize (KiB) 890640

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

[startup+287.902 s]
/proc/loadavg: 2.74 2.52 2.30 3/92 31003
/proc/meminfo: memFree=15608/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 16 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868544 CPUtime=278.98
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 42144 0 1 0 26330 1568 0 0 18 0 9 0 73938105 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217136 25723 2567 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868544 CPUtime=270.65
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 14240 0 1 0 25585 1480 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4127093088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=7.96
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 711 85 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868544 CPUtime=0.33
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1540 0 0 0 32 1 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.49
Current children cumulated vsize (KiB) 890640

[startup+289.502 s]
/proc/loadavg: 2.74 2.52 2.30 3/92 31003
/proc/meminfo: memFree=15800/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=1.51
/proc/30981/stat : 30981 (sugar++) S 30979 30981 29251 0 -1 4194304 1297 11632 0 1 6 2 134 9 16 0 1 0 73937901 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30981/statm: 4185 1104 409 3 0 764 0
[pid=30994] ppid=30981 vsize=5356 CPUtime=0
/proc/30994/stat : 30994 (sh) S 30981 30981 29251 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73938105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30994/statm: 1339 233 193 169 0 50 0
[pid=30995] ppid=30994 vsize=868544 CPUtime=280.51
/proc/30995/stat : 30995 (java) S 30994 30981 29251 0 -1 0 42223 0 1 0 26472 1579 0 0 18 0 9 0 73938105 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30995/statm: 217136 25723 2567 9 0 211683 0
[pid=30995/tid=30996] ppid=30994 vsize=868544 CPUtime=272.15
/proc/30995/task/30996/stat : 30996 (java) R 30994 30981 29251 0 -1 64 14319 0 1 0 25724 1491 0 0 25 0 9 0 73938106 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4126573626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30995/tid=30997] ppid=30994 vsize=868544 CPUtime=8
/proc/30995/task/30997/stat : 30997 (java) S 30994 30981 29251 0 -1 64 25667 0 0 0 715 85 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30995/tid=30998] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30998/stat : 30998 (java) S 30994 30981 29251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=30999] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/30999/stat : 30999 (java) S 30994 30981 29251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73938107 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31000] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31000/stat : 31000 (java) S 30994 30981 29251 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31001] ppid=30994 vsize=868544 CPUtime=0.33
/proc/30995/task/31001/stat : 31001 (java) S 30994 30981 29251 0 -1 64 1540 0 0 0 32 1 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31002] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31002/stat : 31002 (java) S 30994 30981 29251 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30995/tid=31003] ppid=30994 vsize=868544 CPUtime=0
/proc/30995/task/31003/stat : 31003 (java) S 30994 30981 29251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73938109 889389056 25723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 890640

[startup+291.102 s]
/proc/loadavg: 2.74 2.52 2.30 2/85 31003
/proc/meminfo: memFree=109176/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=282.92
/proc/30981/stat : 30981 (sugar++) R 30979 30981 29251 0 -1 4194304 1320 54174 0 2 6 42 26651 1593 16 0 1 0 73937901 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 223188063273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30981/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 282.92
Current children cumulated vsize (KiB) 16740

[startup+291.901 s]
/proc/loadavg: 2.76 2.53 2.30 3/82 31003
/proc/meminfo: memFree=1623272/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=283.46
/proc/30981/stat : 30981 (sugar++) D 30979 30981 29251 0 -1 4194304 1320 54174 0 2 6 96 26651 1593 15 0 1 0 73937901 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30981/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 283.46
Current children cumulated vsize (KiB) 16740

[startup+292.301 s]
/proc/loadavg: 2.76 2.53 2.30 3/82 31003
/proc/meminfo: memFree=1623272/2055920 swapFree=4181044/4192956
[pid=30981] ppid=30979 vsize=16740 CPUtime=283.49
/proc/30981/stat : 30981 (sugar++) D 30979 30981 29251 0 -1 4194304 1320 54174 0 2 6 99 26651 1593 15 0 1 0 73937901 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30981/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 283.49
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 292.358
CPU time (s): 283.515
CPU user time (s): 266.575
CPU system time (s): 16.9394
CPU usage (%): 96.9751
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.575
system time used= 16.9394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55550
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= 84120
involuntary context switches= 86202

runsolver used 0.347947 second user time and 1.04384 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-16 04:28:18
IDJOB=1125923
IDBENCH=64180
IDSOLVER=367
FILE ID=node68/1125923-1216175298
PBS_JOBID= 7905711
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog09_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-1125923-1216175298/watcher-1125923-1216175298 -o /tmp/evaluation-result-1125923-1216175298/solver-1125923-1216175298 -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-1125923-1216175298.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 264b9c8e565f8179a44667338a9a4851
RANDOM SEED=54707539

node68.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.240
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.240
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:       1862640 kB
Buffers:          2688 kB
Cached:          32176 kB
SwapCached:       4440 kB
Active:         136120 kB
Inactive:         3612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862640 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            2904 kB
Writeback:           0 kB
Mapped:         123196 kB
Slab:            38768 kB
Committed_AS:   395204 kB
PageTables:       2028 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= 66556 MiB
End job on node68 at 2008-07-16 04:33:11