Trace number 1125987

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? 177.969 187.659

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog05cc_ext.xml
MD5SUM874105fa56391be4aa9625e3b3422ec3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark124.021
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints28851
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension28851
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 16 04:37:19 2008
0.00/0.07	c 0	PID 1706
0.00/0.08	c 0	HOST node21.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1125987-1216175839.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125987-1216175839.xml' 'HOME/temp.csp'
1.16/1.23	c 2	9 domains, 352 variables, 0 predicates, 121 relations, 28851 constraints
1.19/1.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.19/1.30	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.19/1.38	c 2	Parsing HOME/temp.csp
1.20/1.88	c 2	parsed 10000 expressions
1.20/2.07	c 2	parsed 20000 expressions
2.08/2.28	c 3	parsed 29333 expressions
2.08/2.28	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.37/2.51	c 3	MAX CSP: 28851 constraints
2.37/2.51	c 3	Converting to clausal form CSP
2.58/2.79	c 3	converted 5819 (10%) expressions
2.88/3.00	c 3	converted 11638 (20%) expressions
2.88/3.08	c 3	converted 17457 (30%) expressions
2.97/3.14	c 3	converted 23275 (40%) expressions
3.08/3.22	c 4	converted 29094 (50%) expressions
3.08/3.28	c 4	converted 34913 (60%) expressions
3.38/3.52	c 4	converted 40731 (70%) expressions
3.48/3.63	c 4	converted 46550 (80%) expressions
3.58/3.70	c 4	converted 52369 (90%) expressions
6.37/6.57	c 7	converted 58187 (100%) expressions
6.37/6.58	c 7	CSP : 58054 integers, 0 booleans, 86552 clauses, largest domain size 43277
6.37/6.58	c 7	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.37/6.58	c 7	Propagation in CSP
7.38/7.58	c 8	28843 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.38/7.59	c 8	CSP : 58054 integers, 0 booleans, 86552 clauses, largest domain size 28852
7.38/7.59	c 8	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.48/7.62	c 8	Simplifing CSP by introducing new Boolean variables
7.48/7.66	c 8	CSP : 58054 integers, 0 booleans, 86552 clauses, largest domain size 28852
7.48/7.66	c 8	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.97/8.12	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.97/8.17	c 8	5806 (10%) CSP integer variables are encoded (657 clauses, 7137 bytes)
7.97/8.18	c 8	11611 (20%) CSP integer variables are encoded (657 clauses, 7137 bytes)
7.97/8.19	c 8	17417 (30%) CSP integer variables are encoded (657 clauses, 7137 bytes)
7.97/8.19	c 8	23222 (40%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.07/8.20	c 8	29027 (50%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.17/8.31	c 9	34833 (60%) CSP integer variables are encoded (87616 clauses, 1352373 bytes)
8.27/8.41	c 9	40638 (70%) CSP integer variables are encoded (158682 clauses, 2560495 bytes)
8.37/8.53	c 9	46444 (80%) CSP integer variables are encoded (241434 clauses, 3967279 bytes)
8.46/8.63	c 9	52249 (90%) CSP integer variables are encoded (312491 clauses, 5175248 bytes)
9.06/9.21	c 10	58054 (100%) CSP integer variables are encoded (775726 clauses, 13050243 bytes)
9.27/9.50	c 10	8656 (10%) CSP clauses are encoded (784382 clauses, 13240986 bytes)
9.57/9.73	c 10	17311 (20%) CSP clauses are encoded (793037 clauses, 13443513 bytes)
9.78/9.96	c 10	25966 (30%) CSP clauses are encoded (801692 clauses, 13642635 bytes)
17.45/17.62	c 18	34621 (40%) CSP clauses are encoded (4945247 clauses, 102337192 bytes)
105.47/107.93	c 108	43276 (50%) CSP clauses are encoded (53010316 clauses, 1239248947 bytes)
130.37/133.75	c 134	51932 (60%) CSP clauses are encoded (66369568 clauses, 1565794788 bytes)
176.86/182.59	c 183	ERROR Exception Too large HOME/temp.cnf
176.96/182.96	c 183	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
176.96/182.96	c 183	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
176.96/182.96	c 183	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
176.96/182.96	s UNKNOWN
176.98/183.36	c 184	CPU 163.54 (0.06 0.01 163.48 13.43)
176.98/183.36	c 184	END Wed Jul 16 04:40:23 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125987-1216175839/watcher-1125987-1216175839 -o /tmp/evaluation-result-1125987-1216175839/solver-1125987-1216175839 -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-1125987-1216175839.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.20 3.34 3.33 4/80 1706
/proc/meminfo: memFree=1583336/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=0.06
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1143 0 0 0 5 1 0 0 20 0 1 0 74286029 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1099 406 3 0 764 0
[pid=1707] ppid=1706 vsize=16740 CPUtime=0
/proc/1707/stat : 1707 (sugar++) R 1706 1706 32318 0 -1 4194368 14 0 0 0 0 0 0 0 18 0 1 0 74286037 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221236489511 0 0 4096 16386 0 0 0 17 1 0 0
/proc/1707/statm: 4185 1099 406 3 0 764 0

[startup+0.169866 s]
/proc/loadavg: 3.20 3.34 3.33 4/80 1706
/proc/meminfo: memFree=1583336/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=0.06
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202875 s]
/proc/loadavg: 3.20 3.34 3.33 4/80 1706
/proc/meminfo: memFree=1583336/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=0.06
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302894 s]
/proc/loadavg: 3.20 3.34 3.33 4/80 1706
/proc/meminfo: memFree=1583336/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=0.06
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702973 s]
/proc/loadavg: 3.20 3.34 3.33 4/80 1706
/proc/meminfo: memFree=1583336/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=0.06
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50112 s]
/proc/loadavg: 3.20 3.34 3.33 4/91 1718
/proc/meminfo: memFree=1548816/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.2
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 5 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 16740

