Trace number 1085814

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) 103.752 105.384

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-10.xml
MD5SUM8d6ee339ced60fef54ae03150e03169e
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 benchmark23.6924
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:28:33 2008
0.00/0.05	c 0	PID 8156
0.03/0.05	c 0	HOST node64.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085814-1215235712.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085814-1215235712.xml' 'HOME/temp.csp'
0.03/0.90	c 0	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.03/0.95	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	c 0	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.92/1.03	c 1	Parsing HOME/temp.csp
1.30/1.49	c 1	parsed 7855 expressions
1.30/1.49	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.49	c 1	Converting to clausal form CSP
1.60/1.77	c 1	converted 786 (10%) expressions
3.27/3.48	c 3	converted 1571 (20%) expressions
4.66/4.81	c 4	converted 2357 (30%) expressions
5.55/5.76	c 5	converted 3142 (40%) expressions
6.44/6.65	c 6	converted 3928 (50%) expressions
8.03/8.21	c 8	converted 4713 (60%) expressions
9.01/9.25	c 9	converted 5499 (70%) expressions
10.00/10.28	c 10	converted 6284 (80%) expressions
11.39/11.65	c 11	converted 7070 (90%) expressions
12.27/12.54	c 12	converted 7855 (100%) expressions
12.27/12.54	c 12	CSP : 1396 integers, 20356 booleans, 43001 clauses, largest domain size 2721
12.27/12.54	c 12	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.27/12.54	c 12	Propagation in CSP
12.77/13.09	c 13	8480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.77/13.09	c 13	CSP : 1396 integers, 20356 booleans, 43001 clauses, largest domain size 2721
12.77/13.09	c 13	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.87/13.12	c 13	Simplifing CSP by introducing new Boolean variables
12.87/13.19	c 13	CSP : 1396 integers, 35304 booleans, 57949 clauses, largest domain size 2721
12.87/13.19	c 13	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.47/13.70	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.06/14.33	c 14	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
14.56/14.83	c 14	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
15.05/15.35	c 15	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
15.54/15.88	c 15	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
16.14/16.41	c 16	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
16.43/16.71	c 16	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
16.73/17.02	c 17	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
17.03/17.32	c 17	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
17.23/17.59	c 17	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
17.52/17.88	c 17	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
35.49/36.05	c 36	5795 (10%) CSP clauses are encoded (4229465 clauses, 87132203 bytes)
47.16/47.81	c 47	11590 (20%) CSP clauses are encoded (6719473 clauses, 144615701 bytes)
55.44/56.21	c 56	17385 (30%) CSP clauses are encoded (8770101 clauses, 193477159 bytes)
62.84/63.72	c 63	23180 (40%) CSP clauses are encoded (10749245 clauses, 242500331 bytes)
68.33/69.39	c 69	28975 (50%) CSP clauses are encoded (12302973 clauses, 280913099 bytes)
71.77/72.85	c 72	34770 (60%) CSP clauses are encoded (13360145 clauses, 307790248 bytes)
75.88/77.03	c 77	40565 (70%) CSP clauses are encoded (14693192 clauses, 341672208 bytes)
80.19/81.44	c 81	46360 (80%) CSP clauses are encoded (16103871 clauses, 377354877 bytes)
84.10/85.48	c 85	52155 (90%) CSP clauses are encoded (17479937 clauses, 412687869 bytes)
88.19/89.67	c 89	57949 (100%) CSP clauses are encoded (18898893 clauses, 449347172 bytes)
88.19/89.67	c 89	57949 CSP clauses encoded
88.19/89.67	c 89	Writing map file : HOME/temp.map
88.30/89.72	c 89	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
88.30/89.73	c 89	SAT : 1318496 SAT variables, 18898893 SAT clauses, 449347172 bytes
88.30/89.73	c 89	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
88.30/89.76	c 89	SOLVING HOME/temp.cnf
88.30/89.76	c 89	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
88.30/89.77	c 89	This is MiniSat 2.0 beta
88.30/89.77	c 89	WARNING: for repeatability, setting FPU to use double precision
88.30/89.77	c 89	============================[ Problem Statistics ]=============================
88.30/89.77	c 89	|                                                                             |
88.30/89.77	c 89	|  Number of variables:  1318496                                              |
88.30/89.77	c 89	|  Number of clauses:    18898893                                             |
99.37/100.94	c 100	|  Parsing time:         9.63         s                                       |
99.85/101.45	c 101	============================[ Search Statistics ]==============================
99.85/101.45	c 101	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.85/101.45	c 101	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.85/101.45	c 101	===============================================================================
99.85/101.45	c 101	|         0 | 1318496 18898893 51965422 |  6299631        0    nan |  0.000 % |
100.45/102.08	c 102	|       100 | 1318496 18898893 51965422 |  6929594      100      3 |  0.000 % |
102.53/104.16	c 104	|       250 | 1318496 18898893 51965422 |  7622553      250      3 |  0.000 % |
103.42/105.02	c ERROR INTERRUPTED
103.54/105.14	s UNKNOWN
103.54/105.14	c 105	CPU 85.23 (0.03 0.01 85.2 3.11)
103.54/105.14	c 105	END Sat Jul  5 07:30:18 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-1085814-1215235712/watcher-1085814-1215235712 -o /tmp/evaluation-result-1085814-1215235712/solver-1085814-1215235712 -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-1085814-1215235712.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.04 2.01 2.00 4/83 8156
/proc/meminfo: memFree=1594376/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=12268 CPUtime=0
/proc/8156/stat : 8156 (sugar) R 8154 8156 6396 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002541605 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8156/statm: 3067 316 241 3 0 167 0

