Trace number 1085708

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? (MO) 401.417 407.05

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-4.xml
MD5SUM1196fad89b5a5a4f355ab65ef889a576
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.6446
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.14	c 0	BEGIN Sat Jul  5 07:19:44 2008
0.00/0.14	c 0	PID 30027
0.00/0.15	c 0	HOST node70.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1085708-1215235184.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085708-1215235184.xml' 'HOME/temp.csp'
0.04/0.96	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	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.83/1.08	c 1	Parsing HOME/temp.csp
0.83/1.50	c 2	parsed 9411 expressions
0.83/1.51	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.83/1.51	c 2	Converting to clausal form CSP
1.91/2.17	c 2	converted 942 (10%) expressions
4.00/4.29	c 4	converted 1883 (20%) expressions
5.97/6.21	c 6	converted 2824 (30%) expressions
7.57/7.80	c 8	converted 3765 (40%) expressions
9.15/9.45	c 10	converted 4706 (50%) expressions
10.55/10.87	c 11	converted 5647 (60%) expressions
11.94/12.21	c 12	converted 6588 (70%) expressions
13.52/13.90	c 14	converted 7529 (80%) expressions
14.92/15.27	c 15	converted 8470 (90%) expressions
16.21/16.55	c 17	converted 9411 (100%) expressions
16.21/16.55	c 17	CSP : 1491 integers, 24703 booleans, 52375 clauses, largest domain size 3353
16.21/16.55	c 17	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.21/16.55	c 17	Propagation in CSP
17.10/17.42	c 18	20844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.10/17.42	c 18	CSP : 1491 integers, 24703 booleans, 52375 clauses, largest domain size 3353
17.10/17.42	c 18	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.10/17.44	c 18	Simplifing CSP by introducing new Boolean variables
17.20/17.55	c 18	CSP : 1491 integers, 41627 booleans, 69299 clauses, largest domain size 3353
17.20/17.55	c 18	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.69/18.05	c 18	Encoding CSP to SAT : HOME/temp.cnf
20.08/20.49	c 21	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
22.75/23.15	c 23	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
25.53/25.99	c 26	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
28.21/28.69	c 29	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
30.89/31.36	c 32	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
31.29/31.77	c 32	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
31.68/32.17	c 32	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
32.07/32.55	c 33	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
32.48/32.93	c 33	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
32.87/33.33	c 34	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
76.40/77.67	c 78	6930 (10%) CSP clauses are encoded (6189272 clauses, 130213882 bytes)
109.85/111.64	c 112	13860 (20%) CSP clauses are encoded (9306503 clauses, 204447238 bytes)
134.47/136.69	c 137	20790 (30%) CSP clauses are encoded (12110855 clauses, 273433580 bytes)
152.74/155.19	c 155	27720 (40%) CSP clauses are encoded (14415980 clauses, 331341722 bytes)
162.94/165.46	c 166	34650 (50%) CSP clauses are encoded (16170102 clauses, 376159467 bytes)
174.73/177.45	c 178	41580 (60%) CSP clauses are encoded (18087153 clauses, 426100015 bytes)
186.89/189.85	c 190	48510 (70%) CSP clauses are encoded (20096019 clauses, 478734502 bytes)
197.93/201.10	c 201	55440 (80%) CSP clauses are encoded (22154313 clauses, 532270426 bytes)
208.74/212.04	c 212	62370 (90%) CSP clauses are encoded (24032046 clauses, 581444715 bytes)
217.54/220.95	c 221	69299 (100%) CSP clauses are encoded (25676432 clauses, 624509823 bytes)
217.54/220.95	c 221	69299 CSP clauses encoded
217.54/220.98	c 221	Writing map file : HOME/temp.map
217.61/221.09	c 221	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
217.61/221.09	c 221	SAT : 1983922 SAT variables, 25676432 SAT clauses, 624509823 bytes
217.61/221.09	c 221	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
217.70/221.15	c 221	SOLVING HOME/temp.cnf
217.70/221.15	c 221	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
401.26/405.82	c ERROR INTERRUPTED
217.73/405.95	s UNKNOWN
217.73/405.95	c 406	CPU 213.48 (0.03 0.01 213.45 4.25)
217.73/405.95	c 406	END Sat Jul  5 07:26:30 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-1085708-1215235184/watcher-1085708-1215235184 -o /tmp/evaluation-result-1085708-1215235184/solver-1085708-1215235184 -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-1085708-1215235184.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: 2.16 2.22 2.09 4/82 30027
/proc/meminfo: memFree=244488/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=18572 CPUtime=0
/proc/30027/stat : 30027 (runsolver) D 30025 30027 29362 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002487273 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/30027/statm: 4643 292 257 25 0 2626 0