[startup+3.10242 s]
/proc/loadavg: 3.20 3.34 3.33 4/91 1729
/proc/meminfo: memFree=1565456/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.2
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 5 1 106 8 15 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868432 CPUtime=1.77
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 12989 0 1 0 170 7 0 0 18 0 9 0 74286160 889274368 11462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217108 11463 2540 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868432 CPUtime=1
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 2898 0 1 0 98 2 0 0 25 0 9 0 74286161 889274368 11464 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868432 CPUtime=0.56
/proc/1720/task/1723/stat : 1723 (java) R 1719 1706 32318 0 -1 64 7930 0 0 0 53 3 0 0 15 0 9 0 74286162 889274368 11465 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889274368 11467 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889274368 11468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889274368 11469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868432 CPUtime=0.2
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 74286164 889274368 11470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889274368 11470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889274368 11471 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890528

[startup+6.30203 s]
/proc/loadavg: 3.19 3.34 3.32 3/91 1729
/proc/meminfo: memFree=1504208/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.2
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 5 1 106 8 15 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868432 CPUtime=4.97
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 26510 0 1 0 483 14 0 0 18 0 9 0 74286160 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217108 24533 2540 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868432 CPUtime=3.11
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 3547 0 1 0 309 2 0 0 25 0 9 0 74286161 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4126522146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868432 CPUtime=1.61
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 20781 0 0 0 152 9 0 0 16 0 9 0 74286162 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868432 CPUtime=0.22
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1484 0 0 0 21 1 0 0 15 0 9 0 74286164 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868432 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889274368 24533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890528

[startup+12.7012 s]
/proc/loadavg: 3.09 3.31 3.32 3/91 1729
/proc/meminfo: memFree=1444176/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 15 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868544 CPUtime=11.36
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 33046 0 1 0 1094 42 0 0 18 0 9 0 74286160 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217136 26660 2567 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868544 CPUtime=8.6
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 3842 0 1 0 834 26 0 0 25 0 9 0 74286161 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868544 CPUtime=2.4
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 26962 0 0 0 227 13 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890640

[startup+25.5026 s]
/proc/loadavg: 3.14 3.31 3.32 3/91 1729
/proc/meminfo: memFree=1283408/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868544 CPUtime=24.08
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 33647 0 1 0 2270 138 0 0 18 0 9 0 74286160 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217136 26660 2567 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868544 CPUtime=21.02
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 4443 0 1 0 1983 119 0 0 25 0 9 0 74286161 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4127091188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868544 CPUtime=2.71
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 26962 0 0 0 254 17 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 890640

[startup+51.1025 s]
/proc/loadavg: 3.28 3.33 3.32 3/91 1729
/proc/meminfo: memFree=965072/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) R 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 890640

[startup+162.302 s]
/proc/loadavg: 3.11 3.24 3.28 3/91 1729
/proc/meminfo: memFree=15632/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868544 CPUtime=156.46
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 40104 0 1 0 14466 1180 0 0 18 0 9 0 74286160 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217136 26660 2567 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868544 CPUtime=150.16
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 10900 0 1 0 13897 1119 0 0 25 0 9 0 74286161 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4126927575 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868544 CPUtime=5.94
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 26962 0 0 0 536 58 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.67
Current children cumulated vsize (KiB) 890640

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

[startup+166.402 s]
/proc/loadavg: 3.10 3.24 3.28 4/91 1729
/proc/meminfo: memFree=15504/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868544 CPUtime=160.46
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 40307 0 1 0 14835 1211 0 0 18 0 9 0 74286160 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217136 26660 2567 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868544 CPUtime=154.05
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 11103 0 1 0 14255 1150 0 0 25 0 9 0 74286161 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4126480150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868544 CPUtime=6.06
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 26962 0 0 0 547 59 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 890640

[startup+179.202 s]
/proc/loadavg: 3.30 3.28 3.29 4/91 1729
/proc/meminfo: memFree=16016/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868544 CPUtime=172.81
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 40925 0 1 0 15970 1311 0 0 18 0 9 0 74286160 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217136 26660 2567 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868544 CPUtime=166.07
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 11721 0 1 0 15361 1246 0 0 25 0 9 0 74286161 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868544 CPUtime=6.39
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 26962 0 0 0 576 63 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.02
Current children cumulated vsize (KiB) 890640

