Trace number 1112619

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incNo Cert. 110.572 115.578

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen10.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints67
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Thu Aug  7 20:23:48 2008
0.00/0.07	c 0	PID 15505
0.06/0.07	c 0	HOST node71.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1112619-1218133428.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112619-1218133428.xml' 'HOME/temp.csp'
0.06/0.66	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 1	Parsing HOME/temp.csp
0.91/1.03	c 1	parsed 4790 expressions
0.91/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.07	c 1	MAX CSP: 4103 constraints
0.91/1.07	c 1	Converting to clausal form CSP
1.11/1.29	c 1	converted 890 (10%) expressions
1.70/1.86	c 2	converted 1780 (20%) expressions
2.20/2.35	c 2	converted 2669 (30%) expressions
2.69/2.83	c 3	converted 3559 (40%) expressions
3.09/3.29	c 3	converted 4448 (50%) expressions
3.57/3.74	c 4	converted 5338 (60%) expressions
3.97/4.13	c 4	converted 6228 (70%) expressions
4.46/4.62	c 4	converted 7117 (80%) expressions
4.86/5.08	c 5	converted 8007 (90%) expressions
5.75/5.99	c 6	converted 8896 (100%) expressions
5.75/5.99	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 6155
5.75/5.99	c 6	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.99	c 6	Propagation in CSP
5.95/6.19	c 6	4099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.95/6.19	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 4104
5.95/6.19	c 6	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.21	c 6	Simplifing CSP by introducing new Boolean variables
6.05/6.25	c 6	CSP : 8886 integers, 8534 booleans, 21522 clauses, largest domain size 4104
6.05/6.25	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.16/6.38	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.46/6.64	c 6	889 (10%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.46/6.64	c 6	1778 (20%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.46/6.65	c 6	2666 (30%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.46/6.65	c 6	3555 (40%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.46/6.65	c 6	4443 (50%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.46/6.66	c 7	5332 (60%) CSP integer variables are encoded (33846 clauses, 486090 bytes)
6.46/6.67	c 7	6221 (70%) CSP integer variables are encoded (41491 clauses, 600765 bytes)
6.46/6.69	c 7	7109 (80%) CSP integer variables are encoded (51983 clauses, 758145 bytes)
6.46/6.70	c 7	7998 (90%) CSP integer variables are encoded (60165 clauses, 880875 bytes)
6.56/6.77	c 7	8886 (100%) CSP integer variables are encoded (115781 clauses, 1763550 bytes)
6.86/7.07	c 7	2153 (10%) CSP clauses are encoded (161493 clauses, 2714685 bytes)
7.06/7.29	c 7	4305 (20%) CSP clauses are encoded (202996 clauses, 3590249 bytes)
7.36/7.54	c 7	6457 (30%) CSP clauses are encoded (249813 clauses, 4585137 bytes)
7.56/7.75	c 8	8609 (40%) CSP clauses are encoded (290519 clauses, 5470344 bytes)
7.76/7.96	c 8	10761 (50%) CSP clauses are encoded (331177 clauses, 6388314 bytes)
8.04/8.20	c 8	12914 (60%) CSP clauses are encoded (373141 clauses, 7337065 bytes)
8.73/8.92	c 9	15066 (70%) CSP clauses are encoded (728562 clauses, 14892280 bytes)
10.80/11.03	c 11	17218 (80%) CSP clauses are encoded (1813548 clauses, 38080219 bytes)
16.64/16.96	c 17	19370 (90%) CSP clauses are encoded (4999346 clauses, 106410612 bytes)
51.65/52.80	c 53	21522 (100%) CSP clauses are encoded (21602276 clauses, 495946781 bytes)
51.65/52.80	c 53	21522 CSP clauses encoded
51.65/52.80	c 53	Writing map file : HOME/temp.map
51.75/52.87	c 53	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.75/52.87	c 53	SAT : 133201 SAT variables, 21602276 SAT clauses, 495946781 bytes
51.75/52.87	c 53	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.81/52.94	c 53	OBJECTIVE minimize _COST
51.81/52.94	c 53	SOLVING HOME/temp.cnf
51.81/52.94	c 53	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
51.81/52.94	c 53	This is MiniSat 2.0 beta incremental
51.81/52.94	c 53	WARNING: for repeatability, setting FPU to use double precision
51.81/52.95	c 53	============================[ Problem Statistics ]=============================
51.81/52.95	c 53	|                                                                             |
51.81/52.95	c 53	|  Number of variables:  133201                                               |
51.81/52.95	c 53	|  Number of clauses:    21602276                                             |
62.59/64.55	c 64	|  Parsing time:         9.15         s                                       |
62.96/65.06	c 65	OK
62.96/65.07	c 65	OBJECTIVE BOUND: 0 <= _COST <= 
62.96/65.07	c 65	SEARCHING: _COST <= 2052
62.96/65.07	c 65	============================[ Search Statistics ]==============================
62.96/65.07	c 65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
62.96/65.07	c 65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
62.96/65.07	c 65	===============================================================================
62.96/65.07	c 65	|         0 |  133201 21602276 64489933 |  7200758        0    nan |  0.000 % |
66.00/68.10	c 68	|       101 |  133201 21602276 64489933 |  7920834      101     71 |  0.000 % |
66.70/68.80	c 69	|       251 |  133201 21602276 64489933 |  8712917      251     46 |  0.000 % |
68.77/70.90	c 71	|       478 |  133201 21602276 64489933 |  9584209      478     51 |  0.000 % |
72.63/74.83	c 75	|       815 |  133201 21602276 64489933 | 10542630      815     59 |  0.000 % |
74.02/76.21	c 76	|      1321 |  133201 21602276 64489933 | 11596893     1321     46 |  0.000 % |
79.26/81.57	c 81	|      2080 |  133201 21602276 64489933 | 12756583     2080     59 |  0.000 % |
83.32/85.62	c 85	|      3219 |  133201 21602276 64489933 | 14032241     3219     81 |  0.000 % |
97.17/99.62	c 99	|      4930 |  133201 21602276 64489933 | 15435465     4930     62 |  0.000 % |
109.86/112.45	c 112	===============================================================================
109.86/112.48	c 112	restarts              : 9
109.86/112.48	c 112	conflicts             : 6640          (118 /sec)
109.86/112.48	c 112	decisions             : 42872         (0.50 % random) (762 /sec)
109.86/112.48	c 112	propagations          : 21671643       (385093 /sec)
109.86/112.48	c 112	conflict literals     : 392215         (14.22 % deleted)
109.86/112.48	c 112	Memory used           : 882.39 MB
109.86/112.48	c 112	CPU time              : 56.2764 s
109.86/112.48	c 112	
109.86/112.48	c 112	SATISFIABLE
109.92/112.54	c 112	OK
109.92/112.54	c 112	FOUND: _COST <= 2052
109.92/112.54	s SATISFIABLE
109.92/112.54	c 112	DECODING HOME/temp.out WITH HOME/temp.map
109.92/112.54	c 112	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
109.96/112.86	c 113	Decoding HOME/temp.out
110.37/113.23	c ERROR INTERRUPTED
110.49/113.36	c 113	CPU 104 (0.07 0.02 103.93 6.11)
110.49/113.36	c 113	END Thu Aug  7 20:25:41 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112619-1218133428/watcher-1112619-1218133428 -o /tmp/evaluation-result-1112619-1218133428/solver-1112619-1218133428 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112619-1218133428.xml 

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


[startup+0 s]
/proc/loadavg: 2.80 2.81 1.42 4/82 15505
/proc/meminfo: memFree=1441640/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=18572 CPUtime=0
/proc/15505/stat : 15505 (runsolver) R 15503 15505 14429 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140429436 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15505/statm: 4643 292 257 25 0 2626 0

[startup+0.0761891 s]
/proc/loadavg: 2.80 2.81 1.42 4/82 15505
/proc/meminfo: memFree=1441640/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.06
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1143 0 0 0 4 2 0 0 18 0 1 0 140429436 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101614 s]
/proc/loadavg: 2.80 2.81 1.42 4/82 15505
/proc/meminfo: memFree=1441640/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.06
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302652 s]
/proc/loadavg: 2.80 2.81 1.42 4/82 15505
/proc/meminfo: memFree=1441640/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.06
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701735 s]
/proc/loadavg: 2.80 2.81 1.42 4/82 15505
/proc/meminfo: memFree=1441640/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.06
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1236 128 0 0 4 2 0 0 16 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50191 s]
/proc/loadavg: 2.81 2.82 1.43 3/93 15527
/proc/meminfo: memFree=1418192/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.64
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1296 7090 0 1 4 2 53 5 15 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
[pid=15518] ppid=15505 vsize=5356 CPUtime=0
/proc/15518/stat : 15518 (sh) S 15505 15505 14429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140429507 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15518/statm: 1339 233 193 169 0 50 0
[pid=15519] ppid=15518 vsize=866740 CPUtime=0.76
/proc/15519/stat : 15519 (java) S 15518 15505 14429 0 -1 0 5117 0 1 0 73 3 0 0 20 0 9 0 140429507 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15519/statm: 216685 4530 1732 9 0 211260 0
[pid=15519/tid=15520] ppid=15518 vsize=866740 CPUtime=0.54
/proc/15519/task/15520/stat : 15520 (java) R 15518 15505 14429 0 -1 64 2671 0 1 0 53 1 0 0 25 0 9 0 140429508 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15521] ppid=15518 vsize=866740 CPUtime=0.05
/proc/15519/task/15521/stat : 15521 (java) S 15518 15505 14429 0 -1 64 784 0 0 0 5 0 0 0 16 0 9 0 140429509 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15522] ppid=15518 vsize=866740 CPUtime=0
/proc/15519/task/15522/stat : 15522 (java) S 15518 15505 14429 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 140429509 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15523] ppid=15518 vsize=866740 CPUtime=0
/proc/15519/task/15523/stat : 15523 (java) S 15518 15505 14429 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 140429509 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15524] ppid=15518 vsize=866740 CPUtime=0
/proc/15519/task/15524/stat : 15524 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15525] ppid=15518 vsize=866740 CPUtime=0.14
/proc/15519/task/15525/stat : 15525 (java) R 15518 15505 14429 0 -1 64 971 0 0 0 14 0 0 0 16 0 9 0 140429511 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 101997252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15526] ppid=15518 vsize=866740 CPUtime=0
/proc/15519/task/15526/stat : 15526 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15527] ppid=15518 vsize=866740 CPUtime=0
/proc/15519/task/15527/stat : 15527 (java) S 15518 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140429511 887541760 4530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 888836

