Trace number 1086213

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? (MO) 99.7721 101.389

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-9.xml
MD5SUM7fe976fa4ce71b2c5a4965beb0a6326a
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 benchmark32.804
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:08:10 2008
0.00/0.04	c 0	PID 17645
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086213-1215238090.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086213-1215238090.xml' 'HOME/temp.csp'
0.04/0.77	c 1	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	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.75/0.86	c 1	Parsing HOME/temp.csp
1.05/1.19	c 2	parsed 7055 expressions
1.05/1.20	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.20	c 2	Converting to clausal form CSP
1.64/1.73	c 2	converted 706 (10%) expressions
2.73/2.87	c 3	converted 1411 (20%) expressions
3.51/3.69	c 4	converted 2117 (30%) expressions
4.31/4.47	c 5	converted 2822 (40%) expressions
5.20/5.33	c 6	converted 3528 (50%) expressions
5.79/5.97	c 6	converted 4233 (60%) expressions
6.49/6.66	c 7	converted 4939 (70%) expressions
7.47/7.67	c 8	converted 5644 (80%) expressions
8.07/8.28	c 9	converted 6350 (90%) expressions
8.76/8.93	c 9	converted 7055 (100%) expressions
8.76/8.93	c 9	CSP : 1000 integers, 18998 booleans, 39999 clauses, largest domain size 2717
8.76/8.93	c 9	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.76/8.93	c 9	Propagation in CSP
9.26/9.42	c 10	108 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.26/9.42	c 10	CSP : 1000 integers, 18998 booleans, 39999 clauses, largest domain size 2717
9.26/9.42	c 10	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.26/9.44	c 10	Simplifing CSP by introducing new Boolean variables
9.36/9.52	c 10	CSP : 1000 integers, 32572 booleans, 53573 clauses, largest domain size 2717
9.36/9.52	c 10	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.76/9.93	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.24/10.43	c 11	100 (10%) CSP integer variables are encoded (21612 clauses, 302132 bytes)
10.64/10.87	c 11	200 (20%) CSP integer variables are encoded (42748 clauses, 619172 bytes)
11.14/11.30	c 12	300 (30%) CSP integer variables are encoded (63268 clauses, 926972 bytes)
11.54/11.77	c 12	400 (40%) CSP integer variables are encoded (85876 clauses, 1266092 bytes)
12.02/12.21	c 13	500 (50%) CSP integer variables are encoded (106988 clauses, 1597677 bytes)
12.22/12.50	c 13	600 (60%) CSP integer variables are encoded (330028 clauses, 5389357 bytes)
12.52/12.75	c 13	700 (70%) CSP integer variables are encoded (524558 clauses, 8696367 bytes)
12.82/13.02	c 13	800 (80%) CSP integer variables are encoded (738560 clauses, 12334401 bytes)
13.02/13.27	c 14	900 (90%) CSP integer variables are encoded (929100 clauses, 15573581 bytes)
13.21/13.49	c 14	1000 (100%) CSP integer variables are encoded (1099436 clauses, 18670050 bytes)
33.68/34.12	c 35	5358 (10%) CSP clauses are encoded (4436088 clauses, 93086535 bytes)
45.43/46.07	c 46	10715 (20%) CSP clauses are encoded (6836592 clauses, 147940400 bytes)
51.86/52.50	c 53	16072 (30%) CSP clauses are encoded (8578390 clauses, 190185643 bytes)
58.35/59.18	c 60	21430 (40%) CSP clauses are encoded (10393067 clauses, 234951007 bytes)
62.39/63.28	c 64	26787 (50%) CSP clauses are encoded (11689992 clauses, 267728260 bytes)
66.98/67.92	c 68	32144 (60%) CSP clauses are encoded (13164559 clauses, 305243514 bytes)
71.10/72.17	c 73	37502 (70%) CSP clauses are encoded (14600085 clauses, 341665178 bytes)
75.30/76.43	c 77	42859 (80%) CSP clauses are encoded (16024444 clauses, 378007800 bytes)
79.90/81.10	c 81	48216 (90%) CSP clauses are encoded (17641631 clauses, 418845126 bytes)
84.30/85.69	c 86	53573 (100%) CSP clauses are encoded (19210191 clauses, 458682069 bytes)
84.30/85.69	c 86	53573 CSP clauses encoded
84.30/85.69	c 86	Writing map file : HOME/temp.map
84.40/85.74	c 86	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
84.40/85.74	c 86	SAT : 1133008 SAT variables, 19210191 SAT clauses, 458682069 bytes
84.40/85.74	c 86	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
84.40/85.77	c 86	SOLVING HOME/temp.cnf
84.40/85.77	c 86	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
84.40/85.78	c 86	This is MiniSat 2.0 beta
84.40/85.78	c 86	WARNING: for repeatability, setting FPU to use double precision
84.40/85.78	c 86	============================[ Problem Statistics ]=============================
84.40/85.78	c 86	|                                                                             |
84.40/85.78	c 86	|  Number of variables:  1133008                                              |
84.40/85.78	c 86	|  Number of clauses:    19210191                                             |
95.45/96.94	c 97	|  Parsing time:         9.65         s                                       |
95.94/97.43	c 98	============================[ Search Statistics ]==============================
95.94/97.43	c 98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
95.94/97.43	c 98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
95.94/97.43	c 98	===============================================================================
95.94/97.43	c 98	|         0 | 1133008 19210191 53545850 |  6403397        0    nan |  0.000 % |
97.04/98.52	c 99	|       100 | 1133008 19210191 53545850 |  7043736      100      3 |  0.000 % |
98.91/100.50	c 101	|       250 | 1133008 19210191 53545850 |  7748110      250      3 |  0.000 % |
99.50/101.02	c ERROR INTERRUPTED
84.45/101.15	s UNKNOWN
84.45/101.15	c 102	CPU 81.37 (0.03 0.01 81.34 3.08)
84.45/101.15	c 102	END Sat Jul  5 08:09:52 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-1086213-1215238090/watcher-1086213-1215238090 -o /tmp/evaluation-result-1086213-1215238090/solver-1086213-1215238090 -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/minisat -tmp=HOME/temp HOME/instance-1086213-1215238090.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.07 2.00 2.00 4/72 17645
/proc/meminfo: memFree=1697776/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=12268 CPUtime=0
/proc/17645/stat : 17645 (sugar) R 17643 17645 17404 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1008211568 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17645/statm: 3067 316 241 3 0 167 0