[startup+182.402 s]
/proc/loadavg: 3.30 3.28 3.29 4/91 1729
/proc/meminfo: memFree=15248/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=1.21
/proc/1706/stat : 1706 (sugar++) S 1704 1706 32318 0 -1 4194304 1297 12230 0 1 6 1 106 8 16 0 1 0 74286029 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1706/statm: 4185 1104 409 3 0 764 0
[pid=1719] ppid=1706 vsize=5356 CPUtime=0
/proc/1719/stat : 1719 (sh) S 1706 1706 32318 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 74286160 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1719/statm: 1339 233 193 169 0 50 0
[pid=1720] ppid=1719 vsize=868544 CPUtime=175.56
/proc/1720/stat : 1720 (java) S 1719 1706 32318 0 -1 0 41065 0 1 0 16224 1332 0 0 18 0 9 0 74286160 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1720/statm: 217136 26660 2567 9 0 211683 0
[pid=1720/tid=1721] ppid=1719 vsize=868544 CPUtime=168.75
/proc/1720/task/1721/stat : 1721 (java) R 1719 1706 32318 0 -1 64 11861 0 1 0 15609 1266 0 0 25 0 9 0 74286161 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4126569937 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1723] ppid=1719 vsize=868544 CPUtime=6.45
/proc/1720/task/1723/stat : 1723 (java) S 1719 1706 32318 0 -1 64 26962 0 0 0 582 63 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1720/tid=1724] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1724/stat : 1724 (java) S 1719 1706 32318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1725] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1725/stat : 1725 (java) S 1719 1706 32318 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74286162 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1726] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1726/stat : 1726 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1727] ppid=1719 vsize=868544 CPUtime=0.33
/proc/1720/task/1727/stat : 1727 (java) S 1719 1706 32318 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1728] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1728/stat : 1728 (java) S 1719 1706 32318 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1720/tid=1729] ppid=1719 vsize=868544 CPUtime=0
/proc/1720/task/1729/stat : 1729 (java) S 1719 1706 32318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74286164 889389056 26660 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 176.77
Current children cumulated vsize (KiB) 890640

[startup+185.602 s]
/proc/loadavg: 3.28 3.27 3.29 2/81 1729
/proc/meminfo: memFree=1804832/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=177.79
/proc/1706/stat : 1706 (sugar++) D 1704 1706 32318 0 -1 4194304 1320 53600 0 2 6 82 16348 1343 15 0 1 0 74286029 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1706/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 177.79
Current children cumulated vsize (KiB) 16740

[startup+186.401 s]
/proc/loadavg: 3.28 3.27 3.29 3/81 1729
/proc/meminfo: memFree=1822944/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=177.8
/proc/1706/stat : 1706 (sugar++) D 1704 1706 32318 0 -1 4194304 1320 53600 0 2 6 83 16348 1343 15 0 1 0 74286029 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1706/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 177.8
Current children cumulated vsize (KiB) 16740

[startup+187.202 s]
/proc/loadavg: 3.28 3.27 3.29 3/81 1729
/proc/meminfo: memFree=1835552/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=177.93
/proc/1706/stat : 1706 (sugar++) D 1704 1706 32318 0 -1 4194304 1320 53600 0 2 6 96 16348 1343 15 0 1 0 74286029 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1706/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 177.93
Current children cumulated vsize (KiB) 16740

[startup+187.602 s]
/proc/loadavg: 3.28 3.27 3.29 3/81 1729
/proc/meminfo: memFree=1835552/2055920 swapFree=4180308/4192956
[pid=1706] ppid=1704 vsize=16740 CPUtime=177.94
/proc/1706/stat : 1706 (sugar++) D 1704 1706 32318 0 -1 4194304 1320 53600 0 2 6 97 16348 1343 15 0 1 0 74286029 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1706/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 177.94
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 187.659
CPU time (s): 177.969
CPU user time (s): 163.549
CPU system time (s): 14.4198
CPU usage (%): 94.8363
Max. virtual memory (cumulated for all children) (KiB): 903340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.549
system time used= 14.4198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54976
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= 64606
involuntary context switches= 67729

runsolver used 0.225965 second user time and 0.660899 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-16 04:37:19
IDJOB=1125987
IDBENCH=64188
IDSOLVER=367
FILE ID=node21/1125987-1216175839
PBS_JOBID= 7905725
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 874105fa56391be4aa9625e3b3422ec3
RANDOM SEED=510849165

node21.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.257
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.257
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:       1583816 kB
Buffers:         85260 kB
Cached:         194704 kB
SwapCached:       6860 kB
Active:         305240 kB
Inactive:        96260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583816 kB
SwapTotal:     4192956 kB
SwapFree:      4180308 kB
Dirty:            2872 kB
Writeback:           0 kB
Mapped:         137432 kB
Slab:            55624 kB
Committed_AS:  1169084 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= 66556 MiB
End job on node21 at 2008-07-16 04:40:27