[startup+0.084067 s]
/proc/loadavg: 2.16 2.22 2.09 4/82 30027
/proc/meminfo: memFree=244488/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=12272 CPUtime=0
/proc/30027/stat : 30027 (sugar) D 30025 30027 29362 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 2002487273 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/30027/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101068 s]
/proc/loadavg: 2.16 2.22 2.09 4/82 30027
/proc/meminfo: memFree=244488/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=12412 CPUtime=0
/proc/30027/stat : 30027 (sugar) D 30025 30027 29362 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2002487273 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/30027/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301108 s]
/proc/loadavg: 2.16 2.22 2.09 4/82 30027
/proc/meminfo: memFree=244488/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.04
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2002487273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701182 s]
/proc/loadavg: 2.16 2.22 2.09 4/82 30027
/proc/meminfo: memFree=244488/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.04
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2002487273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50133 s]
/proc/loadavg: 2.16 2.22 2.09 3/84 30040
/proc/meminfo: memFree=238584/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.83
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 973 8764 0 1 3 1 74 5 16 0 1 0 2002487273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 797 370 3 0 500 0
[pid=30040] ppid=30027 vsize=5356 CPUtime=0
/proc/30040/stat : 30040 (sh) S 30027 30027 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002487373 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30040/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 18956

[startup+3.10261 s]
/proc/loadavg: 2.14 2.21 2.09 3/93 30049
/proc/meminfo: memFree=219120/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.83
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 974 8764 0 1 3 1 74 5 16 0 1 0 2002487273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30027/statm: 3400 797 370 3 0 500 0
[pid=30040] ppid=30027 vsize=5356 CPUtime=0
/proc/30040/stat : 30040 (sh) S 30027 30027 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002487373 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30040/statm: 1339 233 193 169 0 50 0
[pid=30041] ppid=30040 vsize=868388 CPUtime=2.07
/proc/30041/stat : 30041 (java) S 30040 30027 29362 0 -1 0 8558 0 1 0 200 7 0 0 18 0 9 0 2002487374 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30041/statm: 217097 7609 2540 9 0 211672 0
[pid=30041/tid=30042] ppid=30040 vsize=868388 CPUtime=1.59
/proc/30041/task/30042/stat : 30042 (java) R 30040 30027 29362 0 -1 64 2726 0 1 0 156 3 0 0 25 0 9 0 2002487375 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4126564745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30043] ppid=30040 vsize=868388 CPUtime=0.26
/proc/30041/task/30043/stat : 30043 (java) S 30040 30027 29362 0 -1 64 3680 0 0 0 24 2 0 0 16 0 9 0 2002487376 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30044] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30044/stat : 30044 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002487376 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30045] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30045/stat : 30045 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002487376 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30046] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30046/stat : 30046 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002487378 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30047] ppid=30040 vsize=868388 CPUtime=0.2
/proc/30041/task/30047/stat : 30047 (java) S 30040 30027 29362 0 -1 64 1455 0 0 0 19 1 0 0 16 0 9 0 2002487378 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30048] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30048/stat : 30048 (java) S 30040 30027 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002487378 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30049] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30049/stat : 30049 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002487378 889229312 7609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887344