[startup+3.10225 s]
/proc/loadavg: 2.81 2.82 1.43 3/93 15527
/proc/meminfo: memFree=1395600/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.64
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1296 7090 0 1 4 2 53 5 15 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
[pid=15518] ppid=15505 vsize=5356 CPUtime=0
/proc/15518/stat : 15518 (sh) S 15505 15505 14429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140429507 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15518/statm: 1339 233 193 169 0 50 0
[pid=15519] ppid=15518 vsize=868380 CPUtime=2.35
/proc/15519/stat : 15519 (java) S 15518 15505 14429 0 -1 0 7589 0 1 0 230 5 0 0 20 0 9 0 140429507 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15519/statm: 217095 6675 2540 9 0 211670 0
[pid=15519/tid=15520] ppid=15518 vsize=868380 CPUtime=1.95
/proc/15519/task/15520/stat : 15520 (java) R 15518 15505 14429 0 -1 64 2788 0 1 0 194 1 0 0 25 0 9 0 140429508 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4126597796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15521] ppid=15518 vsize=868380 CPUtime=0.17
/proc/15519/task/15521/stat : 15521 (java) S 15518 15505 14429 0 -1 64 2634 0 0 0 16 1 0 0 16 0 9 0 140429509 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15522] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15522/stat : 15522 (java) S 15518 15505 14429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140429509 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15523] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15523/stat : 15523 (java) S 15518 15505 14429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140429509 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15524] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15524/stat : 15524 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15525] ppid=15518 vsize=868380 CPUtime=0.19
/proc/15519/task/15525/stat : 15525 (java) S 15518 15505 14429 0 -1 64 1475 0 0 0 19 0 0 0 16 0 9 0 140429511 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15526] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15526/stat : 15526 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15527] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15527/stat : 15527 (java) R 15518 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140429511 889221120 6675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890476

