Trace number 1112309

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. 129.979 132.278

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-20.xml
MD5SUMa9dc0248b5bac88ceea300c49a32664c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1677.64
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3819
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3819
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 14:18:01 2008
0.00/0.08	c 0	PID 23035
0.06/0.08	c 0	HOST node24.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112309-1215865081.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112309-1215865081.xml' 'HOME/temp.csp'
0.07/0.95	c 1	1 domains, 400 variables, 4 predicates, 0 relations, 3819 constraints
0.07/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.97	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.93/1.06	c 1	Parsing HOME/temp.csp
1.23/1.39	c 1	parsed 4224 expressions
1.23/1.39	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.43	c 1	MAX CSP: 3819 constraints
1.33/1.43	c 1	Converting to clausal form CSP
1.53/1.63	c 1	converted 805 (10%) expressions
1.63/1.72	c 1	converted 1610 (20%) expressions
1.63/1.78	c 2	converted 2414 (30%) expressions
1.72/1.89	c 2	converted 3219 (40%) expressions
1.83/1.95	c 2	converted 4023 (50%) expressions
1.83/1.99	c 2	converted 4828 (60%) expressions
1.92/2.04	c 2	converted 5633 (70%) expressions
1.92/2.10	c 2	converted 6437 (80%) expressions
2.02/2.20	c 2	converted 7242 (90%) expressions
2.51/2.63	c 2	converted 8046 (100%) expressions
2.51/2.63	c 2	CSP : 8038 integers, 5651 booleans, 21001 clauses, largest domain size 5729
2.51/2.63	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.63	c 2	Propagation in CSP
2.72/2.85	c 3	3810 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.86	c 3	CSP : 8038 integers, 5651 booleans, 21001 clauses, largest domain size 3820
2.72/2.86	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.87	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.90	c 3	CSP : 8038 integers, 9737 booleans, 25087 clauses, largest domain size 3820
2.81/2.90	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.09	c 3	804 (10%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
2.91/3.10	c 3	1608 (20%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
3.01/3.10	c 3	2412 (30%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
3.01/3.10	c 3	3216 (40%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
3.01/3.10	c 3	4019 (50%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
3.01/3.11	c 3	4823 (60%) CSP integer variables are encoded (15539 clauses, 216652 bytes)
3.01/3.12	c 3	5627 (70%) CSP integer variables are encoded (22349 clauses, 318802 bytes)
3.01/3.14	c 3	6431 (80%) CSP integer variables are encoded (31942 clauses, 462697 bytes)
3.01/3.15	c 3	7235 (90%) CSP integer variables are encoded (39346 clauses, 573757 bytes)
3.11/3.21	c 3	8038 (100%) CSP integer variables are encoded (87132 clauses, 1290547 bytes)
3.30/3.42	c 3	2509 (10%) CSP clauses are encoded (120326 clauses, 2053294 bytes)
3.40/3.57	c 3	5018 (20%) CSP clauses are encoded (152881 clauses, 2809787 bytes)
3.60/3.72	c 3	7527 (30%) CSP clauses are encoded (186180 clauses, 3609927 bytes)
3.70/3.88	c 4	10035 (40%) CSP clauses are encoded (219251 clauses, 4404981 bytes)
3.90/4.03	c 4	12544 (50%) CSP clauses are encoded (252611 clauses, 5216463 bytes)
3.99/4.18	c 4	15053 (60%) CSP clauses are encoded (285461 clauses, 6008091 bytes)
4.20/4.35	c 4	17561 (70%) CSP clauses are encoded (318454 clauses, 6834654 bytes)
5.98/6.13	c 6	20070 (80%) CSP clauses are encoded (1316001 clauses, 28124804 bytes)
11.28/11.75	c 12	22579 (90%) CSP clauses are encoded (4261468 clauses, 91264040 bytes)
37.19/38.32	c 38	25087 (100%) CSP clauses are encoded (18705699 clauses, 401087330 bytes)
37.19/38.32	c 38	25087 CSP clauses encoded
37.19/38.32	c 38	Writing map file : HOME/temp.map
37.19/38.38	c 38	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.19/38.38	c 38	SAT : 104907 SAT variables, 18705699 SAT clauses, 401087330 bytes
37.19/38.38	c 38	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.27/38.42	c 38	OBJECTIVE minimize _COST
37.27/38.42	c 38	SOLVING HOME/temp.cnf
37.27/38.42	c 38	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
37.27/38.43	c 38	This is MiniSat 2.0 beta incremental
37.27/38.43	c 38	WARNING: for repeatability, setting FPU to use double precision
37.27/38.43	c 38	============================[ Problem Statistics ]=============================
37.27/38.43	c 38	|                                                                             |
37.27/38.43	c 38	|  Number of variables:  104907                                               |
37.27/38.43	c 38	|  Number of clauses:    18705699                                             |
45.67/46.90	c 47	|  Parsing time:         7.26         s                                       |
45.97/47.27	c 47	OK
45.97/47.27	c 47	OBJECTIVE BOUND: 0 <= _COST <= 
45.97/47.27	c 47	SEARCHING: _COST <= 1910
45.97/47.27	c 47	============================[ Search Statistics ]==============================
45.97/47.27	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.97/47.27	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.97/47.27	c 47	===============================================================================
45.97/47.27	c 47	|         0 |  104907 18705699 55982477 |  6235233        0    nan |  0.000 % |
47.76/49.09	c 49	|       100 |  104907 18705699 55982477 |  6858756      100     10 |  0.000 % |
53.31/54.60	c 54	|       250 |  104907 18705699 55982477 |  7544631      250      8 |  0.000 % |
70.15/71.70	c 71	|       475 |  104907 18705699 55982477 |  8299095      475      7 |  0.000 % |
97.23/99.17	c 99	|       812 |  104907 18705699 55982477 |  9129004      812      6 |  0.000 % |
124.47/126.69	c 126	|      1318 |  104907 18705699 55982477 | 10041905     1318      6 |  0.000 % |
129.23/131.42	c 131	===============================================================================
129.23/131.42	c 131	restarts              : 6
129.23/131.42	c 131	conflicts             : 1402          (15 /sec)
129.23/131.42	c 131	decisions             : 653996        (0.55 % random) (7205 /sec)
129.23/131.42	c 131	propagations          : 16682523       (183801 /sec)
129.23/131.42	c 131	conflict literals     : 8003           (3.30 % deleted)
129.23/131.42	c 131	Memory used           : 798.52 MB
129.23/131.42	c 131	CPU time              : 90.7642 s
129.23/131.42	c 131	
129.23/131.42	c 131	SATISFIABLE
129.23/131.46	c 131	OK
129.23/131.46	c 131	FOUND: _COST <= 1910
129.23/131.46	s SATISFIABLE
129.23/131.46	c 131	DECODING HOME/temp.out WITH HOME/temp.map
129.23/131.46	c 131	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
129.29/131.55	c 131	Decoding HOME/temp.out
129.70/131.93	c ERROR INTERRUPTED
129.38/132.09	c 132	CPU 125.15 (0.08 0.01 125.07 4.27)
129.38/132.09	c 132	END Sat Jul 12 14:20:13 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-1112309-1215865081/watcher-1112309-1215865081 -o /tmp/evaluation-result-1112309-1215865081/solver-1112309-1215865081 -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-1112309-1215865081.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.13 2.25 2.18 4/81 23035
/proc/meminfo: memFree=1904472/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=12268 CPUtime=0
/proc/23035/stat : 23035 (sugar++) R 23033 23035 22351 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43210971 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237788428901 0 0 4224 0 0 0 0 17 1 0 0
/proc/23035/statm: 3067 316 241 3 0 167 0

[startup+0.0814771 s]
/proc/loadavg: 2.13 2.25 2.18 4/81 23035
/proc/meminfo: memFree=1904472/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.06
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1143 0 0 0 6 0 0 0 18 0 1 0 43210971 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102572 s]
/proc/loadavg: 2.13 2.25 2.18 4/81 23035
/proc/meminfo: memFree=1904472/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.07
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302587 s]
/proc/loadavg: 2.13 2.25 2.18 4/81 23035
/proc/meminfo: memFree=1904472/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.07
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70263 s]
/proc/loadavg: 2.13 2.25 2.18 4/81 23035
/proc/meminfo: memFree=1904472/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.07
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50172 s]
/proc/loadavg: 2.13 2.25 2.18 3/88 23053
/proc/meminfo: memFree=1899040/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.92
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1296 6898 0 1 6 1 82 3 15 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
[pid=23048] ppid=23035 vsize=5356 CPUtime=0
/proc/23048/stat : 23048 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43211069 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23048/statm: 1339 233 193 169 0 50 0
[pid=23049] ppid=23048 vsize=864296 CPUtime=0.51
/proc/23049/stat : 23049 (java) S 23048 23035 22351 0 -1 0 4316 0 1 0 48 3 0 0 18 0 9 0 43211069 885039104 3769 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23049/statm: 216074 3769 1732 9 0 210649 0
[pid=23049/tid=23050] ppid=23048 vsize=864296 CPUtime=0.36
/proc/23049/task/23050/stat : 23050 (java) R 23048 23035 22351 0 -1 64 2645 0 1 0 35 1 0 0 18 0 9 0 43211070 885039104 3769 996147200 134512640 134550740 4294955920 18446744073709551615 4125958356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23051] ppid=23048 vsize=864296 CPUtime=0.02
/proc/23049/task/23051/stat : 23051 (java) S 23048 23035 22351 0 -1 64 626 0 0 0 2 0 0 0 16 0 9 0 43211071 885039104 3769 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23052] ppid=23048 vsize=864296 CPUtime=0
/proc/23049/task/23052/stat : 23052 (java) S 23048 23035 22351 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 43211071 885039104 3769 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23053] ppid=23048 vsize=864296 CPUtime=0
/proc/23049/task/23053/stat : 23053 (java) S 23048 23035 22351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43211071 885039104 3769 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886392