[startup+6.30219 s]
/proc/loadavg: 2.14 2.21 2.09 3/93 30049
/proc/meminfo: memFree=197040/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.83
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 974 8764 0 1 3 1 74 5 16 0 1 0 2002487273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30027/statm: 3400 797 370 3 0 500 0
[pid=30040] ppid=30027 vsize=5356 CPUtime=0
/proc/30040/stat : 30040 (sh) S 30027 30027 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002487373 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30040/statm: 1339 233 193 169 0 50 0
[pid=30041] ppid=30040 vsize=868388 CPUtime=5.24
/proc/30041/stat : 30041 (java) S 30040 30027 29362 0 -1 0 14326 0 1 0 513 11 0 0 18 0 9 0 2002487374 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30041/statm: 217097 10636 2540 9 0 211672 0
[pid=30041/tid=30042] ppid=30040 vsize=868388 CPUtime=4.25
/proc/30041/task/30042/stat : 30042 (java) R 30040 30027 29362 0 -1 64 3165 0 1 0 421 4 0 0 25 0 9 0 2002487375 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4126562804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30043] ppid=30040 vsize=868388 CPUtime=0.76
/proc/30041/task/30043/stat : 30043 (java) S 30040 30027 29362 0 -1 64 9004 0 0 0 71 5 0 0 16 0 9 0 2002487376 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30044] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30044/stat : 30044 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002487376 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30045] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30045/stat : 30045 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002487376 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30046] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30046/stat : 30046 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002487378 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30047] ppid=30040 vsize=868388 CPUtime=0.21
/proc/30041/task/30047/stat : 30047 (java) S 30040 30027 29362 0 -1 64 1460 0 0 0 20 1 0 0 15 0 9 0 2002487378 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30048] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30048/stat : 30048 (java) S 30040 30027 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002487378 889229312 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30049] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30049/stat : 30049 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002487378 889229312 10636 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) 887344

[startup+12.7023 s]
/proc/loadavg: 2.13 2.21 2.09 3/93 30049
/proc/meminfo: memFree=146800/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.83
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 974 8764 0 1 3 1 74 5 16 0 1 0 2002487273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30027/statm: 3400 797 370 3 0 500 0
[pid=30040] ppid=30027 vsize=5356 CPUtime=0
/proc/30040/stat : 30040 (sh) S 30027 30027 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002487373 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30040/statm: 1339 233 193 169 0 50 0
[pid=30041] ppid=30040 vsize=868388 CPUtime=11.61
/proc/30041/stat : 30041 (java) S 30040 30027 29362 0 -1 0 23363 0 1 0 1143 18 0 0 18 0 9 0 2002487374 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30041/statm: 217097 18499 2540 9 0 211672 0
[pid=30041/tid=30042] ppid=30040 vsize=868388 CPUtime=9.76
/proc/30041/task/30042/stat : 30042 (java) R 30040 30027 29362 0 -1 64 3617 0 1 0 971 5 0 0 25 0 9 0 2002487375 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4126565075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30043] ppid=30040 vsize=868388 CPUtime=1.6
/proc/30041/task/30043/stat : 30043 (java) S 30040 30027 29362 0 -1 64 17589 0 0 0 150 10 0 0 16 0 9 0 2002487376 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30044] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30044/stat : 30044 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002487376 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30045] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30045/stat : 30045 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002487376 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30046] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30046/stat : 30046 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002487378 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30047] ppid=30040 vsize=868388 CPUtime=0.21
/proc/30041/task/30047/stat : 30047 (java) S 30040 30027 29362 0 -1 64 1460 0 0 0 20 1 0 0 15 0 9 0 2002487378 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30048] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30048/stat : 30048 (java) S 30040 30027 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002487378 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30049] ppid=30040 vsize=868388 CPUtime=0
/proc/30041/task/30049/stat : 30049 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002487378 889229312 18499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887344