[startup+6.30195 s]
/proc/loadavg: 2.81 2.82 1.43 3/93 15529
/proc/meminfo: memFree=1349072/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.65
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1297 7090 0 1 5 2 53 5 15 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
[pid=15518] ppid=15505 vsize=5356 CPUtime=0
/proc/15518/stat : 15518 (sh) S 15505 15505 14429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140429507 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15518/statm: 1339 233 193 169 0 50 0
[pid=15519] ppid=15518 vsize=868380 CPUtime=5.51
/proc/15519/stat : 15519 (java) S 15518 15505 14429 0 -1 0 11786 0 1 0 543 8 0 0 20 0 9 0 140429507 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15519/statm: 217095 9366 2540 9 0 211670 0
[pid=15519/tid=15520] ppid=15518 vsize=868380 CPUtime=4.65
/proc/15519/task/15520/stat : 15520 (java) R 15518 15505 14429 0 -1 64 3127 0 1 0 463 2 0 0 25 0 9 0 140429508 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15521] ppid=15518 vsize=868380 CPUtime=0.59
/proc/15519/task/15521/stat : 15521 (java) R 15518 15505 14429 0 -1 64 6466 0 0 0 55 4 0 0 16 0 9 0 140429509 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 104181579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15522] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15522/stat : 15522 (java) S 15518 15505 14429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140429509 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15523] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15523/stat : 15523 (java) S 15518 15505 14429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140429509 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15524] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15524/stat : 15524 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15525] ppid=15518 vsize=868380 CPUtime=0.23
/proc/15519/task/15525/stat : 15525 (java) S 15518 15505 14429 0 -1 64 1501 0 0 0 23 0 0 0 15 0 9 0 140429511 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15526] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15526/stat : 15526 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15527] ppid=15518 vsize=868380 CPUtime=0
/proc/15519/task/15527/stat : 15527 (java) S 15518 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140429511 889221120 9366 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890476