[startup+0.090215 s]
/proc/loadavg: 2.07 2.00 2.00 4/72 17645
/proc/meminfo: memFree=1697776/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.04
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008211568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101215 s]
/proc/loadavg: 2.07 2.00 2.00 4/72 17645
/proc/meminfo: memFree=1697776/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.04
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008211568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301257 s]
/proc/loadavg: 2.07 2.00 2.00 4/72 17645
/proc/meminfo: memFree=1697776/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.04
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008211568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701332 s]
/proc/loadavg: 2.07 2.00 2.00 4/72 17645
/proc/meminfo: memFree=1697776/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.04
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008211568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 17667
/proc/meminfo: memFree=1689432/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.75
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 974 7928 0 1 3 1 66 5 15 0 1 0 1008211568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 797 370 3 0 500 0
[pid=17658] ppid=17645 vsize=5356 CPUtime=0
/proc/17658/stat : 17658 (sh) S 17645 17645 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008211647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17658/statm: 1339 233 193 169 0 50 0
[pid=17659] ppid=17658 vsize=868256 CPUtime=0.69
/proc/17659/stat : 17659 (java) S 17658 17645 17404 0 -1 0 5758 0 1 0 65 4 0 0 18 0 9 0 1008211647 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 217064 5130 1732 9 0 211639 0
[pid=17659/tid=17660] ppid=17658 vsize=868256 CPUtime=0.42
/proc/17659/task/17660/stat : 17660 (java) R 17658 17645 17404 0 -1 64 2680 0 1 0 41 1 0 0 19 0 9 0 1008211648 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17661] ppid=17658 vsize=868256 CPUtime=0.06
/proc/17659/task/17661/stat : 17661 (java) S 17658 17645 17404 0 -1 64 927 0 0 0 6 0 0 0 16 0 9 0 1008211649 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17662] ppid=17658 vsize=868256 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17658 17645 17404 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1008211649 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17658 vsize=868256 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17658 17645 17404 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1008211649 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17658 vsize=868256 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17658 17645 17404 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008211651 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17665] ppid=17658 vsize=868256 CPUtime=0.17
/proc/17659/task/17665/stat : 17665 (java) S 17658 17645 17404 0 -1 64 1459 0 0 0 17 0 0 0 16 0 9 0 1008211651 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17666] ppid=17658 vsize=868256 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17658 17645 17404 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008211651 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17667] ppid=17658 vsize=868256 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17658 17645 17404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008211651 889094144 5130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887212