[startup+25.5016 s]
/proc/loadavg: 2.10 2.20 2.09 3/93 30049
/proc/meminfo: memFree=80624/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.83
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 974 8764 0 1 3 1 74 5 16 0 1 0 2002487273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30027/statm: 3400 797 370 3 0 500 0
[pid=30040] ppid=30027 vsize=5356 CPUtime=0
/proc/30040/stat : 30040 (sh) S 30027 30027 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002487373 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30040/statm: 1339 233 193 169 0 50 0
[pid=30041] ppid=30040 vsize=868500 CPUtime=24.31
/proc/30041/stat : 30041 (java) S 30040 30027 29362 0 -1 0 33413 0 1 0 2404 27 0 0 18 0 9 0 2002487374 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30041/statm: 217125 25864 2566 9 0 211672 0
[pid=30041/tid=30042] ppid=30040 vsize=868500 CPUtime=21.05
/proc/30041/task/30042/stat : 30042 (java) R 30040 30027 29362 0 -1 64 4375 0 1 0 2097 8 0 0 25 0 9 0 2002487375 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4127010963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30043] ppid=30040 vsize=868500 CPUtime=2.95
/proc/30041/task/30043/stat : 30043 (java) S 30040 30027 29362 0 -1 64 26848 0 0 0 280 15 0 0 16 0 9 0 2002487376 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30044] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30044/stat : 30044 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002487376 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30045] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30045/stat : 30045 (java) S 30040 30027 29362 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002487376 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30046] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30046/stat : 30046 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002487378 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30047] ppid=30040 vsize=868500 CPUtime=0.27
/proc/30041/task/30047/stat : 30047 (java) S 30040 30027 29362 0 -1 64 1493 0 0 0 25 2 0 0 15 0 9 0 2002487378 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30048] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30048/stat : 30048 (java) S 30040 30027 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002487378 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30049] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30049/stat : 30049 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002487378 889344000 25864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887456

[startup+51.1011 s]
/proc/loadavg: 2.35 2.25 2.10 3/93 30049
/proc/meminfo: memFree=16112/2055920 swapFree=4111048/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=0.83
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 974 8764 0 1 3 1 74 5 15 0 1 0 2002487273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30027/statm: 3400 797 370 3 0 500 0
[pid=30040] ppid=30027 vsize=5356 CPUtime=0
/proc/30040/stat : 30040 (sh) S 30027 30027 29362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002487373 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=30041/tid=30047] ppid=30040 vsize=868500 CPUtime=0.3
/proc/30041/task/30047/stat : 30047 (java) S 30040 30027 29362 0 -1 64 1511 0 0 0 28 2 0 0 16 0 9 0 2002487378 889344000 25884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30041/tid=30048] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30048/stat : 30048 (java) S 30040 30027 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002487378 889344000 25884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30041/tid=30049] ppid=30040 vsize=868500 CPUtime=0
/proc/30041/task/30049/stat : 30049 (java) S 30040 30027 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002487378 889344000 25884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.85
Current children cumulated vsize (KiB) 887456

[startup+222.302 s]
/proc/loadavg: 2.94 2.52 2.23 2/75 30051
/proc/meminfo: memFree=1214528/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1023 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=5356 CPUtime=0
/proc/30050/stat : 30050 (sh) S 30027 30027 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30050/statm: 1339 232 193 169 0 50 0
[pid=30051] ppid=30050 vsize=21492 CPUtime=1.1
/proc/30051/stat : 30051 (picosat) R 30050 30027 29362 0 -1 4194304 3792 0 0 0 49 61 0 0 25 0 1 0 2002509391 22007808 3778 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30051/statm: 5373 3778 40 102 0 5268 0
Current children cumulated CPU time (s) 218.83
Current children cumulated vsize (KiB) 40448

