Trace number 1113147

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. 64.0063 65.39

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark1635.15
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
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.04/0.25	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.25	c 0	BEGIN Sat Jul 12 18:02:03 2008
0.04/0.25	c 0	PID 18413
0.04/0.25	c 0	HOST node3.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-1113147-1215878523.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113147-1215878523.xml' 'HOME/temp.csp'
0.07/0.72	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.07/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.74	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.66/0.81	c 1	Parsing HOME/temp.csp
0.66/0.99	c 1	parsed 4790 expressions
0.66/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.03	c 1	MAX CSP: 4103 constraints
0.97/1.03	c 1	Converting to clausal form CSP
1.08/1.19	c 1	converted 890 (10%) expressions
1.67/1.66	c 2	converted 1780 (20%) expressions
2.18/2.10	c 2	converted 2669 (30%) expressions
2.57/2.52	c 3	converted 3559 (40%) expressions
2.98/2.94	c 3	converted 4448 (50%) expressions
3.37/3.35	c 4	converted 5338 (60%) expressions
3.77/3.73	c 4	converted 6228 (70%) expressions
4.16/4.14	c 4	converted 7117 (80%) expressions
4.56/4.52	c 5	converted 8007 (90%) expressions
5.37/5.35	c 6	converted 8896 (100%) expressions
5.37/5.35	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 6155
5.37/5.35	c 6	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.37/5.35	c 6	Propagation in CSP
5.59/5.54	c 6	4099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.59/5.54	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 4104
5.59/5.54	c 6	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.59/5.55	c 6	Simplifing CSP by introducing new Boolean variables
5.59/5.59	c 6	CSP : 8886 integers, 8546 booleans, 21534 clauses, largest domain size 4104
5.59/5.59	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.79/5.71	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.01/5.93	c 6	889 (10%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.01/5.93	c 6	1778 (20%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.01/5.94	c 6	2666 (30%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.01/5.94	c 6	3555 (40%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.01/5.94	c 6	4443 (50%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.01/5.95	c 6	5332 (60%) CSP integer variables are encoded (32182 clauses, 461172 bytes)
6.01/5.96	c 6	6221 (70%) CSP integer variables are encoded (39827 clauses, 575847 bytes)
6.01/5.97	c 6	7109 (80%) CSP integer variables are encoded (50319 clauses, 733227 bytes)
6.01/5.98	c 6	7998 (90%) CSP integer variables are encoded (58501 clauses, 855957 bytes)
6.12/6.05	c 6	8886 (100%) CSP integer variables are encoded (114117 clauses, 1735432 bytes)
6.43/6.37	c 7	2154 (10%) CSP clauses are encoded (166893 clauses, 2835481 bytes)
6.73/6.61	c 7	4307 (20%) CSP clauses are encoded (215825 clauses, 3870686 bytes)
6.93/6.86	c 7	6461 (30%) CSP clauses are encoded (267956 clauses, 4981386 bytes)
7.13/7.09	c 7	8614 (40%) CSP clauses are encoded (315499 clauses, 6002917 bytes)
7.43/7.32	c 8	10767 (50%) CSP clauses are encoded (362546 clauses, 7068348 bytes)
7.64/7.55	c 8	12921 (60%) CSP clauses are encoded (409627 clauses, 8135233 bytes)
8.33/8.20	c 8	15074 (70%) CSP clauses are encoded (766156 clauses, 15716041 bytes)
10.24/10.14	c 10	17228 (80%) CSP clauses are encoded (1850791 clauses, 38896586 bytes)
15.71/15.65	c 16	19381 (90%) CSP clauses are encoded (5036949 clauses, 107234527 bytes)
50.21/50.43	c 51	21534 (100%) CSP clauses are encoded (21639887 clauses, 495906204 bytes)
50.21/50.43	c 51	21534 CSP clauses encoded
50.21/50.43	c 51	Writing map file : HOME/temp.map
50.21/50.48	c 51	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.21/50.48	c 51	SAT : 131549 SAT variables, 21639887 SAT clauses, 495906204 bytes
50.21/50.48	c 51	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.33/50.54	c 51	OBJECTIVE minimize _COST
50.33/50.54	c 51	SOLVING HOME/temp.cnf
50.33/50.54	c 51	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
50.33/50.58	c 51	This is MiniSat 2.0 beta incremental
50.33/50.58	c 51	WARNING: for repeatability, setting FPU to use double precision
50.33/50.58	c 51	============================[ Problem Statistics ]=============================
50.33/50.58	c 51	|                                                                             |
50.33/50.58	c 51	|  Number of variables:  131549                                               |
50.33/50.58	c 51	|  Number of clauses:    21639887                                             |
60.65/61.37	c 62	|  Parsing time:         8.98         s                                       |
61.03/61.78	c 62	OK
61.03/61.78	c 62	OBJECTIVE BOUND: 0 <= _COST <= 
61.03/61.78	c 62	SEARCHING: _COST <= 2052
61.03/61.78	c 62	============================[ Search Statistics ]==============================
61.03/61.78	c 62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
61.03/61.78	c 62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
61.03/61.78	c 62	===============================================================================
61.03/61.78	c 62	|         0 |  131549 21639887 64605007 |  7213295        0    nan |  0.000 % |
63.38/64.14	c 64	===============================================================================
63.38/64.14	c 64	restarts              : 1
63.38/64.14	c 64	conflicts             : 71            (6 /sec)
63.38/64.14	c 64	decisions             : 5146          (0.37 % random) (443 /sec)
63.38/64.14	c 64	propagations          : 222557         (19146 /sec)
63.38/64.14	c 64	conflict literals     : 793            (3.76 % deleted)
63.38/64.14	c 64	Memory used           : 870.16 MB
63.38/64.14	c 64	CPU time              : 11.6242 s
63.38/64.14	c 64	
63.38/64.14	c 64	SATISFIABLE
63.47/64.20	c 64	OK
63.47/64.20	c 64	FOUND: _COST <= 2052
63.47/64.20	s SATISFIABLE
63.47/64.20	c 64	DECODING HOME/temp.out WITH HOME/temp.map
63.47/64.20	c 64	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
63.47/64.62	c 65	Decoding HOME/temp.out
63.79/64.85	c ERROR INTERRUPTED
63.60/64.96	c 65	CPU 58.55 (0.08 0.02 58.47 5.05)
63.60/64.96	c 65	END Sat Jul 12 18:03:08 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-1113147-1215878523/watcher-1113147-1215878523 -o /tmp/evaluation-result-1113147-1215878523/solver-1113147-1215878523 -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-1113147-1215878523.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: 1.05 1.02 1.04 3/82 18413
/proc/meminfo: memFree=1168000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=18572 CPUtime=0
/proc/18413/stat : 18413 (runsolver) D 18411 18413 18285 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44555701 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/18413/statm: 4643 292 257 25 0 2626 0

[startup+0.00696905 s]
/proc/loadavg: 1.05 1.02 1.04 3/82 18413
/proc/meminfo: memFree=1168000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=18572 CPUtime=0
/proc/18413/stat : 18413 (runsolver) D 18411 18413 18285 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44555701 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/18413/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101978 s]
/proc/loadavg: 1.05 1.02 1.04 3/82 18413
/proc/meminfo: memFree=1168000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=12412 CPUtime=0
/proc/18413/stat : 18413 (sugar++) D 18411 18413 18285 0 -1 4194304 411 0 3 0 0 0 0 0 18 0 1 0 44555701 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18413/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301997 s]
/proc/loadavg: 1.05 1.02 1.04 3/82 18413
/proc/meminfo: memFree=1168000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.07
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1214 128 5 0 5 2 0 0 16 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701031 s]
/proc/loadavg: 1.05 1.02 1.04 3/82 18413
/proc/meminfo: memFree=1168000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.07
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1214 128 5 0 5 2 0 0 16 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5011 s]
/proc/loadavg: 1.05 1.02 1.04 2/93 18435
/proc/meminfo: memFree=1157096/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.66
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1291 7099 5 1 5 2 56 3 16 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 18285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44555775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=869248 CPUtime=0.9
/proc/18427/stat : 18427 (java) S 18426 18413 18285 0 -1 0 5670 0 1 0 86 4 0 0 20 0 9 0 44555775 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18427/statm: 217312 5051 1732 9 0 211887 0
[pid=18427/tid=18428] ppid=18426 vsize=869248 CPUtime=0.66
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 18285 0 -1 64 2667 0 1 0 65 1 0 0 18 0 9 0 44555776 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4126401668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=869248 CPUtime=0.04
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 18285 0 -1 64 809 0 0 0 4 0 0 0 16 0 9 0 44555777 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 18285 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 44555777 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18431] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 18285 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 44555777 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18432] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44555779 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18433] ppid=18426 vsize=869248 CPUtime=0.17
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 18285 0 -1 64 1502 0 0 0 16 1 0 0 15 0 9 0 44555779 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18434] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 18285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44555779 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18435] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44555779 890109952 5051 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 891344