[startup+3.10233 s]
/proc/loadavg: 2.13 2.25 2.18 3/92 23057
/proc/meminfo: memFree=1882688/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.92
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1297 6898 0 1 6 1 82 3 15 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
[pid=23048] ppid=23035 vsize=5356 CPUtime=0
/proc/23048/stat : 23048 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43211069 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23048/statm: 1339 233 193 169 0 50 0
[pid=23049] ppid=23048 vsize=868524 CPUtime=2.09
/proc/23049/stat : 23049 (java) S 23048 23035 22351 0 -1 0 10173 0 1 0 202 7 0 0 18 0 9 0 43211069 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23049/statm: 217131 9196 2566 9 0 211678 0
[pid=23049/tid=23050] ppid=23048 vsize=868524 CPUtime=1.34
/proc/23049/task/23050/stat : 23050 (java) R 23048 23035 22351 0 -1 64 2898 0 1 0 132 2 0 0 24 0 9 0 43211070 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23051] ppid=23048 vsize=868524 CPUtime=0.44
/proc/23049/task/23051/stat : 23051 (java) S 23048 23035 22351 0 -1 64 5065 0 0 0 42 2 0 0 15 0 9 0 43211071 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23052] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23052/stat : 23052 (java) S 23048 23035 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23053] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23053/stat : 23053 (java) S 23048 23035 22351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23054] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23054/stat : 23054 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43211074 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23055] ppid=23048 vsize=868524 CPUtime=0.27
/proc/23049/task/23055/stat : 23055 (java) S 23048 23035 22351 0 -1 64 1517 0 0 0 26 1 0 0 16 0 9 0 43211074 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23056] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23056/stat : 23056 (java) S 23048 23035 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43211074 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23057] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23057/stat : 23057 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43211074 889368576 9196 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890620