[startup+12.7023 s]
/proc/loadavg: 2.76 2.81 1.44 3/93 15529
/proc/meminfo: memFree=1202640/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.65
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1297 7090 0 1 5 2 53 5 16 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
[pid=15518] ppid=15505 vsize=5356 CPUtime=0
/proc/15518/stat : 15518 (sh) S 15505 15505 14429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140429507 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15518/statm: 1339 233 193 169 0 50 0
[pid=15519] ppid=15518 vsize=868492 CPUtime=11.83
/proc/15519/stat : 15519 (java) S 15518 15505 14429 0 -1 0 12935 0 1 0 1125 58 0 0 20 0 9 0 140429507 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15519/statm: 217123 9452 2566 9 0 211670 0
[pid=15519/tid=15520] ppid=15518 vsize=868492 CPUtime=10.5
/proc/15519/task/15520/stat : 15520 (java) R 15518 15505 14429 0 -1 64 4237 0 1 0 1006 44 0 0 25 0 9 0 140429508 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4127075477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15521] ppid=15518 vsize=868492 CPUtime=1.01
/proc/15519/task/15521/stat : 15521 (java) S 15518 15505 14429 0 -1 64 6467 0 0 0 90 11 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15522] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15522/stat : 15522 (java) S 15518 15505 14429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15523] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15523/stat : 15523 (java) S 15518 15505 14429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15524] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15524/stat : 15524 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15525] ppid=15518 vsize=868492 CPUtime=0.29
/proc/15519/task/15525/stat : 15525 (java) S 15518 15505 14429 0 -1 64 1539 0 0 0 28 1 0 0 15 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15526] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15526/stat : 15526 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15527] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15527/stat : 15527 (java) S 15518 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 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) 890588