[startup+0.0549519 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 8156
/proc/meminfo: memFree=1594376/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.03
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002541605 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101997 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 8156
/proc/meminfo: memFree=1594376/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.03
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002541605 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302013 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 8156
/proc/meminfo: memFree=1594376/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.03
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002541605 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701064 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 8156
/proc/meminfo: memFree=1594376/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.03
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002541605 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.04 2.01 2.00 4/94 8178
/proc/meminfo: memFree=1586480/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.88
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 974 8177 0 1 3 1 78 6 15 0 1 0 2002541605 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 797 370 3 0 500 0
[pid=8169] ppid=8156 vsize=5356 CPUtime=0
/proc/8169/stat : 8169 (sh) S 8156 8156 6396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002541701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8169/statm: 1339 233 193 169 0 50 0
[pid=8170] ppid=8169 vsize=865092 CPUtime=0.53
/proc/8170/stat : 8170 (java) S 8169 8156 6396 0 -1 0 4459 0 1 0 51 2 0 0 18 0 9 0 2002541701 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8170/statm: 216273 3893 1704 9 0 210848 0
[pid=8170/tid=8171] ppid=8169 vsize=865092 CPUtime=0.39
/proc/8170/task/8171/stat : 8171 (java) R 8169 8156 6396 0 -1 64 2552 0 1 0 38 1 0 0 21 0 9 0 2002541702 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 102245939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8172] ppid=8169 vsize=865092 CPUtime=0.05
/proc/8170/task/8172/stat : 8172 (java) S 8169 8156 6396 0 -1 64 877 0 0 0 5 0 0 0 16 0 9 0 2002541703 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8173] ppid=8169 vsize=865092 CPUtime=0
/proc/8170/task/8173/stat : 8173 (java) S 8169 8156 6396 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002541703 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8174] ppid=8169 vsize=865092 CPUtime=0
/proc/8170/task/8174/stat : 8174 (java) S 8169 8156 6396 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2002541703 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8175] ppid=8169 vsize=865092 CPUtime=0
/proc/8170/task/8175/stat : 8175 (java) S 8169 8156 6396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002541705 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8176] ppid=8169 vsize=865092 CPUtime=0.07
/proc/8170/task/8176/stat : 8176 (java) S 8169 8156 6396 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 2002541705 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8177] ppid=8169 vsize=865092 CPUtime=0
/proc/8170/task/8177/stat : 8177 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002541705 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8178] ppid=8169 vsize=865092 CPUtime=0
/proc/8170/task/8178/stat : 8178 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002541705 885854208 3893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884048