[startup+6.30221 s]
/proc/loadavg: 2.12 2.24 2.18 3/92 23057
/proc/meminfo: memFree=1854656/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.92
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1297 6898 0 1 6 1 82 3 16 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
[pid=23048] ppid=23035 vsize=5356 CPUtime=0
/proc/23048/stat : 23048 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43211069 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23048/statm: 1339 233 193 169 0 50 0
[pid=23049] ppid=23048 vsize=868524 CPUtime=5.25
/proc/23049/stat : 23049 (java) S 23048 23035 22351 0 -1 0 10756 0 1 0 497 28 0 0 18 0 9 0 43211069 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23049/statm: 217131 9216 2566 9 0 211678 0
[pid=23049/tid=23050] ppid=23048 vsize=868524 CPUtime=4.31
/proc/23049/task/23050/stat : 23050 (java) R 23048 23035 22351 0 -1 64 3463 0 1 0 411 20 0 0 25 0 9 0 43211070 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4126477210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23051] ppid=23048 vsize=868524 CPUtime=0.61
/proc/23049/task/23051/stat : 23051 (java) S 23048 23035 22351 0 -1 64 5065 0 0 0 56 5 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23052] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23052/stat : 23052 (java) S 23048 23035 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23053] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23053/stat : 23053 (java) S 23048 23035 22351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23054] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23054/stat : 23054 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23055] ppid=23048 vsize=868524 CPUtime=0.3
/proc/23049/task/23055/stat : 23055 (java) S 23048 23035 22351 0 -1 64 1535 0 0 0 29 1 0 0 15 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23056] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23056/stat : 23056 (java) S 23048 23035 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23057] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23057/stat : 23057 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890620