[startup+25.5031 s]
/proc/loadavg: 2.79 2.81 1.45 3/93 15529
/proc/meminfo: memFree=912400/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=16740 CPUtime=0.65
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1297 7090 0 1 5 2 53 5 16 0 1 0 140429436 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15505/statm: 4185 1104 409 3 0 764 0
[pid=15518] ppid=15505 vsize=5356 CPUtime=0
/proc/15518/stat : 15518 (sh) S 15505 15505 14429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140429507 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15518/statm: 1339 233 193 169 0 50 0
[pid=15519] ppid=15518 vsize=868492 CPUtime=24.46
/proc/15519/stat : 15519 (java) S 15518 15505 14429 0 -1 0 15056 0 1 0 2286 160 0 0 20 0 9 0 140429507 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15519/statm: 217123 9452 2566 9 0 211670 0
[pid=15519/tid=15520] ppid=15518 vsize=868492 CPUtime=22.46
/proc/15519/task/15520/stat : 15520 (java) R 15518 15505 14429 0 -1 64 6358 0 1 0 2112 134 0 0 25 0 9 0 140429508 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 102064761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15521] ppid=15518 vsize=868492 CPUtime=1.66
/proc/15519/task/15521/stat : 15521 (java) S 15518 15505 14429 0 -1 64 6467 0 0 0 144 22 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15522] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15522/stat : 15522 (java) S 15518 15505 14429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15523] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15523/stat : 15523 (java) S 15518 15505 14429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15519/tid=15522] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15522/stat : 15522 (java) S 15518 15505 14429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15523] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15523/stat : 15523 (java) S 15518 15505 14429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140429509 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15524] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15524/stat : 15524 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15525] ppid=15518 vsize=868492 CPUtime=0.29
/proc/15519/task/15525/stat : 15525 (java) S 15518 15505 14429 0 -1 64 1539 0 0 0 28 1 0 0 15 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15519/tid=15526] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15526/stat : 15526 (java) S 15518 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15519/tid=15527] ppid=15518 vsize=868492 CPUtime=0
/proc/15519/task/15527/stat : 15527 (java) S 15518 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140429511 889335808 9452 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 890588

[startup+102.306 s]
/proc/loadavg: 2.47 2.69 1.52 3/84 15530
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=51.85
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1595 27729 1 2 7 2 4761 415 16 0 1 0 140429436 17682432 1244 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4317 1244 414 3 0 896 0
[pid=15530] ppid=15505 vsize=903172 CPUtime=47.99
/proc/15530/stat : 15530 (minisat-inc) R 15505 15505 14429 0 -1 4194304 219307 0 6 0 4620 179 0 0 25 0 1 0 140434730 924848128 219262 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/15530/statm: 225793 219262 74 151 0 225639 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 920440



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+113.202 s]
/proc/loadavg: 2.40 2.67 1.53 3/94 15540
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=51.85
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1663 27729 1 2 7 2 4761 415 16 0 1 0 140429436 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4317 1245 414 3 0 896 0
[pid=15530] ppid=15505 vsize=903568 CPUtime=58.11
/proc/15530/stat : 15530 (minisat-inc) S 15505 15505 14429 0 -1 4194304 219428 0 8 0 5631 180 0 0 23 0 1 0 140434730 925253632 219383 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15530/statm: 225892 219383 80 151 0 225738 0
[pid=15531] ppid=15505 vsize=5356 CPUtime=0
/proc/15531/stat : 15531 (sh) S 15505 15505 14429 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 140440690 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15531/statm: 1339 233 193 169 0 50 0
[pid=15532] ppid=15531 vsize=196364 CPUtime=0.41
/proc/15532/stat : 15532 (java) S 15531 15505 14429 0 -1 0 4259 0 2 0 38 3 0 0 18 0 9 0 140440699 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15532/statm: 49091 3721 1683 9 0 43673 0
[pid=15532/tid=15533] ppid=15531 vsize=196364 CPUtime=0.27
/proc/15532/task/15533/stat : 15533 (java) R 15531 15505 14429 0 -1 64 2494 0 2 0 26 1 0 0 20 0 9 0 140440702 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4126597987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15534] ppid=15531 vsize=196364 CPUtime=0.02
/proc/15532/task/15534/stat : 15534 (java) S 15531 15505 14429 0 -1 64 631 0 0 0 2 0 0 0 16 0 9 0 140440713 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15535] ppid=15531 vsize=196364 CPUtime=0
/proc/15532/task/15535/stat : 15535 (java) S 15531 15505 14429 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 140440713 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15532/tid=15536] ppid=15531 vsize=196364 CPUtime=0
/proc/15532/task/15536/stat : 15536 (java) S 15531 15505 14429 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140440713 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15532/tid=15537] ppid=15531 vsize=196364 CPUtime=0
/proc/15532/task/15537/stat : 15537 (java) S 15531 15505 14429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140440716 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15538] ppid=15531 vsize=196364 CPUtime=0.09
/proc/15532/task/15538/stat : 15538 (java) S 15531 15505 14429 0 -1 64 443 0 0 0 9 0 0 0 16 0 9 0 140440716 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15539] ppid=15531 vsize=196364 CPUtime=0
/proc/15532/task/15539/stat : 15539 (java) S 15531 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 140440716 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15540] ppid=15531 vsize=196364 CPUtime=0
/proc/15532/task/15540/stat : 15540 (java) S 15531 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140440716 201076736 3721 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.37
Current children cumulated vsize (KiB) 1122556

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