[startup+3.10223 s]
/proc/loadavg: 1.05 1.02 1.04 2/93 18435
/proc/meminfo: memFree=1147880/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.66
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1291 7099 5 1 5 2 56 3 16 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 18285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44555775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=869248 CPUtime=2.52
/proc/18427/stat : 18427 (java) S 18426 18413 18285 0 -1 0 7803 0 1 0 247 5 0 0 20 0 9 0 44555775 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18427/statm: 217312 6883 2540 9 0 211887 0
[pid=18427/tid=18428] ppid=18426 vsize=869248 CPUtime=2.15
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 18285 0 -1 64 2782 0 1 0 214 1 0 0 23 0 9 0 44555776 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4126597905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=869248 CPUtime=0.16
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 18285 0 -1 64 2807 0 0 0 14 2 0 0 16 0 9 0 44555777 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 18285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44555777 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 18285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44555777 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44555779 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18433] ppid=18426 vsize=869248 CPUtime=0.19
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 18285 0 -1 64 1521 0 0 0 18 1 0 0 15 0 9 0 44555779 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18434] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 18285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44555779 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18435] ppid=18426 vsize=869248 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44555779 890109952 6883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 891344

[startup+6.30249 s]
/proc/loadavg: 1.04 1.02 1.04 2/93 18435
/proc/meminfo: memFree=1137832/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.66
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1292 7099 5 1 5 2 56 3 15 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 18285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44555775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=869360 CPUtime=5.77
/proc/18427/stat : 18427 (java) S 18426 18413 18285 0 -1 0 13232 0 1 0 566 11 0 0 20 0 9 0 44555775 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18427/statm: 217340 9479 2566 9 0 211887 0
[pid=18427/tid=18428] ppid=18426 vsize=869360 CPUtime=4.84
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 18285 0 -1 64 3194 0 1 0 481 3 0 0 17 0 9 0 44555776 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4126895368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=869360 CPUtime=0.62
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 18285 0 -1 64 7756 0 0 0 57 5 0 0 16 0 9 0 44555777 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 18285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44555777 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 18285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44555777 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44555779 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18433] ppid=18426 vsize=869360 CPUtime=0.28
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 18285 0 -1 64 1589 0 0 0 27 1 0 0 15 0 9 0 44555779 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18434] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 18285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44555779 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18435] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44555779 890224640 9479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 891456

