Trace number 1064483

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+picosat? (TO) 1800.08 1813.76

General information on the benchmark

Namecsp/tdsp/
normalized-C6-1-121.xml
MD5SUM14eeb14f153960144e310df78169dca3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Fri Jul  4 05:23:51 2008
0.00/0.16	c 0	PID 4742
0.00/0.16	c 0	HOST node68.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1064483-1215141831.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064483-1215141831.xml' 'HOME/temp.csp'
0.03/0.97	c 1	5 domains, 293 variables, 2 predicates, 0 relations, 4850 constraints
0.82/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.82/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.08	c 1	Parsing HOME/temp.csp
0.82/1.40	c 1	parsed 5150 expressions
0.82/1.40	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.40	c 1	Converting to clausal form CSP
0.82/1.62	c 1	converted 515 (10%) expressions
0.82/1.67	c 2	converted 1030 (20%) expressions
0.82/1.76	c 2	converted 1545 (30%) expressions
0.82/1.80	c 2	converted 2060 (40%) expressions
0.82/1.84	c 2	converted 2575 (50%) expressions
0.82/1.88	c 2	converted 3090 (60%) expressions
0.82/1.92	c 2	converted 3605 (70%) expressions
0.82/2.02	c 2	converted 4120 (80%) expressions
0.82/2.06	c 2	converted 4635 (90%) expressions
0.82/2.10	c 2	converted 5150 (100%) expressions
0.82/2.10	c 2	CSP : 484 integers, 0 booleans, 5226 clauses, largest domain size 122
0.82/2.10	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/2.10	c 2	Propagation in CSP
1.90/2.16	c 2	1100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.16	c 2	CSP : 484 integers, 0 booleans, 5226 clauses, largest domain size 120
1.90/2.16	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.16	c 2	Simplifing CSP by introducing new Boolean variables
2.10/2.33	c 2	CSP : 484 integers, 18624 booleans, 23850 clauses, largest domain size 120
2.10/2.33	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.19/2.46	c 2	49 (10%) CSP integer variables are encoded (2978 clauses, 36601 bytes)
2.19/2.46	c 2	97 (20%) CSP integer variables are encoded (5970 clauses, 75497 bytes)
2.19/2.46	c 2	146 (30%) CSP integer variables are encoded (8992 clauses, 114783 bytes)
2.19/2.47	c 2	194 (40%) CSP integer variables are encoded (12034 clauses, 158714 bytes)
2.19/2.47	c 2	242 (50%) CSP integer variables are encoded (15006 clauses, 203294 bytes)
2.19/2.48	c 2	291 (60%) CSP integer variables are encoded (18090 clauses, 249554 bytes)
2.19/2.48	c 2	339 (70%) CSP integer variables are encoded (18503 clauses, 255749 bytes)
2.19/2.48	c 2	388 (80%) CSP integer variables are encoded (18966 clauses, 262694 bytes)
2.19/2.48	c 2	436 (90%) CSP integer variables are encoded (19282 clauses, 267434 bytes)
2.19/2.48	c 2	484 (100%) CSP integer variables are encoded (19739 clauses, 274289 bytes)
4.67/4.90	c 5	2385 (10%) CSP clauses are encoded (1081994 clauses, 26220662 bytes)
7.35/7.69	c 8	4770 (20%) CSP clauses are encoded (2352792 clauses, 58342180 bytes)
10.13/10.46	c 10	7155 (30%) CSP clauses are encoded (3611921 clauses, 90572242 bytes)
13.97/14.37	c 14	9540 (40%) CSP clauses are encoded (5367396 clauses, 135962566 bytes)
17.43/17.85	c 18	11925 (50%) CSP clauses are encoded (6950366 clauses, 176847039 bytes)
20.70/21.19	c 21	14310 (60%) CSP clauses are encoded (8465368 clauses, 216058944 bytes)
24.70/25.24	c 25	16695 (70%) CSP clauses are encoded (10265397 clauses, 262990786 bytes)
27.94/28.59	c 28	19080 (80%) CSP clauses are encoded (11751717 clauses, 301844791 bytes)
31.46/32.17	c 32	21465 (90%) CSP clauses are encoded (13310501 clauses, 344170921 bytes)
36.05/36.94	c 37	23850 (100%) CSP clauses are encoded (15340423 clauses, 399653881 bytes)
36.05/36.94	c 37	23850 CSP clauses encoded
36.05/36.94	c 37	Writing map file : HOME/temp.map
36.05/36.96	c 37	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.05/36.96	c 37	SAT : 38842 SAT variables, 15340423 SAT clauses, 399653881 bytes
36.05/36.96	c 37	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.05/36.99	c 37	SOLVING HOME/temp.cnf
36.05/36.99	c 37	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1812.91	c ERROR INTERRUPTED
1800.01/1813.00	s UNKNOWN
1800.01/1813.00	c 1813	CPU 33.03 (0.03 0 33 3.1)
1800.01/1813.00	c 1813	END Fri Jul  4 05:54:04 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1064483-1215141831/watcher-1064483-1215141831 -o /tmp/evaluation-result-1064483-1215141831/solver-1064483-1215141831 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1064483-1215141831.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4742
/proc/meminfo: memFree=1847360/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=18572 CPUtime=0
/proc/4742/stat : 4742 (runsolver) D 4740 4742 1357 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1993152650 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213112122663 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4742/statm: 4643 292 257 25 0 2626 0