[startup+113.331 s]
/proc/loadavg: 2.40 2.67 1.53 3/94 15540
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=51.85
/proc/15505/stat : 15505 (sugar++) S 15503 15505 14429 0 -1 4194304 1674 27729 1 2 7 2 4761 415 15 0 1 0 140429436 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15505/statm: 4317 1245 414 3 0 896 0
[pid=15530] ppid=15505 vsize=0 CPUtime=58.23
/proc/15530/stat : 15530 (minisat-inc) R 15505 15505 14429 0 -1 4195332 219428 0 8 0 5631 192 0 0 17 0 1 0 140434730 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/15530/statm: 0 0 0 0 0 0 0
[pid=15531] ppid=15505 vsize=0 CPUtime=0
/proc/15531/stat : 15531 (sh) Z 15505 15505 14429 0 -1 4195340 276 0 2 0 0 0 0 0 16 0 1 0 140440690 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15531/statm: 0 0 0 0 0 0 0
[pid=15532] ppid=1 vsize=197012 CPUtime=0.41
/proc/15532/stat : 15532 (java) S 1 15505 14429 0 -1 0 4281 0 2 0 38 3 0 0 16 0 9 0 140440699 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15532/statm: 49253 3740 1685 9 0 43835 0
[pid=15532/tid=15533] ppid=1 vsize=197012 CPUtime=0.27
/proc/15532/task/15533/stat : 15533 (java) R 1 15505 14429 0 -1 64 2494 0 2 0 26 1 0 0 20 0 9 0 140440702 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4126597987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15534] ppid=1 vsize=197012 CPUtime=0.02
/proc/15532/task/15534/stat : 15534 (java) R 1 15505 14429 0 -1 64 631 0 0 0 2 0 0 0 15 0 9 0 140440713 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15535] ppid=1 vsize=197012 CPUtime=0
/proc/15532/task/15535/stat : 15535 (java) S 1 15505 14429 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 140440713 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15532/tid=15536] ppid=1 vsize=197012 CPUtime=0
/proc/15532/task/15536/stat : 15536 (java) S 1 15505 14429 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140440713 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15532/tid=15538] ppid=1 vsize=197012 CPUtime=0.09
/proc/15532/task/15538/stat : 15538 (java) S 1 15505 14429 0 -1 64 443 0 0 0 9 0 0 0 16 0 9 0 140440716 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15532/tid=15539] ppid=1 vsize=197012 CPUtime=0
/proc/15532/task/15539/stat : 15539 (java) S 1 15505 14429 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 140440716 201740288 3740 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.49
Current children cumulated vsize (KiB) 214280

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