[startup+12.7029 s]
/proc/loadavg: 2.11 2.24 2.18 3/92 23059
/proc/meminfo: memFree=1778544/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.92
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1297 6898 0 1 6 1 82 3 16 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
[pid=23048] ppid=23035 vsize=5356 CPUtime=0
/proc/23048/stat : 23048 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43211069 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23048/statm: 1339 233 193 169 0 50 0
[pid=23049] ppid=23048 vsize=868524 CPUtime=11.34
/proc/23049/stat : 23049 (java) S 23048 23035 22351 0 -1 0 12002 0 1 0 1059 75 0 0 18 0 9 0 43211069 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23049/statm: 217131 9216 2566 9 0 211678 0
[pid=23049/tid=23050] ppid=23048 vsize=868524 CPUtime=10.02
/proc/23049/task/23050/stat : 23050 (java) R 23048 23035 22351 0 -1 64 4709 0 1 0 941 61 0 0 25 0 9 0 43211070 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4126930615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23051] ppid=23048 vsize=868524 CPUtime=1
/proc/23049/task/23051/stat : 23051 (java) S 23048 23035 22351 0 -1 64 5065 0 0 0 88 12 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23052] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23052/stat : 23052 (java) S 23048 23035 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23053] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23053/stat : 23053 (java) S 23048 23035 22351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23054] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23054/stat : 23054 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23055] ppid=23048 vsize=868524 CPUtime=0.3
/proc/23049/task/23055/stat : 23055 (java) S 23048 23035 22351 0 -1 64 1535 0 0 0 29 1 0 0 15 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23056] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23056/stat : 23056 (java) S 23048 23035 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23057] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23057/stat : 23057 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890620

[startup+25.5022 s]
/proc/loadavg: 2.32 2.28 2.19 3/92 23059
/proc/meminfo: memFree=1625280/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=16740 CPUtime=0.92
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1297 6898 0 1 6 1 82 3 16 0 1 0 43210971 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4185 1104 409 3 0 764 0
[pid=23048] ppid=23035 vsize=5356 CPUtime=0
/proc/23048/stat : 23048 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43211069 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23048/statm: 1339 233 193 169 0 50 0
[pid=23049] ppid=23048 vsize=868524 CPUtime=23.8
/proc/23049/stat : 23049 (java) S 23048 23035 22351 0 -1 0 14551 0 1 0 2201 179 0 0 18 0 9 0 43211069 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23049/statm: 217131 9216 2566 9 0 211678 0
[pid=23049/tid=23050] ppid=23048 vsize=868524 CPUtime=21.7
/proc/23049/task/23050/stat : 23050 (java) R 23048 23035 22351 0 -1 64 7258 0 1 0 2020 150 0 0 25 0 9 0 43211070 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23051] ppid=23048 vsize=868524 CPUtime=1.76
/proc/23049/task/23051/stat : 23051 (java) S 23048 23035 22351 0 -1 64 5065 0 0 0 150 26 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23052] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23052/stat : 23052 (java) S 23048 23035 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23053] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23053/stat : 23053 (java) S 23048 23035 22351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43211071 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23054] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23054/stat : 23054 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23055] ppid=23048 vsize=868524 CPUtime=0.3
/proc/23049/task/23055/stat : 23055 (java) S 23048 23035 22351 0 -1 64 1535 0 0 0 29 1 0 0 15 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23056] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23056/stat : 23056 (java) S 23048 23035 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23049/tid=23057] ppid=23048 vsize=868524 CPUtime=0
/proc/23049/task/23057/stat : 23057 (java) S 23048 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43211074 889368576 9216 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 890620