[startup+12.703 s]
/proc/loadavg: 1.04 1.02 1.04 3/93 18435
/proc/meminfo: memFree=1072232/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.66
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1292 7099 5 1 5 2 56 3 16 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 18285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44555775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=869360 CPUtime=12.15
/proc/18427/stat : 18427 (java) S 18426 18413 18285 0 -1 0 14469 0 1 0 1157 58 0 0 20 0 9 0 44555775 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18427/statm: 217340 9495 2566 9 0 211887 0
[pid=18427/tid=18428] ppid=18426 vsize=869360 CPUtime=10.9
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 18285 0 -1 64 4415 0 1 0 1044 46 0 0 16 0 9 0 44555776 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18429] ppid=18426 vsize=869360 CPUtime=0.93
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 18285 0 -1 64 7756 0 0 0 83 10 0 0 16 0 9 0 44555777 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 18285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44555777 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 18285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44555777 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18433] ppid=18426 vsize=869360 CPUtime=0.3
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 18285 0 -1 64 1605 0 0 0 29 1 0 0 15 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18434] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 18285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18435] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 891456

[startup+25.5029 s]
/proc/loadavg: 1.17 1.05 1.05 2/93 18435
/proc/meminfo: memFree=953000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16740 CPUtime=0.66
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1292 7099 5 1 5 2 56 3 16 0 1 0 44555701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4185 1104 409 3 0 764 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 18285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44555775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=869360 CPUtime=24.91
/proc/18427/stat : 18427 (java) S 18426 18413 18285 0 -1 0 16571 0 1 0 2352 139 0 0 20 0 9 0 44555775 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18427/statm: 217340 9495 2566 9 0 211887 0
[pid=18427/tid=18428] ppid=18426 vsize=869360 CPUtime=23.08
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 18285 0 -1 64 6517 0 1 0 2191 117 0 0 17 0 9 0 44555776 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4126895231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=869360 CPUtime=1.49
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 18285 0 -1 64 7756 0 0 0 130 19 0 0 16 0 9 0 44555777 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 18285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44555777 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 18285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44555777 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18433] ppid=18426 vsize=869360 CPUtime=0.3
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 18285 0 -1 64 1605 0 0 0 29 1 0 0 15 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18434] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 18285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18427/tid=18435] ppid=18426 vsize=869360 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44555779 890224640 9495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 891456