[startup+3.10281 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 17667
/proc/meminfo: memFree=1677912/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.75
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 974 7928 0 1 3 1 66 5 16 0 1 0 1008211568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 797 370 3 0 500 0
[pid=17658] ppid=17645 vsize=5356 CPUtime=0
/proc/17658/stat : 17658 (sh) S 17645 17645 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008211647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17658/statm: 1339 233 193 169 0 50 0
[pid=17659] ppid=17658 vsize=868372 CPUtime=2.27
/proc/17659/stat : 17659 (java) S 17658 17645 17404 0 -1 0 8887 0 1 0 220 7 0 0 18 0 9 0 1008211647 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 217093 7952 2540 9 0 211668 0
[pid=17659/tid=17660] ppid=17658 vsize=868372 CPUtime=1.73
/proc/17659/task/17660/stat : 17660 (java) R 17658 17645 17404 0 -1 64 2817 0 1 0 171 2 0 0 25 0 9 0 1008211648 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17661] ppid=17658 vsize=868372 CPUtime=0.31
/proc/17659/task/17661/stat : 17661 (java) S 17658 17645 17404 0 -1 64 3896 0 0 0 28 3 0 0 15 0 9 0 1008211649 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17662] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17658 17645 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008211649 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17658 17645 17404 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008211649 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17658 17645 17404 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008211651 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17665] ppid=17658 vsize=868372 CPUtime=0.2
/proc/17659/task/17665/stat : 17665 (java) S 17658 17645 17404 0 -1 64 1481 0 0 0 20 0 0 0 15 0 9 0 1008211651 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17666] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17658 17645 17404 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008211651 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17667] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17658 17645 17404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008211651 889212928 7952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887328

[startup+6.3014 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 17667
/proc/meminfo: memFree=1658904/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.75
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 974 7928 0 1 3 1 66 5 15 0 1 0 1008211568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 797 370 3 0 500 0
[pid=17658] ppid=17645 vsize=5356 CPUtime=0
/proc/17658/stat : 17658 (sh) S 17645 17645 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008211647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17658/statm: 1339 233 193 169 0 50 0
[pid=17659] ppid=17658 vsize=868372 CPUtime=5.43
/proc/17659/stat : 17659 (java) S 17658 17645 17404 0 -1 0 13990 0 1 0 534 9 0 0 18 0 9 0 1008211647 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 217093 12875 2540 9 0 211668 0
[pid=17659/tid=17660] ppid=17658 vsize=868372 CPUtime=4.35
/proc/17659/task/17660/stat : 17660 (java) R 17658 17645 17404 0 -1 64 3206 0 1 0 433 2 0 0 25 0 9 0 1008211648 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4126428738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17661] ppid=17658 vsize=868372 CPUtime=0.85
/proc/17659/task/17661/stat : 17661 (java) S 17658 17645 17404 0 -1 64 8609 0 0 0 80 5 0 0 16 0 9 0 1008211649 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17662] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17658 17645 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008211649 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17658 17645 17404 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008211649 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17658 17645 17404 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008211651 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17665] ppid=17658 vsize=868372 CPUtime=0.21
/proc/17659/task/17665/stat : 17665 (java) S 17658 17645 17404 0 -1 64 1482 0 0 0 21 0 0 0 15 0 9 0 1008211651 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17666] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17658 17645 17404 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008211651 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17667] ppid=17658 vsize=868372 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17658 17645 17404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008211651 889212928 12875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887328