[startup+51.1029 s]
/proc/loadavg: 2.33 2.28 2.19 3/83 23060
/proc/meminfo: memFree=743368/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=17268 CPUtime=37.31
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1570 24335 0 2 8 1 3427 295 16 0 1 0 43210971 17682432 1220 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4317 1220 414 3 0 896 0
[pid=23060] ppid=23035 vsize=795188 CPUtime=12.53
/proc/23060/stat : 23060 (minisat-inc) R 23035 23035 22351 0 -1 4194304 189045 0 0 0 1137 116 0 0 25 0 1 0 43214814 814272512 188994 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/23060/statm: 198797 188994 74 151 0 198643 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 812456

[startup+102.306 s]
/proc/loadavg: 2.20 2.25 2.18 3/83 23060
/proc/meminfo: memFree=723720/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=17268 CPUtime=37.31
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1570 24335 0 2 8 1 3427 295 16 0 1 0 43210971 17682432 1220 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4317 1220 414 3 0 896 0
[pid=23060] ppid=23035 vsize=815536 CPUtime=63.1
/proc/23060/stat : 23060 (minisat-inc) R 23035 23035 22351 0 -1 4194304 194031 0 0 0 6191 119 0 0 25 0 1 0 43214814 835108864 193980 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23060/statm: 203884 193980 74 151 0 203730 0
Current children cumulated CPU time (s) 100.41
Current children cumulated vsize (KiB) 832804



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+131.901 s]
/proc/loadavg: 2.12 2.23 2.18 4/93 23070
/proc/meminfo: memFree=714424/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=17268 CPUtime=37.31
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1636 24335 0 2 8 1 3427 295 16 0 1 0 43210971 17682432 1221 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4317 1221 414 3 0 896 0
[pid=23060] ppid=23035 vsize=817680 CPUtime=91.98
/proc/23060/stat : 23060 (minisat-inc) S 23035 23035 22351 0 -1 4194304 194580 0 0 0 9079 119 0 0 25 0 1 0 43214814 837304320 194527 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/23060/statm: 204420 194527 80 151 0 204266 0
[pid=23061] ppid=23035 vsize=5356 CPUtime=0
/proc/23061/stat : 23061 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224118 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23061/statm: 1339 233 193 169 0 50 0
[pid=23062] ppid=23061 vsize=195912 CPUtime=0.41
/proc/23062/stat : 23062 (java) S 23061 23035 22351 0 -1 0 3648 0 1 0 39 2 0 0 18 0 9 0 43224118 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 48978 3121 1654 9 0 43560 0
[pid=23062/tid=23063] ppid=23061 vsize=195912 CPUtime=0.33
/proc/23062/task/23063/stat : 23063 (java) R 23061 23035 22351 0 -1 64 2439 0 1 0 32 1 0 0 20 0 9 0 43224119 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23064/stat : 23064 (java) S 23061 23035 22351 0 -1 64 198 0 0 0 0 0 0 0 16 0 9 0 43224121 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23061 23035 22351 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 43224121 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23061 23035 22351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43224121 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23067/stat : 23067 (java) S 23061 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23061 vsize=195912 CPUtime=0.06
/proc/23062/task/23068/stat : 23068 (java) R 23061 23035 22351 0 -1 64 320 0 0 0 6 0 0 0 19 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 102196344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23061 23035 22351 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23070] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23070/stat : 23070 (java) S 23061 23035 22351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.7
Current children cumulated vsize (KiB) 1036216

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