[startup+282.302 s]
/proc/loadavg: 2.41 2.44 2.22 3/83 30090
/proc/meminfo: memFree=698432/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1023 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=5356 CPUtime=0
/proc/30050/stat : 30050 (sh) S 30027 30027 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30050/statm: 1339 232 193 169 0 50 0
[pid=30051] ppid=30050 vsize=370788 CPUtime=60.78
/proc/30051/stat : 30051 (picosat) R 30050 30027 29362 0 -1 4194304 90276 0 0 0 2747 3331 0 0 25 0 1 0 2002509391 379686912 90262 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/30051/statm: 92697 90262 40 102 0 92592 0
Current children cumulated CPU time (s) 278.51
Current children cumulated vsize (KiB) 389744

[startup+342.301 s]
/proc/loadavg: 2.27 2.39 2.21 3/85 30138
/proc/meminfo: memFree=412400/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1023 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=5356 CPUtime=0
/proc/30050/stat : 30050 (sh) S 30027 30027 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30050/statm: 1339 232 193 169 0 50 0
[pid=30051] ppid=30050 vsize=624692 CPUtime=120.48
/proc/30051/stat : 30051 (picosat) R 30050 30027 29362 0 -1 4194304 147033 0 0 0 5470 6578 0 0 25 0 1 0 2002509391 639684608 147019 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/30051/statm: 156173 147019 40 102 0 156068 0
Current children cumulated CPU time (s) 338.21
Current children cumulated vsize (KiB) 643648

[startup+402.301 s]
/proc/loadavg: 3.15 2.62 2.30 3/85 30138
/proc/meminfo: memFree=15088/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1023 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=5356 CPUtime=0
/proc/30050/stat : 30050 (sh) S 30027 30027 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30050/statm: 1339 232 193 169 0 50 0
[pid=30051] ppid=30050 vsize=828272 CPUtime=180.06
/proc/30051/stat : 30051 (picosat) R 30050 30027 29362 0 -1 4194304 204300 0 0 0 8207 9799 0 0 25 0 1 0 2002509391 848150528 204286 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/30051/statm: 207068 204286 40 102 0 206963 0
Current children cumulated CPU time (s) 397.79
Current children cumulated vsize (KiB) 847228



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+405.803 s]
/proc/loadavg: 3.13 2.63 2.30 3/85 30138
/proc/meminfo: memFree=14960/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1023 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=5356 CPUtime=0
/proc/30050/stat : 30050 (sh) S 30027 30027 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30050/statm: 1339 232 193 169 0 50 0
[pid=30051] ppid=30050 vsize=905556 CPUtime=183.53
/proc/30051/stat : 30051 (picosat) R 30050 30027 29362 0 -1 4194304 207593 0 0 0 8373 9980 0 0 25 0 1 0 2002509391 927289344 207579 996147200 134512640 134931368 4294956256 18446744073709551615 134548564 0 0 4096 0 0 0 0 17 0 0 0
/proc/30051/statm: 226389 207579 40 102 0 226284 0
Current children cumulated CPU time (s) 401.26
Current children cumulated vsize (KiB) 924512

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

[startup+405.803 s]
/proc/loadavg: 3.13 2.63 2.30 3/85 30138
/proc/meminfo: memFree=14960/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1023 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=5356 CPUtime=0
/proc/30050/stat : 30050 (sh) S 30027 30027 29362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30050/statm: 1339 232 193 169 0 50 0
[pid=30051] ppid=30050 vsize=905556 CPUtime=183.53
/proc/30051/stat : 30051 (picosat) R 30050 30027 29362 0 -1 4194304 207593 0 0 0 8373 9980 0 0 25 0 1 0 2002509391 927289344 207579 996147200 134512640 134931368 4294956256 18446744073709551615 134548564 0 0 4096 0 0 0 0 17 0 0 0
/proc/30051/statm: 226389 207579 40 102 0 226284 0
Current children cumulated CPU time (s) 401.26
Current children cumulated vsize (KiB) 924512

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