[startup+3.10132 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 8178
/proc/meminfo: memFree=1570288/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.88
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 974 8177 0 1 3 1 78 6 15 0 1 0 2002541605 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 797 370 3 0 500 0
[pid=8169] ppid=8156 vsize=5356 CPUtime=0
/proc/8169/stat : 8169 (sh) S 8156 8156 6396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002541701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8169/statm: 1339 233 193 169 0 50 0
[pid=8170] ppid=8169 vsize=869428 CPUtime=2.1
/proc/8170/stat : 8170 (java) S 8169 8156 6396 0 -1 0 8586 0 1 0 206 4 0 0 18 0 9 0 2002541701 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8170/statm: 217357 7717 2540 9 0 211932 0
[pid=8170/tid=8171] ppid=8169 vsize=869428 CPUtime=1.6
/proc/8170/task/8171/stat : 8171 (java) R 8169 8156 6396 0 -1 64 2775 0 1 0 159 1 0 0 25 0 9 0 2002541702 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4126572000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8172] ppid=8169 vsize=869428 CPUtime=0.27
/proc/8170/task/8172/stat : 8172 (java) S 8169 8156 6396 0 -1 64 3664 0 0 0 26 1 0 0 16 0 9 0 2002541703 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8173] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8173/stat : 8173 (java) S 8169 8156 6396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002541703 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8174] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8174/stat : 8174 (java) S 8169 8156 6396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002541703 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8175] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8175/stat : 8175 (java) S 8169 8156 6396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002541705 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8176] ppid=8169 vsize=869428 CPUtime=0.19
/proc/8170/task/8176/stat : 8176 (java) S 8169 8156 6396 0 -1 64 1453 0 0 0 19 0 0 0 16 0 9 0 2002541705 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8177] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8177/stat : 8177 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002541705 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8178] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8178/stat : 8178 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002541705 890294272 7717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 888384

[startup+6.30313 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 8178
/proc/meminfo: memFree=1545712/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.88
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 974 8177 0 1 3 1 78 6 16 0 1 0 2002541605 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 797 370 3 0 500 0
[pid=8169] ppid=8156 vsize=5356 CPUtime=0
/proc/8169/stat : 8169 (sh) S 8156 8156 6396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002541701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8169/statm: 1339 233 193 169 0 50 0
[pid=8170] ppid=8169 vsize=869428 CPUtime=5.27
/proc/8170/stat : 8170 (java) S 8169 8156 6396 0 -1 0 13105 0 1 0 520 7 0 0 18 0 9 0 2002541701 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8170/statm: 217357 12077 2540 9 0 211932 0
[pid=8170/tid=8171] ppid=8169 vsize=869428 CPUtime=4.19
/proc/8170/task/8171/stat : 8171 (java) R 8169 8156 6396 0 -1 64 3158 0 1 0 418 1 0 0 24 0 9 0 2002541702 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8172] ppid=8169 vsize=869428 CPUtime=0.83
/proc/8170/task/8172/stat : 8172 (java) S 8169 8156 6396 0 -1 64 7795 0 0 0 80 3 0 0 15 0 9 0 2002541703 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8173] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8173/stat : 8173 (java) S 8169 8156 6396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002541703 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8174] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8174/stat : 8174 (java) S 8169 8156 6396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002541703 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8175] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8175/stat : 8175 (java) S 8169 8156 6396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002541705 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8176] ppid=8169 vsize=869428 CPUtime=0.2
/proc/8170/task/8176/stat : 8176 (java) S 8169 8156 6396 0 -1 64 1458 0 0 0 20 0 0 0 15 0 9 0 2002541705 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8177] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8177/stat : 8177 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002541705 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8178] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8178/stat : 8178 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002541705 890294272 12077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 888384

[startup+12.7014 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 8178
/proc/meminfo: memFree=1485616/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.88
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 974 8177 0 1 3 1 78 6 16 0 1 0 2002541605 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 797 370 3 0 500 0
[pid=8169] ppid=8156 vsize=5356 CPUtime=0
/proc/8169/stat : 8169 (sh) S 8156 8156 6396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002541701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8169/statm: 1339 233 193 169 0 50 0
[pid=8170] ppid=8169 vsize=869428 CPUtime=11.6
/proc/8170/stat : 8170 (java) S 8169 8156 6396 0 -1 0 30908 0 1 0 1144 16 0 0 18 0 9 0 2002541701 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8170/statm: 217357 22394 2540 9 0 211932 0
[pid=8170/tid=8171] ppid=8169 vsize=869428 CPUtime=9.11
/proc/8170/task/8171/stat : 8171 (java) R 8169 8156 6396 0 -1 64 3916 0 1 0 909 2 0 0 25 0 9 0 2002541702 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 102559776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8172] ppid=8169 vsize=869428 CPUtime=2.23
/proc/8170/task/8172/stat : 8172 (java) S 8169 8156 6396 0 -1 64 24832 0 0 0 211 12 0 0 16 0 9 0 2002541703 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8173] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8173/stat : 8173 (java) S 8169 8156 6396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002541703 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8174] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8174/stat : 8174 (java) S 8169 8156 6396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002541703 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8175] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8175/stat : 8175 (java) S 8169 8156 6396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002541705 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8176] ppid=8169 vsize=869428 CPUtime=0.22
/proc/8170/task/8176/stat : 8176 (java) S 8169 8156 6396 0 -1 64 1466 0 0 0 22 0 0 0 16 0 9 0 2002541705 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8177] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8177/stat : 8177 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002541705 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8178] ppid=8169 vsize=869428 CPUtime=0
/proc/8170/task/8178/stat : 8178 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002541705 890294272 22394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 888384