[startup+131.901 s]
/proc/loadavg: 2.12 2.23 2.18 4/93 23070
/proc/meminfo: memFree=714424/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=17268 CPUtime=37.31
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1636 24335 0 2 8 1 3427 295 16 0 1 0 43210971 17682432 1221 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23035/statm: 4317 1221 414 3 0 896 0
[pid=23060] ppid=23035 vsize=817680 CPUtime=91.98
/proc/23060/stat : 23060 (minisat-inc) S 23035 23035 22351 0 -1 4194304 194580 0 0 0 9079 119 0 0 25 0 1 0 43214814 837304320 194527 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/23060/statm: 204420 194527 80 151 0 204266 0
[pid=23061] ppid=23035 vsize=5356 CPUtime=0
/proc/23061/stat : 23061 (sh) S 23035 23035 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224118 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23061/statm: 1339 233 193 169 0 50 0
[pid=23062] ppid=23061 vsize=195912 CPUtime=0.41
/proc/23062/stat : 23062 (java) S 23061 23035 22351 0 -1 0 3648 0 1 0 39 2 0 0 18 0 9 0 43224118 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 48978 3121 1654 9 0 43560 0
[pid=23062/tid=23063] ppid=23061 vsize=195912 CPUtime=0.33
/proc/23062/task/23063/stat : 23063 (java) R 23061 23035 22351 0 -1 64 2439 0 1 0 32 1 0 0 20 0 9 0 43224119 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23064/stat : 23064 (java) S 23061 23035 22351 0 -1 64 198 0 0 0 0 0 0 0 16 0 9 0 43224121 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23061 23035 22351 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 43224121 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23061 23035 22351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43224121 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23067/stat : 23067 (java) S 23061 23035 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23061 vsize=195912 CPUtime=0.06
/proc/23062/task/23068/stat : 23068 (java) R 23061 23035 22351 0 -1 64 320 0 0 0 6 0 0 0 19 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 102196344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23061 23035 22351 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23070] ppid=23061 vsize=195912 CPUtime=0
/proc/23062/task/23070/stat : 23070 (java) S 23061 23035 22351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43224123 200613888 3121 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.7
Current children cumulated vsize (KiB) 1036216

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

[startup+132.03 s]
/proc/loadavg: 2.12 2.23 2.18 4/93 23070
/proc/meminfo: memFree=714424/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=17268 CPUtime=37.31
/proc/23035/stat : 23035 (sugar++) S 23033 23035 22351 0 -1 4194304 1667 24613 0 2 8 1 3427 295 15 0 1 0 43210971 17682432 1221 996147200 4194304 4206940 548682068528 18446744073709551615 237797162900 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 4317 1221 414 3 0 896 0
[pid=23060] ppid=23035 vsize=0 CPUtime=92.07
/proc/23060/stat : 23060 (minisat-inc) R 23035 23035 22351 0 -1 4195332 194580 0 0 0 9079 128 0 0 25 0 1 0 43214814 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23060/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.38
Current children cumulated vsize (KiB) 17268

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

[startup+132.201 s]
/proc/loadavg: 2.12 2.23 2.18 4/93 23070
/proc/meminfo: memFree=714424/2055920 swapFree=4181008/4192956
[pid=23035] ppid=23033 vsize=17268 CPUtime=129.56
/proc/23035/stat : 23035 (sugar++) R 23033 23035 22351 0 -1 4194304 1674 219193 0 2 8 14 12507 427 18 0 1 0 43210971 17682432 1222 996147200 4194304 4206940 548682068528 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23035/statm: 4317 1222 415 3 0 896 0
Current children cumulated CPU time (s) 129.56
Current children cumulated vsize (KiB) 17268

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): 0.319992
#  lost CPU user time (s): 0.389999
#  lost CPU system time (s): -0.0699997

Real time (s): 132.278
CPU time (s): 129.979
CPU user time (s): 125.55
CPU system time (s): 4.42932
CPU usage (%): 98.2626
Max. virtual memory (cumulated for all children) (KiB): 1036216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.16
system time used= 4.49932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220923
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= 51753
involuntary context switches= 56335

runsolver used 0.180972 second user time and 0.446932 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-12 14:18:01
IDJOB=1112309
IDBENCH=61396
IDSOLVER=367
FILE ID=node24/1112309-1215865081
PBS_JOBID= 7903478
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-20.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-1112309-1215865081/watcher-1112309-1215865081 -o /tmp/evaluation-result-1112309-1215865081/solver-1112309-1215865081 -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-1112309-1215865081.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9dc0248b5bac88ceea300c49a32664c
RANDOM SEED=616380467

node24.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.220
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.220
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:       1904952 kB
Buffers:         14920 kB
Cached:          50400 kB
SwapCached:       5740 kB
Active:          71484 kB
Inactive:        16584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904952 kB
SwapTotal:     4192956 kB
SwapFree:      4181008 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          38888 kB
Slab:            47716 kB
Committed_AS:   297164 kB
PageTables:       2044 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= 66460 MiB
End job on node24 at 2008-07-12 14:20:15