[startup+12.7026 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 17667
/proc/meminfo: memFree=1627800/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.75
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 974 7928 0 1 3 1 66 5 15 0 1 0 1008211568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 797 370 3 0 500 0
[pid=17658] ppid=17645 vsize=5356 CPUtime=0
/proc/17658/stat : 17658 (sh) S 17645 17645 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008211647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17658/statm: 1339 233 193 169 0 50 0
[pid=17659] ppid=17658 vsize=868484 CPUtime=11.77
/proc/17659/stat : 17659 (java) S 17658 17645 17404 0 -1 0 25218 0 1 0 1158 19 0 0 18 0 9 0 1008211647 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 217121 18828 2566 9 0 211668 0
[pid=17659/tid=17660] ppid=17658 vsize=868484 CPUtime=9.56
/proc/17659/task/17660/stat : 17660 (java) R 17658 17645 17404 0 -1 64 3786 0 1 0 949 7 0 0 25 0 9 0 1008211648 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4126915695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17661] ppid=17658 vsize=868484 CPUtime=1.91
/proc/17659/task/17661/stat : 17661 (java) S 17658 17645 17404 0 -1 64 19218 0 0 0 181 10 0 0 16 0 9 0 1008211649 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17662] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17658 17645 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008211649 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17658 17645 17404 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008211649 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17658 17645 17404 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008211651 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17665] ppid=17658 vsize=868484 CPUtime=0.27
/proc/17659/task/17665/stat : 17665 (java) S 17658 17645 17404 0 -1 64 1521 0 0 0 27 0 0 0 16 0 9 0 1008211651 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17666] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17658 17645 17404 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008211651 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17667] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17658 17645 17404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008211651 889327616 18828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887440

[startup+25.5011 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 17667
/proc/meminfo: memFree=1571928/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.75
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 974 7928 0 1 3 1 66 5 15 0 1 0 1008211568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 797 370 3 0 500 0
[pid=17658] ppid=17645 vsize=5356 CPUtime=0
/proc/17658/stat : 17658 (sh) S 17645 17645 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008211647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17658/statm: 1339 233 193 169 0 50 0
[pid=17659] ppid=17658 vsize=868484 CPUtime=24.42
/proc/17659/stat : 17659 (java) S 17658 17645 17404 0 -1 0 25481 0 1 0 2390 52 0 0 18 0 9 0 1008211647 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 217121 18838 2566 9 0 211668 0
[pid=17659/tid=17660] ppid=17658 vsize=868484 CPUtime=22.06
/proc/17659/task/17660/stat : 17660 (java) R 17658 17645 17404 0 -1 64 4040 0 1 0 2168 38 0 0 25 0 9 0 1008211648 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17661] ppid=17658 vsize=868484 CPUtime=2.04
/proc/17659/task/17661/stat : 17661 (java) S 17658 17645 17404 0 -1 64 19218 0 0 0 193 11 0 0 16 0 9 0 1008211649 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17662] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17658 17645 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008211649 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17658 17645 17404 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008211649 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17658 17645 17404 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008211651 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17665] ppid=17658 vsize=868484 CPUtime=0.29
/proc/17659/task/17665/stat : 17665 (java) S 17658 17645 17404 0 -1 64 1530 0 0 0 29 0 0 0 16 0 9 0 1008211651 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17666] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17658 17645 17404 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008211651 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17667] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17658 17645 17404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008211651 889327616 18838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887440

[startup+51.1019 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 17667
/proc/meminfo: memFree=1455384/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=0.75
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 974 7928 0 1 3 1 66 5 16 0 1 0 1008211568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 797 370 3 0 500 0
[pid=17658] ppid=17645 vsize=5356 CPUtime=0
/proc/17658/stat : 17658 (sh) S 17645 17645 17404 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008211647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17658/statm: 1339 233 193 169 0 50 0
[pid=17659] ppid=17658 vsize=868484 CPUtime=49.72
/proc/17659/stat : 17659 (java) S 17658 17645 17404 0 -1 0 26079 0 1 0 4845 127 0 0 18 0 9 0 1008211647 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 217121 18843 2566 9 0 211668 0
[pid=17659/tid=17660] ppid=17658 vsize=868484 CPUtime=47.05
/proc/17659/task/17660/stat : 17660 (java) R 17658 17645 17404 0 -1 64 4634 0 1 0 4595 110 0 0 25 0 9 0 1008211648 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4127029612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17661] ppid=17658 vsize=868484 CPUtime=2.35
/proc/17659/task/17661/stat : 17661 (java) S 17658 17645 17404 0 -1 64 19218 0 0 0 220 15 0 0 16 0 9 0 1008211649 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17662] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17658 17645 17404 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008211649 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17658 17645 17404 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008211649 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17658 17645 17404 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008211651 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17665] ppid=17658 vsize=868484 CPUtime=0.29
/proc/17659/task/17665/stat : 17665 (java) S 17658 17645 17404 0 -1 64 1534 0 0 0 29 0 0 0 17 0 9 0 1008211651 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17666] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17658 17645 17404 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008211651 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17667] ppid=17658 vsize=868484 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17658 17645 17404 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008211651 889327616 18843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 887440



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+101.002 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 17669
/proc/meminfo: memFree=376984/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=84.45
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 1033 35566 0 2 3 1 8134 307 16 0 1 0 1008211568 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 799 370 3 0 500 0
[pid=17668] ppid=17645 vsize=5356 CPUtime=0
/proc/17668/stat : 17668 (sh) S 17645 17645 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008220146 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17668/statm: 1339 232 193 169 0 50 0
[pid=17669] ppid=17668 vsize=903496 CPUtime=15.05
/proc/17669/stat : 17669 (minisat) R 17668 17645 17404 0 -1 4194304 214856 0 0 0 1360 145 0 0 25 0 1 0 1008220146 925179904 214842 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/17669/statm: 225874 214842 76 150 0 225721 0
Current children cumulated CPU time (s) 99.5
Current children cumulated vsize (KiB) 922452

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