[startup+51.102 s]
/proc/loadavg: 1.45 1.13 1.08 1/93 18435
/proc/meminfo: memFree=638696/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=50.37
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1577 29049 9 2 8 2 4680 347 16 0 1 0 44555701 17682432 1242 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4317 1242 413 3 0 896 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 17268



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+64.8011 s]
/proc/loadavg: 1.42 1.14 1.08 3/94 18446
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=50.37
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1653 29049 10 2 8 2 4680 347 16 0 1 0 44555701 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4317 1245 414 3 0 896 0
[pid=18436] ppid=18413 vsize=891040 CPUtime=13.1
/proc/18436/stat : 18436 (minisat-inc) S 18413 18413 18285 0 -1 4194304 216268 0 6 0 1166 144 0 0 25 0 1 0 44560759 912424960 216221 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 222760 216221 78 151 0 222606 0
[pid=18437] ppid=18413 vsize=5356 CPUtime=0
/proc/18437/stat : 18437 (sh) S 18413 18413 18285 0 -1 4194304 274 0 4 0 0 0 0 0 18 0 1 0 44562121 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18437/statm: 1339 233 193 169 0 50 0
[pid=18438] ppid=18437 vsize=196364 CPUtime=0.32
/proc/18438/stat : 18438 (java) S 18437 18413 18285 0 -1 0 4194 0 9 0 29 3 0 0 18 0 9 0 44562129 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 49091 3664 1681 9 0 43673 0
[pid=18438/tid=18439] ppid=18437 vsize=196364 CPUtime=0.2
/proc/18438/task/18439/stat : 18439 (java) R 18437 18413 18285 0 -1 64 2486 0 8 0 19 1 0 0 17 0 9 0 44562133 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4125960885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18437 vsize=196364 CPUtime=0.02
/proc/18438/task/18440/stat : 18440 (java) S 18437 18413 18285 0 -1 64 591 0 0 0 2 0 0 0 16 0 9 0 44562141 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18441] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18437 18413 18285 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 44562141 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18442] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18437 18413 18285 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44562141 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18443] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18437 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18444] ppid=18437 vsize=196364 CPUtime=0.07
/proc/18438/task/18444/stat : 18444 (java) R 18437 18413 18285 0 -1 64 426 0 1 0 7 0 0 0 16 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 102384224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18445] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18437 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18446] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18437 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.79
Current children cumulated vsize (KiB) 1110028

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