[startup+0.0797949 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4742
/proc/meminfo: memFree=1847360/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=12268 CPUtime=0
/proc/4742/stat : 4742 (sugar) D 4740 4742 1357 0 -1 4194304 350 0 2 0 0 0 0 0 18 0 1 0 1993152650 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/4742/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101798 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4742
/proc/meminfo: memFree=1847360/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=12272 CPUtime=0
/proc/4742/stat : 4742 (sugar) D 4740 4742 1357 0 -1 4194304 360 0 2 0 0 0 0 0 18 0 1 0 1993152650 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/4742/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301834 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4742
/proc/meminfo: memFree=1847360/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.03
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 898 127 2 0 3 0 0 0 17 0 1 0 1993152650 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4742/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7019 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 4742
/proc/meminfo: memFree=1847360/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.03
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 898 127 2 0 3 0 0 0 17 0 1 0 1993152650 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4742/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 4754
/proc/meminfo: memFree=1837344/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.82
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 971 7375 2 1 3 0 75 4 15 0 1 0 1993152650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 797 370 3 0 500 0
[pid=4755] ppid=4742 vsize=5356 CPUtime=0
/proc/4755/stat : 4755 (sh) S 4742 4742 1357 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1993152750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4755/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 18956

[startup+3.10231 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 4764
/proc/meminfo: memFree=1824808/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.82
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 972 7375 2 1 3 0 75 4 15 0 1 0 1993152650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 797 370 3 0 500 0
[pid=4755] ppid=4742 vsize=5356 CPUtime=0
/proc/4755/stat : 4755 (sh) S 4742 4742 1357 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1993152750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4755/statm: 1339 233 193 169 0 50 0
[pid=4756] ppid=4755 vsize=868496 CPUtime=2.07
/proc/4756/stat : 4756 (java) S 4755 4742 1357 0 -1 0 9977 0 1 0 196 11 0 0 18 0 9 0 1993152751 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4756/statm: 217124 8994 2565 9 0 211671 0
[pid=4756/tid=4757] ppid=4755 vsize=868496 CPUtime=1.35
/proc/4756/task/4757/stat : 4757 (java) R 4755 4742 1357 0 -1 64 2994 0 1 0 129 6 0 0 23 0 9 0 1993152752 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4126565512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4758] ppid=4755 vsize=868496 CPUtime=0.45
/proc/4756/task/4758/stat : 4758 (java) S 4755 4742 1357 0 -1 64 4807 0 0 0 42 3 0 0 16 0 9 0 1993152753 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4759] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4759/stat : 4759 (java) S 4755 4742 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993152753 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4760] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4760/stat : 4760 (java) S 4755 4742 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993152753 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4761] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4761/stat : 4761 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993152755 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4762] ppid=4755 vsize=868496 CPUtime=0.25
/proc/4756/task/4762/stat : 4762 (java) S 4755 4742 1357 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 1993152755 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4763] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4763/stat : 4763 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993152755 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4764] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4764/stat : 4764 (java) S 4755 4742 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993152755 889339904 8994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887452