[startup+101.002 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 17669
/proc/meminfo: memFree=376984/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=84.45
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 1033 35566 0 2 3 1 8134 307 16 0 1 0 1008211568 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 799 370 3 0 500 0
[pid=17668] ppid=17645 vsize=5356 CPUtime=0
/proc/17668/stat : 17668 (sh) S 17645 17645 17404 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008220146 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17668/statm: 1339 232 193 169 0 50 0
[pid=17669] ppid=17668 vsize=903496 CPUtime=15.05
/proc/17669/stat : 17669 (minisat) R 17668 17645 17404 0 -1 4194304 214856 0 0 0 1360 145 0 0 25 0 1 0 1008220146 925179904 214842 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/17669/statm: 225874 214842 76 150 0 225721 0
Current children cumulated CPU time (s) 99.5
Current children cumulated vsize (KiB) 922452

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

[startup+101.121 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 17670
/proc/meminfo: memFree=1121488/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=84.45
/proc/17645/stat : 17645 (sugar) S 17643 17645 17404 0 -1 4194304 1044 35566 0 2 3 1 8134 307 15 0 1 0 1008211568 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17645/statm: 3400 799 370 3 0 500 0
[pid=17668] ppid=17645 vsize=0 CPUtime=0
/proc/17668/stat : 17668 (sh) Z 17645 17645 17404 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1008220146 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17668/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.45
Current children cumulated vsize (KiB) 13600

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

[startup+101.206 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 17670
/proc/meminfo: memFree=1121488/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=84.52
/proc/17645/stat : 17645 (sugar) R 17643 17645 17404 0 -1 4194304 1069 35843 0 2 3 7 8134 308 16 0 1 0 1008211568 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17645/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 84.52
Current children cumulated vsize (KiB) 13600

[startup+101.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 17670
/proc/meminfo: memFree=1121488/2055920 swapFree=4174728/4192956
[pid=17645] ppid=17643 vsize=13600 CPUtime=84.61
/proc/17645/stat : 17645 (sugar) R 17643 17645 17404 0 -1 4194304 1069 35843 0 2 3 16 8134 308 16 0 1 0 1008211568 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17645/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 84.61
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): 15.05
#  lost CPU user time (s): 13.6
#  lost CPU system time (s): 1.45

Real time (s): 101.389
CPU time (s): 99.7721
CPU user time (s): 94.9836
CPU system time (s): 4.78849
CPU usage (%): 98.4056
Max. virtual memory (cumulated for all children) (KiB): 922452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.3836
system time used= 3.33849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36943
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= 22072
involuntary context switches= 23744

runsolver used 0.12998 second user time and 0.364944 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 08:08:10
IDJOB=1086213
IDBENCH=57779
IDSOLVER=346
FILE ID=node35/1086213-1215238090
PBS_JOBID= 7881966
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086213-1215238090/watcher-1086213-1215238090 -o /tmp/evaluation-result-1086213-1215238090/solver-1086213-1215238090 -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/minisat" -tmp="HOME/temp" HOME/instance-1086213-1215238090.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7fe976fa4ce71b2c5a4965beb0a6326a
RANDOM SEED=363463039

node35.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:       1698256 kB
Buffers:         52296 kB
Cached:         155272 kB
SwapCached:      12276 kB
Active:         123632 kB
Inactive:       165368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698256 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          88800 kB
Slab:            53756 kB
Committed_AS:  1734204 kB
PageTables:       1968 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= 66468 MiB
End job on node35 at 2008-07-05 08:09:53