[startup+25.5028 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 8178
/proc/meminfo: memFree=1396336/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.88
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 974 8177 0 1 3 1 78 6 15 0 1 0 2002541605 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 797 370 3 0 500 0
[pid=8169] ppid=8156 vsize=5356 CPUtime=0
/proc/8169/stat : 8169 (sh) S 8156 8156 6396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002541701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8169/statm: 1339 233 193 169 0 50 0
[pid=8170] ppid=8169 vsize=869540 CPUtime=24.23
/proc/8170/stat : 8170 (java) S 8169 8156 6396 0 -1 0 34306 0 1 0 2375 48 0 0 18 0 9 0 2002541701 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8170/statm: 217385 23997 2566 9 0 211932 0
[pid=8170/tid=8171] ppid=8169 vsize=869540 CPUtime=21.03
/proc/8170/task/8171/stat : 8171 (java) R 8169 8156 6396 0 -1 64 4204 0 1 0 2072 31 0 0 25 0 9 0 2002541702 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4127022459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8172] ppid=8169 vsize=869540 CPUtime=2.88
/proc/8170/task/8172/stat : 8172 (java) S 8169 8156 6396 0 -1 64 27904 0 0 0 273 15 0 0 16 0 9 0 2002541703 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8173] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8173/stat : 8173 (java) S 8169 8156 6396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002541703 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8174] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8174/stat : 8174 (java) S 8169 8156 6396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002541703 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8175] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8175/stat : 8175 (java) S 8169 8156 6396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002541705 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8176] ppid=8169 vsize=869540 CPUtime=0.29
/proc/8170/task/8176/stat : 8176 (java) S 8169 8156 6396 0 -1 64 1504 0 0 0 28 1 0 0 16 0 9 0 2002541705 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8177] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8177/stat : 8177 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002541705 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8178] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8178/stat : 8178 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002541705 890408960 23997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 888496

[startup+51.1026 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 8178
/proc/meminfo: memFree=1224432/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=0.88
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 974 8177 0 1 3 1 78 6 16 0 1 0 2002541605 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 797 370 3 0 500 0
[pid=8169] ppid=8156 vsize=5356 CPUtime=0
/proc/8169/stat : 8169 (sh) S 8156 8156 6396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002541701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8169/statm: 1339 233 193 169 0 50 0
[pid=8170] ppid=8169 vsize=869540 CPUtime=49.54
/proc/8170/stat : 8170 (java) S 8169 8156 6396 0 -1 0 34690 0 1 0 4831 123 0 0 18 0 9 0 2002541701 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8170/statm: 217385 24001 2566 9 0 211932 0
[pid=8170/tid=8171] ppid=8169 vsize=869540 CPUtime=46.11
/proc/8170/task/8171/stat : 8171 (java) R 8169 8156 6396 0 -1 64 4584 0 1 0 4508 103 0 0 25 0 9 0 2002541702 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4126607734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8172] ppid=8169 vsize=869540 CPUtime=3.09
/proc/8170/task/8172/stat : 8172 (java) S 8169 8156 6396 0 -1 64 27904 0 0 0 292 17 0 0 16 0 9 0 2002541703 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8173] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8173/stat : 8173 (java) S 8169 8156 6396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002541703 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8174] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8174/stat : 8174 (java) S 8169 8156 6396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002541703 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8175] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8175/stat : 8175 (java) S 8169 8156 6396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002541705 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8176] ppid=8169 vsize=869540 CPUtime=0.3
/proc/8170/task/8176/stat : 8176 (java) S 8169 8156 6396 0 -1 64 1508 0 0 0 29 1 0 0 17 0 9 0 2002541705 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8177] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8177/stat : 8177 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002541705 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8170/tid=8178] ppid=8169 vsize=869540 CPUtime=0
/proc/8170/task/8178/stat : 8178 (java) S 8169 8156 6396 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002541705 890408960 24001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 888496

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/86 8180
/proc/meminfo: memFree=64240/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=88.35
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 1033 44053 0 2 3 1 8520 311 15 0 1 0 2002541605 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 799 370 3 0 500 0
[pid=8179] ppid=8156 vsize=5356 CPUtime=0
/proc/8179/stat : 8179 (sh) S 8156 8156 6396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002550582 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8179/statm: 1339 232 193 169 0 50 0
[pid=8180] ppid=8179 vsize=875112 CPUtime=12.4
/proc/8180/stat : 8180 (minisat) R 8179 8156 6396 0 -1 4194304 206395 0 0 0 1095 145 0 0 25 0 1 0 2002550582 896114688 206381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8180/statm: 218778 206381 76 150 0 218625 0
Current children cumulated CPU time (s) 100.75
Current children cumulated vsize (KiB) 894068



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+105.002 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 8180
/proc/meminfo: memFree=27312/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=88.35
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 1033 44053 0 2 3 1 8520 311 16 0 1 0 2002541605 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 799 370 3 0 500 0
[pid=8179] ppid=8156 vsize=5356 CPUtime=0
/proc/8179/stat : 8179 (sh) S 8156 8156 6396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002550582 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8179/statm: 1339 232 193 169 0 50 0
[pid=8180] ppid=8179 vsize=903188 CPUtime=15.07
/proc/8180/stat : 8180 (minisat) R 8179 8156 6396 0 -1 4194304 213263 0 0 0 1359 148 0 0 25 0 1 0 2002550582 924864512 213249 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/8180/statm: 225797 213249 76 150 0 225644 0
Current children cumulated CPU time (s) 103.42
Current children cumulated vsize (KiB) 922144

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