[startup+405.923 s]
/proc/loadavg: 3.13 2.63 2.30 3/86 30139
/proc/meminfo: memFree=720232/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.73
/proc/30027/stat : 30027 (sugar) S 30025 30027 29362 0 -1 4194304 1042 44323 0 6 3 1 21345 424 16 0 1 0 2002487273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/30027/statm: 3400 800 370 3 0 500 0
[pid=30050] ppid=30027 vsize=0 CPUtime=0
/proc/30050/stat : 30050 (sh) Z 30027 30027 29362 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002509389 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/30050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 217.73
Current children cumulated vsize (KiB) 13600

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

[startup+406.302 s]
/proc/loadavg: 3.13 2.63 2.30 3/86 30139
/proc/meminfo: memFree=720232/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.83
/proc/30027/stat : 30027 (sugar) D 30025 30027 29362 0 -1 4194304 1070 44600 0 6 3 10 21345 425 15 0 1 0 2002487273 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30027/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 217.83
Current children cumulated vsize (KiB) 13600

[startup+406.702 s]
/proc/loadavg: 3.13 2.63 2.30 3/86 30139
/proc/meminfo: memFree=720232/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.85
/proc/30027/stat : 30027 (sugar) D 30025 30027 29362 0 -1 4194304 1070 44600 0 6 3 12 21345 425 15 0 1 0 2002487273 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30027/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 217.85
Current children cumulated vsize (KiB) 13600

[startup+406.902 s]
/proc/loadavg: 3.13 2.63 2.30 3/86 30139
/proc/meminfo: memFree=720232/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.86
/proc/30027/stat : 30027 (sugar) D 30025 30027 29362 0 -1 4194304 1070 44600 0 6 3 13 21345 425 15 0 1 0 2002487273 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30027/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 217.86
Current children cumulated vsize (KiB) 13600

[startup+407.002 s]
/proc/loadavg: 3.13 2.63 2.30 1/84 30139
/proc/meminfo: memFree=997688/2055920 swapFree=4111052/4192956
[pid=30027] ppid=30025 vsize=13600 CPUtime=217.86
/proc/30027/stat : 30027 (sugar) D 30025 30027 29362 0 -1 4194304 1070 44600 0 6 3 13 21345 425 15 0 1 0 2002487273 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30027/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 217.86
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): 183.53
#  lost CPU user time (s): 83.73
#  lost CPU system time (s): 99.8

Real time (s): 407.05
CPU time (s): 401.417
CPU user time (s): 297.226
CPU system time (s): 104.191
CPU usage (%): 98.6162
Max. virtual memory (cumulated for all children) (KiB): 924512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.496
system time used= 4.39133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45701
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24439
involuntary context switches= 26783

runsolver used 0.511922 second user time and 1.23081 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 07:19:44
IDJOB=1085708
IDBENCH=57690
IDSOLVER=345
FILE ID=node70/1085708-1215235184
PBS_JOBID= 7881935
Free space on /tmp= 64816 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-4.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-1085708-1215235184/watcher-1085708-1215235184 -o /tmp/evaluation-result-1085708-1215235184/solver-1085708-1215235184 -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-1085708-1215235184.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1196fad89b5a5a4f355ab65ef889a576
RANDOM SEED=1529226307

node70.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.256
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.256
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:        244904 kB
Buffers:          2248 kB
Cached:        1337624 kB
SwapCached:      75956 kB
Active:        1201132 kB
Inactive:       525500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        244904 kB
SwapTotal:     4192956 kB
SwapFree:      4111048 kB
Dirty:          209188 kB
Writeback:           0 kB
Mapped:         403732 kB
Slab:            68868 kB
Committed_AS:  4673972 kB
PageTables:       2624 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= 65704 MiB
End job on node70 at 2008-07-05 07:26:32