[startup+6.30285 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 4764
/proc/meminfo: memFree=1786472/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.82
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 972 7375 2 1 3 0 75 4 16 0 1 0 1993152650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 797 370 3 0 500 0
[pid=4755] ppid=4742 vsize=5356 CPUtime=0
/proc/4755/stat : 4755 (sh) S 4742 4742 1357 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1993152750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4755/statm: 1339 233 193 169 0 50 0
[pid=4756] ppid=4755 vsize=868496 CPUtime=5.25
/proc/4756/stat : 4756 (java) S 4755 4742 1357 0 -1 0 10644 0 1 0 488 37 0 0 18 0 9 0 1993152751 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4756/statm: 217124 8997 2565 9 0 211671 0
[pid=4756/tid=4757] ppid=4755 vsize=868496 CPUtime=4.32
/proc/4756/task/4757/stat : 4757 (java) R 4755 4742 1357 0 -1 64 3658 0 1 0 404 28 0 0 25 0 9 0 1993152752 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4126564211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4758] ppid=4755 vsize=868496 CPUtime=0.65
/proc/4756/task/4758/stat : 4758 (java) S 4755 4742 1357 0 -1 64 4807 0 0 0 58 7 0 0 16 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4759] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4759/stat : 4759 (java) S 4755 4742 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4760] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4760/stat : 4760 (java) S 4755 4742 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4761] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4761/stat : 4761 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4762] ppid=4755 vsize=868496 CPUtime=0.25
/proc/4756/task/4762/stat : 4762 (java) S 4755 4742 1357 0 -1 64 1487 0 0 0 24 1 0 0 17 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4763] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4763/stat : 4763 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4764] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4764/stat : 4764 (java) S 4755 4742 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887452

[startup+12.7029 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 4764
/proc/meminfo: memFree=1707816/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.82
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 972 7375 2 1 3 0 75 4 16 0 1 0 1993152650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 797 370 3 0 500 0
[pid=4755] ppid=4742 vsize=5356 CPUtime=0
/proc/4755/stat : 4755 (sh) S 4742 4742 1357 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1993152750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4755/statm: 1339 233 193 169 0 50 0
[pid=4756] ppid=4755 vsize=868496 CPUtime=11.57
/proc/4756/stat : 4756 (java) S 4755 4742 1357 0 -1 0 11965 0 1 0 1065 92 0 0 18 0 9 0 1993152751 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4756/statm: 217124 8997 2565 9 0 211671 0
[pid=4756/tid=4757] ppid=4755 vsize=868496 CPUtime=10.23
/proc/4756/task/4757/stat : 4757 (java) R 4755 4742 1357 0 -1 64 4979 0 1 0 949 74 0 0 25 0 9 0 1993152752 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4126565383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4758] ppid=4755 vsize=868496 CPUtime=1.05
/proc/4756/task/4758/stat : 4758 (java) S 4755 4742 1357 0 -1 64 4807 0 0 0 90 15 0 0 16 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4759] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4759/stat : 4759 (java) S 4755 4742 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4760] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4760/stat : 4760 (java) S 4755 4742 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4761] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4761/stat : 4761 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4762] ppid=4755 vsize=868496 CPUtime=0.25
/proc/4756/task/4762/stat : 4762 (java) S 4755 4742 1357 0 -1 64 1487 0 0 0 24 1 0 0 17 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4763] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4763/stat : 4763 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4764] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4764/stat : 4764 (java) S 4755 4742 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 887452

[startup+25.5011 s]
/proc/loadavg: 2.17 2.03 2.01 3/95 4764
/proc/meminfo: memFree=1555112/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=0.82
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 972 7375 2 1 3 0 75 4 16 0 1 0 1993152650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 797 370 3 0 500 0
[pid=4755] ppid=4742 vsize=5356 CPUtime=0
/proc/4755/stat : 4755 (sh) S 4742 4742 1357 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1993152750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4755/statm: 1339 233 193 169 0 50 0
[pid=4756] ppid=4755 vsize=868496 CPUtime=24.17
/proc/4756/stat : 4756 (java) S 4755 4742 1357 0 -1 0 14618 0 1 0 2208 209 0 0 18 0 9 0 1993152751 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4756/statm: 217124 8997 2565 9 0 211671 0
[pid=4756/tid=4757] ppid=4755 vsize=868496 CPUtime=22.05
/proc/4756/task/4757/stat : 4757 (java) R 4755 4742 1357 0 -1 64 7632 0 1 0 2029 176 0 0 25 0 9 0 1993152752 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4126476087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4758] ppid=4755 vsize=868496 CPUtime=1.84
/proc/4756/task/4758/stat : 4758 (java) S 4755 4742 1357 0 -1 64 4807 0 0 0 153 31 0 0 16 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4759] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4759/stat : 4759 (java) S 4755 4742 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4760] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4760/stat : 4760 (java) S 4755 4742 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993152753 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4761] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4761/stat : 4761 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4762] ppid=4755 vsize=868496 CPUtime=0.25
/proc/4756/task/4762/stat : 4762 (java) S 4755 4742 1357 0 -1 64 1487 0 0 0 24 1 0 0 17 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4763] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4763/stat : 4763 (java) S 4755 4742 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4756/tid=4764] ppid=4755 vsize=868496 CPUtime=0
/proc/4756/task/4764/stat : 4764 (java) S 4755 4742 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993152755 889339904 8997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 887452