[startup+113.402 s]
/proc/loadavg: 2.40 2.67 1.53 3/94 15540
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=110.15
/proc/15505/stat : 15505 (sugar++) R 15503 15505 14429 0 -1 4194304 1702 247433 1 12 7 4 10393 611 16 0 1 0 140429436 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15505/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 110.15
Current children cumulated vsize (KiB) 17268

Sending SIGKILL to process tree (bottom up)

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

[startup+113.402 s]
/proc/loadavg: 2.40 2.67 1.53 3/94 15540
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=110.15
/proc/15505/stat : 15505 (sugar++) R 15503 15505 14429 0 -1 4194304 1702 247433 1 12 7 4 10393 611 16 0 1 0 140429436 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15505/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 110.15
Current children cumulated vsize (KiB) 17268

[startup+114.201 s]
/proc/loadavg: 2.40 2.67 1.53 3/94 15540
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=110.18
/proc/15505/stat : 15505 (sugar++) D 15503 15505 14429 0 -1 4194304 1702 247433 1 12 7 7 10393 611 15 0 1 0 140429436 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15505/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 110.18
Current children cumulated vsize (KiB) 17268

[startup+115.001 s]
/proc/loadavg: 2.40 2.67 1.53 2/84 15543
/proc/meminfo: memFree=992536/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=110.19
/proc/15505/stat : 15505 (sugar++) D 15503 15505 14429 0 -1 4194304 1702 247433 1 12 7 8 10393 611 15 0 1 0 140429436 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15505/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 110.19
Current children cumulated vsize (KiB) 17268

[startup+115.401 s]
/proc/loadavg: 2.40 2.67 1.53 2/83 15543
/proc/meminfo: memFree=979936/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=110.2
/proc/15505/stat : 15505 (sugar++) D 15503 15505 14429 0 -1 4194304 1702 247433 1 12 7 9 10393 611 15 0 1 0 140429436 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15505/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 110.2
Current children cumulated vsize (KiB) 17268

[startup+115.506 s]
/proc/loadavg: 2.40 2.67 1.53 2/83 15543
/proc/meminfo: memFree=979936/2055920 swapFree=4192812/4192956
[pid=15505] ppid=15503 vsize=17268 CPUtime=110.2
/proc/15505/stat : 15505 (sugar++) D 15503 15505 14429 0 -1 4194304 1702 247433 1 12 7 9 10393 611 15 0 1 0 140429436 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15505/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 110.2
Current children cumulated vsize (KiB) 17268

Child ended because it received signal 9 (SIGKILL)

# 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): 0.340004
#  lost CPU user time (s): 0.370003
#  lost CPU system time (s): -0.0299997

Real time (s): 115.578
CPU time (s): 110.572
CPU user time (s): 104.384
CPU system time (s): 6.18805
CPU usage (%): 95.6692
Max. virtual memory (cumulated for all children) (KiB): 1122556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.014
system time used= 6.21805
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249135
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65125
involuntary context switches= 67340

runsolver used 0.142978 second user time and 0.365944 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-08-07 20:23:48
IDJOB=1112619
IDBENCH=61446
IDSOLVER=367
FILE ID=node71/1112619-1218133428
PBS_JOBID= 8000832
Free space on /tmp= 66152 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen10.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112619-1218133428/watcher-1112619-1218133428 -o /tmp/evaluation-result-1112619-1218133428/solver-1112619-1218133428 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112619-1218133428.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=22426304

node71.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.263
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	: 5931.00
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.263
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:       1442184 kB
Buffers:          4484 kB
Cached:         459752 kB
SwapCached:          0 kB
Active:         536404 kB
Inactive:        12208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          210364 kB
Writeback:           0 kB
Mapped:         105428 kB
Slab:            50156 kB
Committed_AS:   257972 kB
PageTables:       2120 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= 64760 MiB
End job on node71 at 2008-08-07 20:25:43