[startup+105.122 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 8180
/proc/meminfo: memFree=27312/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=88.35
/proc/8156/stat : 8156 (sugar) S 8154 8156 6396 0 -1 4194304 1044 44053 0 2 3 1 8520 311 15 0 1 0 2002541605 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/8156/statm: 3400 799 370 3 0 500 0
[pid=8179] ppid=8156 vsize=0 CPUtime=0
/proc/8179/stat : 8179 (sh) Z 8156 8156 6396 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002550582 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/8179/statm: 0 0 0 0 0 0 0
[pid=8180] ppid=1 vsize=0 CPUtime=15.19
/proc/8180/stat : 8180 (minisat) R 1 8156 6396 0 -1 4195332 213263 0 0 0 1359 160 0 0 25 0 1 0 2002550582 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/8180/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.54
Current children cumulated vsize (KiB) 13600

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

[startup+105.202 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 8180
/proc/meminfo: memFree=27312/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=88.4
/proc/8156/stat : 8156 (sugar) R 8154 8156 6396 0 -1 4194304 1069 44330 0 2 3 6 8520 311 16 0 1 0 2002541605 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8156/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 88.4
Current children cumulated vsize (KiB) 13600

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

[startup+105.202 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 8180
/proc/meminfo: memFree=27312/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=88.4
/proc/8156/stat : 8156 (sugar) R 8154 8156 6396 0 -1 4194304 1069 44330 0 2 3 6 8520 311 16 0 1 0 2002541605 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8156/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 88.4
Current children cumulated vsize (KiB) 13600

[startup+105.303 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 8180
/proc/meminfo: memFree=27312/2055920 swapFree=4178936/4192956
[pid=8156] ppid=8154 vsize=13600 CPUtime=88.51
/proc/8156/stat : 8156 (sugar) R 8154 8156 6396 0 -1 4194304 1069 44330 0 2 3 17 8520 311 16 0 1 0 2002541605 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8156/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 88.51
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.14
#  lost CPU user time (s): 13.59
#  lost CPU system time (s): 1.55

Real time (s): 105.384
CPU time (s): 103.752
CPU user time (s): 98.832
CPU system time (s): 4.91949
CPU usage (%): 98.4511
Max. virtual memory (cumulated for all children) (KiB): 922144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.242
system time used= 3.36949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45430
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= 16539
involuntary context switches= 18036

runsolver used 0.148977 second user time and 0.369943 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-05 07:28:32
IDJOB=1085814
IDBENCH=57709
IDSOLVER=346
FILE ID=node64/1085814-1215235712
PBS_JOBID= 7881907
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-10.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-1085814-1215235712/watcher-1085814-1215235712 -o /tmp/evaluation-result-1085814-1215235712/solver-1085814-1215235712 -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-1085814-1215235712.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d6ee339ced60fef54ae03150e03169e
RANDOM SEED=820118982

node64.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.248
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.248
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:       1594856 kB
Buffers:         41428 kB
Cached:         209020 kB
SwapCached:       7408 kB
Active:         316584 kB
Inactive:        88824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594856 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            4564 kB
Writeback:           0 kB
Mapped:         166200 kB
Slab:            40468 kB
Committed_AS:  4757928 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node64 at 2008-07-05 07:30:20