[startup+51.1015 s]
/proc/loadavg: 2.30 2.08 2.02 3/87 4766
/proc/meminfo: memFree=1401000/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=4766] ppid=4765 vsize=577644 CPUtime=1436.13
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 142713 0 0 0 134351 9262 0 0 25 0 1 0 1993156350 591507456 142446 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 144411 142446 48 102 0 144306 0
Current children cumulated CPU time (s) 1472.26
Current children cumulated vsize (KiB) 596600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1372048/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1495.62
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 140298 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1531.75
Current children cumulated vsize (KiB) 600536

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371984/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1555.11
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 146247 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1591.24
Current children cumulated vsize (KiB) 600536

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371984/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1614.59
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 152195 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1650.72
Current children cumulated vsize (KiB) 600536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1674.07
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 158143 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1710.2
Current children cumulated vsize (KiB) 600536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1733.55
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 164091 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1769.68
Current children cumulated vsize (KiB) 600536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1763.88
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 167124 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 600536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1812.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) S 4740 4742 1357 0 -1 4194304 1021 24598 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4742/statm: 3400 799 370 3 0 500 0
[pid=4765] ppid=4742 vsize=5356 CPUtime=0
/proc/4765/stat : 4765 (sh) S 4742 4742 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993156350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4765/statm: 1339 232 193 169 0 50 0
[pid=4766] ppid=4765 vsize=581580 CPUtime=1763.88
/proc/4766/stat : 4766 (picosat) R 4765 4742 1357 0 -1 4194304 143850 0 0 0 167124 9264 0 0 25 0 1 0 1993156350 595537920 143463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4766/statm: 145395 143463 48 102 0 145290 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 600536

# WARNING:
# current cumulated CPU time (36.13 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1763.88 s) to the 'lost time'.

[startup+1813.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.13
/proc/4742/stat : 4742 (sugar) D 4740 4742 1357 0 -1 4194304 1067 24875 2 2 3 0 3300 310 16 0 1 0 1993152650 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4742/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.13
Current children cumulated vsize (KiB) 13600

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

[startup+1813.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.15
/proc/4742/stat : 4742 (sugar) D 4740 4742 1357 0 -1 4194304 1067 24875 2 2 3 2 3300 310 15 0 1 0 1993152650 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4742/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.15
Current children cumulated vsize (KiB) 13600

[startup+1813.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.16
/proc/4742/stat : 4742 (sugar) D 4740 4742 1357 0 -1 4194304 1067 24875 2 2 3 3 3300 310 15 0 1 0 1993152650 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4742/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.16
Current children cumulated vsize (KiB) 13600

[startup+1813.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 4917
/proc/meminfo: memFree=1371920/2055920 swapFree=4180444/4192956
[pid=4742] ppid=4740 vsize=13600 CPUtime=36.17
/proc/4742/stat : 4742 (sugar) D 4740 4742 1357 0 -1 4194304 1067 24875 2 2 3 4 3300 310 15 0 1 0 1993152650 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4742/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.17
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1763.88
#  lost CPU user time (s): 1671.24
#  lost CPU system time (s): 92.64

Real time (s): 1813.76
CPU time (s): 1800.08
CPU user time (s): 1704.28
CPU system time (s): 95.7935
CPU usage (%): 99.2456
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.043
system time used= 3.15352
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25973
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52580
involuntary context switches= 53393

runsolver used 2.24666 second user time and 5.41818 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 05:23:51
IDJOB=1064483
IDBENCH=54958
IDSOLVER=345
FILE ID=node68/1064483-1215141831
PBS_JOBID= 7877358
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-1-121.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064483-1215141831/watcher-1064483-1215141831 -o /tmp/evaluation-result-1064483-1215141831/solver-1064483-1215141831 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1064483-1215141831.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14eeb14f153960144e310df78169dca3
RANDOM SEED=804187264

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.261
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.261
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:       1847904 kB
Buffers:          9412 kB
Cached:         105740 kB
SwapCached:       6772 kB
Active:         103864 kB
Inactive:        52784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847904 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          58552 kB
Slab:            36620 kB
Committed_AS:  4236360 kB
PageTables:       1912 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= 66552 MiB
End job on node68 at 2008-07-04 05:54:06