[startup+64.8011 s]
/proc/loadavg: 1.42 1.14 1.08 3/94 18446
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=50.37
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1653 29049 10 2 8 2 4680 347 16 0 1 0 44555701 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4317 1245 414 3 0 896 0
[pid=18436] ppid=18413 vsize=891040 CPUtime=13.1
/proc/18436/stat : 18436 (minisat-inc) S 18413 18413 18285 0 -1 4194304 216268 0 6 0 1166 144 0 0 25 0 1 0 44560759 912424960 216221 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 222760 216221 78 151 0 222606 0
[pid=18437] ppid=18413 vsize=5356 CPUtime=0
/proc/18437/stat : 18437 (sh) S 18413 18413 18285 0 -1 4194304 274 0 4 0 0 0 0 0 18 0 1 0 44562121 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18437/statm: 1339 233 193 169 0 50 0
[pid=18438] ppid=18437 vsize=196364 CPUtime=0.32
/proc/18438/stat : 18438 (java) S 18437 18413 18285 0 -1 0 4194 0 9 0 29 3 0 0 18 0 9 0 44562129 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18438/statm: 49091 3664 1681 9 0 43673 0
[pid=18438/tid=18439] ppid=18437 vsize=196364 CPUtime=0.2
/proc/18438/task/18439/stat : 18439 (java) R 18437 18413 18285 0 -1 64 2486 0 8 0 19 1 0 0 17 0 9 0 44562133 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4125960885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18438/tid=18440] ppid=18437 vsize=196364 CPUtime=0.02
/proc/18438/task/18440/stat : 18440 (java) S 18437 18413 18285 0 -1 64 591 0 0 0 2 0 0 0 16 0 9 0 44562141 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18441] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18441/stat : 18441 (java) S 18437 18413 18285 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 44562141 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18442] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18442/stat : 18442 (java) S 18437 18413 18285 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44562141 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18443] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18443/stat : 18443 (java) S 18437 18413 18285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18444] ppid=18437 vsize=196364 CPUtime=0.07
/proc/18438/task/18444/stat : 18444 (java) R 18437 18413 18285 0 -1 64 426 0 1 0 7 0 0 0 16 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 102384224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18445] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18445/stat : 18445 (java) S 18437 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18438/tid=18446] ppid=18437 vsize=196364 CPUtime=0
/proc/18438/task/18446/stat : 18446 (java) S 18437 18413 18285 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44562144 201076736 3664 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.79
Current children cumulated vsize (KiB) 1110028

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

[startup+64.9447 s]
/proc/loadavg: 1.42 1.14 1.08 3/94 18446
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=50.38
/proc/18413/stat : 18413 (sugar++) S 18411 18413 18285 0 -1 4194304 1684 29323 10 6 8 2 4680 348 16 0 1 0 44555701 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 233641656212 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18413/statm: 4317 1245 414 3 0 896 0
[pid=18436] ppid=18413 vsize=0 CPUtime=13.22
/proc/18436/stat : 18436 (minisat-inc) R 18413 18413 18285 0 -1 4195332 216268 0 6 0 1166 156 0 0 17 0 1 0 44560759 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.6
Current children cumulated vsize (KiB) 17268

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

[startup+65.0021 s]
/proc/loadavg: 1.42 1.14 1.08 3/94 18446
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=63.66
/proc/18413/stat : 18413 (sugar++) R 18411 18413 18285 0 -1 4194304 1692 245591 10 12 8 6 5847 505 16 0 1 0 44555701 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18413/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 63.66
Current children cumulated vsize (KiB) 17268

[startup+65.2011 s]
/proc/loadavg: 1.42 1.14 1.08 3/94 18446
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=63.78
/proc/18413/stat : 18413 (sugar++) D 18411 18413 18285 0 -1 4194304 1692 245591 10 12 8 18 5847 505 15 0 1 0 44555701 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18413/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 63.78
Current children cumulated vsize (KiB) 17268

[startup+65.3011 s]
/proc/loadavg: 1.42 1.14 1.08 3/94 18446
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=17268 CPUtime=63.78
/proc/18413/stat : 18413 (sugar++) D 18411 18413 18285 0 -1 4194304 1692 245591 10 12 8 18 5847 505 15 0 1 0 44555701 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18413/statm: 4317 1246 415 3 0 896 0
Current children cumulated CPU time (s) 63.78
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.189999
#  lost CPU user time (s): 0.290001
#  lost CPU system time (s): -0.0999994

Real time (s): 65.39
CPU time (s): 64.0063
CPU user time (s): 58.8471
CPU system time (s): 5.1592
CPU usage (%): 97.8839
Max. virtual memory (cumulated for all children) (KiB): 1110028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.5571
system time used= 5.2592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247339
page faults= 22
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40719
involuntary context switches= 30870

runsolver used 0.075988 second user time and 0.229965 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 18:02:03
IDJOB=1113147
IDBENCH=61534
IDSOLVER=367
FILE ID=node3/1113147-1215878523
PBS_JOBID= 7903610
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f3.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-1113147-1215878523/watcher-1113147-1215878523 -o /tmp/evaluation-result-1113147-1215878523/solver-1113147-1215878523 -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-1113147-1215878523.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=1516007664

node3.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.238
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.238
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:       1168480 kB
Buffers:          6880 kB
Cached:          44188 kB
SwapCached:          0 kB
Active:         813176 kB
Inactive:        22736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         805084 kB
Slab:            35344 kB
Committed_AS:   933936 kB
PageTables:       3360 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= 66532 MiB
End job on node3 at 2008-07-12 18:03:10