Trace number 1113351

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-incMSAT (MO)307 53.9788 55.3014

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-2-20.xml
MD5SUMee5d5f6300aeed1f2733ccdf2cd5242f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark3568.04
Satisfiable
(Un)Satisfiability was proved
Number of variables188
Number of constraints3885
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3885
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.05/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.14	c 0	BEGIN Sat Jul 12 19:07:51 2008
0.05/0.14	c 0	PID 18811
0.05/0.14	c 0	HOST node67.alineos.net
0.05/0.14	c 0	CONVERTING HOME/instance-1113351-1215882471.xml TO HOME/temp.csp
0.05/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113351-1215882471.xml' 'HOME/temp.csp'
0.07/0.88	c 1	1 domains, 188 variables, 1 predicates, 0 relations, 3885 constraints
0.07/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	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.87/1.01	c 1	Parsing HOME/temp.csp
1.06/1.24	c 2	parsed 4075 expressions
1.06/1.24	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.28	c 2	MAX CSP: 3885 constraints
1.06/1.28	c 2	Converting to clausal form CSP
1.26/1.47	c 2	converted 797 (10%) expressions
1.35/1.51	c 2	converted 1593 (20%) expressions
1.35/1.54	c 2	converted 2389 (30%) expressions
1.35/1.57	c 2	converted 3186 (40%) expressions
1.35/1.59	c 2	converted 3982 (50%) expressions
1.44/1.65	c 2	converted 4778 (60%) expressions
1.44/1.67	c 2	converted 5575 (70%) expressions
1.44/1.69	c 2	converted 6371 (80%) expressions
1.55/1.70	c 2	converted 7167 (90%) expressions
1.85/2.08	c 2	converted 7963 (100%) expressions
1.85/2.08	c 2	CSP : 7958 integers, 0 booleans, 11654 clauses, largest domain size 5828
1.85/2.08	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/2.08	c 2	Propagation in CSP
2.05/2.24	c 3	3877 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.05/2.25	c 3	CSP : 7958 integers, 0 booleans, 11654 clauses, largest domain size 3886
2.05/2.25	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.26	c 3	Simplifing CSP by introducing new Boolean variables
2.15/2.39	c 3	CSP : 7958 integers, 7770 booleans, 19424 clauses, largest domain size 3886
2.15/2.39	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/2.47	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.34/2.51	c 3	796 (10%) CSP integer variables are encoded (3384 clauses, 41959 bytes)
2.34/2.52	c 3	1592 (20%) CSP integer variables are encoded (3384 clauses, 41959 bytes)
2.34/2.52	c 3	2388 (30%) CSP integer variables are encoded (3384 clauses, 41959 bytes)
2.34/2.52	c 3	3184 (40%) CSP integer variables are encoded (3384 clauses, 41959 bytes)
2.34/2.52	c 3	3979 (50%) CSP integer variables are encoded (3384 clauses, 41959 bytes)
2.34/2.53	c 3	4775 (60%) CSP integer variables are encoded (12290 clauses, 170466 bytes)
2.34/2.54	c 3	5571 (70%) CSP integer variables are encoded (19975 clauses, 285741 bytes)
2.34/2.56	c 3	6367 (80%) CSP integer variables are encoded (28762 clauses, 417546 bytes)
2.43/2.61	c 3	7163 (90%) CSP integer variables are encoded (73115 clauses, 1082841 bytes)
2.43/2.63	c 3	7958 (100%) CSP integer variables are encoded (84767 clauses, 1257621 bytes)
2.54/2.73	c 3	1943 (10%) CSP clauses are encoded (111334 clauses, 1719441 bytes)
2.54/2.79	c 3	3885 (20%) CSP clauses are encoded (137862 clauses, 2203915 bytes)
2.64/2.86	c 3	5828 (30%) CSP clauses are encoded (164429 clauses, 2690919 bytes)
2.74/2.92	c 3	7770 (40%) CSP clauses are encoded (190957 clauses, 3176975 bytes)
2.74/2.97	c 3	9712 (50%) CSP clauses are encoded (217504 clauses, 3669770 bytes)
2.84/3.03	c 3	11655 (60%) CSP clauses are encoded (244052 clauses, 4196901 bytes)
4.61/4.81	c 5	13597 (70%) CSP clauses are encoded (1207200 clauses, 24774907 bytes)
9.93/10.21	c 11	15540 (80%) CSP clauses are encoded (4059897 clauses, 85953086 bytes)
23.98/24.62	c 25	17482 (90%) CSP clauses are encoded (11697713 clauses, 249531963 bytes)
37.92/38.99	c 39	19424 (100%) CSP clauses are encoded (19271407 clauses, 412164995 bytes)
37.92/38.99	c 39	19424 CSP clauses encoded
37.92/38.99	c 39	Writing map file : HOME/temp.map
38.02/39.05	c 39	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.02/39.05	c 39	SAT : 100495 SAT variables, 19271407 SAT clauses, 412164995 bytes
38.02/39.05	c 39	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.02/39.08	c 39	OBJECTIVE minimize _COST
38.02/39.08	c 39	SOLVING HOME/temp.cnf
38.02/39.08	c 39	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
38.02/39.08	c 39	This is MiniSat 2.0 beta incremental
38.02/39.08	c 39	WARNING: for repeatability, setting FPU to use double precision
38.02/39.08	c 39	============================[ Problem Statistics ]=============================
38.02/39.08	c 39	|                                                                             |
38.02/39.08	c 39	|  Number of variables:  100495                                               |
38.02/39.08	c 39	|  Number of clauses:    19271407                                             |
46.92/48.06	c 48	|  Parsing time:         7.56         s                                       |
47.33/48.46	c 49	OK
47.33/48.46	c 49	OBJECTIVE BOUND: 0 <= _COST <= 
47.33/48.46	c 49	SEARCHING: _COST <= 1943
47.33/48.46	c 49	============================[ Search Statistics ]==============================
47.33/48.46	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.33/48.46	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.33/48.46	c 49	===============================================================================
47.33/48.46	c 49	|         0 |  100495 19271407 57547263 |  6423802        0    nan |  0.000 % |
49.40/50.58	c 51	===============================================================================
49.40/50.58	c 51	restarts              : 1
49.40/50.58	c 51	conflicts             : 1             (0 /sec)
49.40/50.58	c 51	decisions             : 5245          (0.46 % random) (525 /sec)
49.40/50.58	c 51	propagations          : 100505         (10059 /sec)
49.40/50.58	c 51	conflict literals     : 5              (0.00 % deleted)
49.40/50.58	c 51	Memory used           : 791.46 MB
49.40/50.58	c 51	CPU time              : 9.99148 s
49.40/50.58	c 51	
49.40/50.58	c 51	SATISFIABLE
49.50/50.62	c 51	OK
49.50/50.62	c 51	FOUND: _COST <= 1943
49.50/50.62	s SATISFIABLE
49.50/50.62	c 51	DECODING HOME/temp.out WITH HOME/temp.map
49.50/50.62	c 51	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.51/50.70	c 51	Decoding HOME/temp.out
49.51/50.97	c 51	OBJECTIVE _COST 1410
49.51/50.97	o 1410
49.51/50.98	v 1 14 2 3 4 5 15 6 7 8 9 10 10 11 11 12 0 2 1 2 3 4 5 6 7 8 9 9 10 11 12 12 16 12 18 18 18 19 19 19 19 19 19 19 19 19 19 13 17 17 18 18 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 13 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19
49.51/50.99	c 51	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
49.51/51.06	c 51	OK
49.51/51.06	c 51	OBJECTIVE BOUND: 0 <= _COST <= 1410
49.51/51.06	c 51	SEARCHING: _COST <= 705
49.51/51.06	c 51	============================[ Search Statistics ]==============================
49.51/51.06	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.51/51.06	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.51/51.06	c 51	===============================================================================
49.51/51.06	c 51	|         1 |  100495 19271407 57547263 |  6423802        1      5 |  0.000 % |
50.93/52.10	c 52	===============================================================================
50.93/52.11	c 52	restarts              : 2
50.93/52.11	c 52	conflicts             : 10            (1 /sec)
50.93/52.11	c 52	decisions             : 7757          (0.64 % random) (701 /sec)
50.93/52.11	c 52	propagations          : 208839         (18873 /sec)
50.93/52.11	c 52	conflict literals     : 298            (5.70 % deleted)
50.93/52.11	c 52	Memory used           : 800.00 MB
50.93/52.11	c 52	CPU time              : 11.0653 s
50.93/52.11	c 52	
50.93/52.11	c 52	SATISFIABLE
50.93/52.14	c 52	OK
50.93/52.14	c 52	FOUND: _COST <= 705
50.93/52.14	c 52	DECODING HOME/temp.out WITH HOME/temp.map
50.93/52.14	c 52	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
50.98/52.22	c 53	Decoding HOME/temp.out
50.98/52.49	c 53	OBJECTIVE _COST 705
50.98/52.49	o 705
50.98/52.50	v 1 15 0 5 18 10 18 16 8 2 3 4 4 5 6 17 10 9 18 13 3 11 0 7 1 2 3 18 4 5 5 17 7 6 6 6 16 19 19 19 19 19 19 19 19 19 19 19 8 9 10 9 11 11 19 19 19 19 19 7 12 19 12 19 13 14 15 19 6 16 8 19 9 19 19 19 12 12 13 15 14 19 16 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 6 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19
50.98/52.51	c 53	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
51.42/52.60	c 53	OK
51.42/52.60	c 53	OBJECTIVE BOUND: 0 <= _COST <= 705
51.42/52.60	c 53	SEARCHING: _COST <= 352
51.42/52.60	c 53	============================[ Search Statistics ]==============================
51.42/52.60	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.42/52.60	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.42/52.60	c 53	===============================================================================
51.42/52.60	c 53	|        10 |   70262 19271407 57547263 |  6423802       10     30 |  0.000 % |
52.11/53.35	c 54	|       110 |   60573 19271407 57547263 |  7066182      110     18 | 39.999 % |
52.61/53.87	c 54	|       261 |   60566 19271407 57547263 |  7772800      261     19 | 39.999 % |
53.30/54.52	c 55	===============================================================================
53.30/54.52	c 55	restarts              : 5
53.30/54.52	c 55	conflicts             : 279           (21 /sec)
53.30/54.52	c 55	decisions             : 11467         (0.72 % random) (877 /sec)
53.30/54.52	c 55	propagations          : 461893         (35318 /sec)
53.30/54.52	c 55	conflict literals     : 5059           (7.09 % deleted)
53.30/54.52	c 55	Memory used           : 803.89 MB
53.30/54.52	c 55	CPU time              : 13.078 s
53.30/54.52	c 55	
53.30/54.52	c 55	SATISFIABLE
53.30/54.55	c 55	OK
53.30/54.55	c 55	FOUND: _COST <= 352
53.30/54.55	c 55	DECODING HOME/temp.out WITH HOME/temp.map
53.30/54.55	c 55	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.35/54.63	c 55	Decoding HOME/temp.out
53.68/54.93	c ERROR INTERRUPTED
53.44/55.08	c 55	CPU 48.59 (0.08 0.02 48.51 4.89)
53.44/55.08	c 55	END Sat Jul 12 19:08:46 2008

Verifier Data (download as text)

OK	307	3578
307 unsatisfied constraints, 3578 satisfied constraints

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-1113351-1215882471/watcher-1113351-1215882471 -o /tmp/evaluation-result-1113351-1215882471/solver-1113351-1215882471 -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-1113351-1215882471.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.00 2.01 2.00 4/74 18811
/proc/meminfo: memFree=1896864/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=4708 CPUtime=0
/proc/18811/stat : 18811 (sugar++) R 18809 18811 17853 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 44945053 4820992 40 996147200 4194304 4206940 548682068528 18446744073709551615 271635773577 0 0 4096 0 0 0 0 17 1 0 0
/proc/18811/statm: 1177 40 31 3 0 8 0

[startup+0.042931 s]
/proc/loadavg: 2.00 2.01 2.00 4/74 18811
/proc/meminfo: memFree=1896864/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=13336 CPUtime=0.02
/proc/18811/stat : 18811 (sugar++) D 18809 18811 17853 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 44945053 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18811/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.10192 s]
/proc/loadavg: 2.00 2.01 2.00 4/74 18811
/proc/meminfo: memFree=1896864/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=14908 CPUtime=0.05
/proc/18811/stat : 18811 (sugar++) R 18809 18811 17853 0 -1 4194304 903 0 0 0 4 1 0 0 18 0 1 0 44945053 15265792 871 996147200 4194304 4206940 548682068528 18446744073709551615 271651853964 0 0 4224 0 0 0 0 17 1 0 0
/proc/18811/statm: 3727 871 378 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14908

[startup+0.301945 s]
/proc/loadavg: 2.00 2.01 2.00 4/74 18811
/proc/meminfo: memFree=1896864/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.07
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701984 s]
/proc/loadavg: 2.00 2.01 2.00 4/74 18811
/proc/meminfo: memFree=1896864/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.07
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50207 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18833
/proc/meminfo: memFree=1889480/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.81
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1296 6897 0 1 6 1 70 4 15 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
[pid=18824] ppid=18811 vsize=5356 CPUtime=0
/proc/18824/stat : 18824 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44945146 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18824/statm: 1339 233 193 169 0 50 0
[pid=18825] ppid=18824 vsize=868392 CPUtime=0.54
/proc/18825/stat : 18825 (java) S 18824 18811 17853 0 -1 0 5501 0 1 0 50 4 0 0 18 0 9 0 44945146 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18825/statm: 217098 4927 1734 9 0 211673 0
[pid=18825/tid=18826] ppid=18824 vsize=868392 CPUtime=0.3
/proc/18825/task/18826/stat : 18826 (java) R 18824 18811 17853 0 -1 64 2646 0 1 0 28 2 0 0 18 0 9 0 44945147 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18827] ppid=18824 vsize=868392 CPUtime=0.03
/proc/18825/task/18827/stat : 18827 (java) S 18824 18811 17853 0 -1 64 715 0 0 0 3 0 0 0 16 0 9 0 44945148 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18828] ppid=18824 vsize=868392 CPUtime=0
/proc/18825/task/18828/stat : 18828 (java) S 18824 18811 17853 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 44945148 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18829] ppid=18824 vsize=868392 CPUtime=0
/proc/18825/task/18829/stat : 18829 (java) S 18824 18811 17853 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44945148 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18830] ppid=18824 vsize=868392 CPUtime=0
/proc/18825/task/18830/stat : 18830 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44945150 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18831] ppid=18824 vsize=868392 CPUtime=0.18
/proc/18825/task/18831/stat : 18831 (java) S 18824 18811 17853 0 -1 64 1448 0 0 0 18 0 0 0 16 0 9 0 44945150 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18832] ppid=18824 vsize=868392 CPUtime=0
/proc/18825/task/18832/stat : 18832 (java) S 18824 18811 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44945151 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18833] ppid=18824 vsize=868392 CPUtime=0
/proc/18825/task/18833/stat : 18833 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44945151 889233408 4927 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 890488

[startup+3.10223 s]
/proc/loadavg: 2.00 2.01 2.00 4/85 18833
/proc/meminfo: memFree=1871368/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.81
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1297 6897 0 1 6 1 70 4 15 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
[pid=18824] ppid=18811 vsize=5356 CPUtime=0
/proc/18824/stat : 18824 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44945146 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18824/statm: 1339 233 193 169 0 50 0
[pid=18825] ppid=18824 vsize=868504 CPUtime=2.12
/proc/18825/stat : 18825 (java) S 18824 18811 17853 0 -1 0 9455 0 1 0 201 11 0 0 18 0 9 0 44945146 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18825/statm: 217126 8494 2565 9 0 211673 0
[pid=18825/tid=18826] ppid=18824 vsize=868504 CPUtime=1.36
/proc/18825/task/18826/stat : 18826 (java) R 18824 18811 17853 0 -1 64 2955 0 1 0 130 6 0 0 22 0 9 0 44945147 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 102064753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18827] ppid=18824 vsize=868504 CPUtime=0.44
/proc/18825/task/18827/stat : 18827 (java) S 18824 18811 17853 0 -1 64 4295 0 0 0 42 2 0 0 16 0 9 0 44945148 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18828] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18828/stat : 18828 (java) S 18824 18811 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18829] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18829/stat : 18829 (java) S 18824 18811 17853 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18830] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18830/stat : 18830 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44945150 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18831] ppid=18824 vsize=868504 CPUtime=0.29
/proc/18825/task/18831/stat : 18831 (java) S 18824 18811 17853 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 44945150 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18832] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18832/stat : 18832 (java) S 18824 18811 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44945151 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18833] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18833/stat : 18833 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44945151 889348096 8494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890600

[startup+6.30256 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18833
/proc/meminfo: memFree=1837000/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.81
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1297 6897 0 1 6 1 70 4 16 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
[pid=18824] ppid=18811 vsize=5356 CPUtime=0
/proc/18824/stat : 18824 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44945146 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18824/statm: 1339 233 193 169 0 50 0
[pid=18825] ppid=18824 vsize=868504 CPUtime=5.29
/proc/18825/stat : 18825 (java) S 18824 18811 17853 0 -1 0 10121 0 1 0 488 41 0 0 18 0 9 0 44945146 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18825/statm: 217126 8499 2565 9 0 211673 0
[pid=18825/tid=18826] ppid=18824 vsize=868504 CPUtime=4.32
/proc/18825/task/18826/stat : 18826 (java) R 18824 18811 17853 0 -1 64 3616 0 1 0 401 31 0 0 25 0 9 0 44945147 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4127120583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18827] ppid=18824 vsize=868504 CPUtime=0.64
/proc/18825/task/18827/stat : 18827 (java) S 18824 18811 17853 0 -1 64 4295 0 0 0 57 7 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18828] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18828/stat : 18828 (java) S 18824 18811 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18829] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18829/stat : 18829 (java) S 18824 18811 17853 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18830] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18830/stat : 18830 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44945150 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18831] ppid=18824 vsize=868504 CPUtime=0.3
/proc/18825/task/18831/stat : 18831 (java) S 18824 18811 17853 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 44945150 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18832] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18832/stat : 18832 (java) S 18824 18811 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44945151 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18833] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18833/stat : 18833 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44945151 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 890600

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18833
/proc/meminfo: memFree=1761160/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.81
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1297 6897 0 1 6 1 70 4 16 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
[pid=18824] ppid=18811 vsize=5356 CPUtime=0
/proc/18824/stat : 18824 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44945146 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18824/statm: 1339 233 193 169 0 50 0
[pid=18825] ppid=18824 vsize=868504 CPUtime=11.57
/proc/18825/stat : 18825 (java) S 18824 18811 17853 0 -1 0 11428 0 1 0 1062 95 0 0 18 0 9 0 44945146 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18825/statm: 217126 8499 2565 9 0 211673 0
[pid=18825/tid=18826] ppid=18824 vsize=868504 CPUtime=10.21
/proc/18825/task/18826/stat : 18826 (java) R 18824 18811 17853 0 -1 64 4923 0 1 0 944 77 0 0 25 0 9 0 44945147 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4126567031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18827] ppid=18824 vsize=868504 CPUtime=1.03
/proc/18825/task/18827/stat : 18827 (java) S 18824 18811 17853 0 -1 64 4295 0 0 0 88 15 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18828] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18828/stat : 18828 (java) S 18824 18811 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18829] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18829/stat : 18829 (java) S 18824 18811 17853 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18830] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18830/stat : 18830 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44945150 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18831] ppid=18824 vsize=868504 CPUtime=0.3
/proc/18825/task/18831/stat : 18831 (java) S 18824 18811 17853 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 44945150 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18832] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18832/stat : 18832 (java) S 18824 18811 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44945151 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18833] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18833/stat : 18833 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44945151 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 890600

[startup+25.5015 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18833
/proc/meminfo: memFree=1611528/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=16740 CPUtime=0.81
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1297 6897 0 1 6 1 70 4 16 0 1 0 44945053 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4185 1104 409 3 0 764 0
[pid=18824] ppid=18811 vsize=5356 CPUtime=0
/proc/18824/stat : 18824 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44945146 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18824/statm: 1339 233 193 169 0 50 0
[pid=18825] ppid=18824 vsize=868504 CPUtime=24.05
/proc/18825/stat : 18825 (java) S 18824 18811 17853 0 -1 0 14023 0 1 0 2198 207 0 0 18 0 9 0 44945146 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18825/statm: 217126 8499 2565 9 0 211673 0
[pid=18825/tid=18826] ppid=18824 vsize=868504 CPUtime=21.89
/proc/18825/task/18826/stat : 18826 (java) R 18824 18811 17853 0 -1 64 7518 0 1 0 2017 172 0 0 25 0 9 0 44945147 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4126910676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18827] ppid=18824 vsize=868504 CPUtime=1.83
/proc/18825/task/18827/stat : 18827 (java) S 18824 18811 17853 0 -1 64 4295 0 0 0 151 32 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18828] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18828/stat : 18828 (java) S 18824 18811 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18829] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18829/stat : 18829 (java) S 18824 18811 17853 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44945148 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18830] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18830/stat : 18830 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44945150 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18831] ppid=18824 vsize=868504 CPUtime=0.3
/proc/18825/task/18831/stat : 18831 (java) S 18824 18811 17853 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 44945150 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18832] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18832/stat : 18832 (java) S 18824 18811 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44945151 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18825/tid=18833] ppid=18824 vsize=868504 CPUtime=0
/proc/18825/task/18833/stat : 18833 (java) S 18824 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44945151 889348096 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 890600

[startup+51.1011 s]
/proc/loadavg: 2.12 2.04 2.01 3/76 18834
/proc/meminfo: memFree=703952/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=17268 CPUtime=38.48
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1656 28069 0 3 8 1 3508 331 15 0 1 0 44945053 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4317 1223 414 3 0 896 0
[pid=18834] ppid=18811 vsize=810452 CPUtime=11.46
/proc/18834/stat : 18834 (minisat-inc) R 18811 18811 17853 0 -1 4194304 193729 0 0 0 1007 139 0 0 25 0 1 0 44948961 829902848 193676 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18834/statm: 202613 193676 78 151 0 202459 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 827720



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+54.9015 s]
/proc/loadavg: 2.19 2.05 2.02 4/86 18864
/proc/meminfo: memFree=683968/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=17268 CPUtime=38.84
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1779 32155 0 4 8 2 3540 334 15 0 1 0 44945053 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4317 1223 414 3 0 896 0
[pid=18834] ppid=18811 vsize=823176 CPUtime=14.51
/proc/18834/stat : 18834 (minisat-inc) S 18811 18811 17853 0 -1 4194304 196952 0 0 0 1310 141 0 0 25 0 1 0 44948961 842932224 196895 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18834/statm: 205794 196895 80 151 0 205640 0
[pid=18855] ppid=18811 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44950509 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=195912 CPUtime=0.33
/proc/18856/stat : 18856 (java) S 18855 18811 17853 0 -1 0 3620 0 1 0 31 2 0 0 18 0 9 0 44950509 200613888 3093 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 48978 3093 1654 9 0 43560 0
[pid=18856/tid=18857] ppid=18855 vsize=195912 CPUtime=0.25
/proc/18856/task/18857/stat : 18857 (java) R 18855 18811 17853 0 -1 64 2439 0 1 0 24 1 0 0 19 0 9 0 44950510 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18858/stat : 18858 (java) S 18855 18811 17853 0 -1 64 197 0 0 0 0 0 0 0 16 0 9 0 44950511 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18811 17853 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44950511 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18811 17853 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44950511 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18861] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18861/stat : 18861 (java) S 18855 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18862] ppid=18855 vsize=195912 CPUtime=0.06
/proc/18856/task/18862/stat : 18862 (java) S 18855 18811 17853 0 -1 64 321 0 0 0 6 0 0 0 17 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18863] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18863/stat : 18863 (java) S 18855 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18864] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18864/stat : 18864 (java) S 18855 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.68
Current children cumulated vsize (KiB) 1041712

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

[startup+54.9015 s]
/proc/loadavg: 2.19 2.05 2.02 4/86 18864
/proc/meminfo: memFree=683968/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=17268 CPUtime=38.84
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1779 32155 0 4 8 2 3540 334 15 0 1 0 44945053 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18811/statm: 4317 1223 414 3 0 896 0
[pid=18834] ppid=18811 vsize=823176 CPUtime=14.51
/proc/18834/stat : 18834 (minisat-inc) S 18811 18811 17853 0 -1 4194304 196952 0 0 0 1310 141 0 0 25 0 1 0 44948961 842932224 196895 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18834/statm: 205794 196895 80 151 0 205640 0
[pid=18855] ppid=18811 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18811 18811 17853 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44950509 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=195912 CPUtime=0.33
/proc/18856/stat : 18856 (java) S 18855 18811 17853 0 -1 0 3620 0 1 0 31 2 0 0 18 0 9 0 44950509 200613888 3093 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 48978 3093 1654 9 0 43560 0
[pid=18856/tid=18857] ppid=18855 vsize=195912 CPUtime=0.25
/proc/18856/task/18857/stat : 18857 (java) R 18855 18811 17853 0 -1 64 2439 0 1 0 24 1 0 0 19 0 9 0 44950510 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18858/stat : 18858 (java) S 18855 18811 17853 0 -1 64 197 0 0 0 0 0 0 0 16 0 9 0 44950511 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18811 17853 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44950511 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18811 17853 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44950511 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18861] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18861/stat : 18861 (java) S 18855 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18862] ppid=18855 vsize=195912 CPUtime=0.06
/proc/18856/task/18862/stat : 18862 (java) S 18855 18811 17853 0 -1 64 321 0 0 0 6 0 0 0 17 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18863] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18863/stat : 18863 (java) S 18855 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18864] ppid=18855 vsize=195912 CPUtime=0
/proc/18856/task/18864/stat : 18864 (java) S 18855 18811 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44950513 200613888 3122 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.68
Current children cumulated vsize (KiB) 1041712

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

[startup+55.0327 s]
/proc/loadavg: 2.19 2.05 2.02 4/86 18864
/proc/meminfo: memFree=683968/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=17268 CPUtime=38.85
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1810 32433 0 4 8 2 3540 335 15 0 1 0 44945053 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 271647293332 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18811/statm: 4317 1223 414 3 0 896 0
[pid=18834] ppid=18811 vsize=0 CPUtime=14.59
/proc/18834/stat : 18834 (minisat-inc) R 18811 18811 17853 0 -1 4195332 196952 0 0 0 1310 149 0 0 24 0 1 0 44948961 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18834/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 53.44
Current children cumulated vsize (KiB) 17268

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

[startup+55.0327 s]
/proc/loadavg: 2.19 2.05 2.02 4/86 18864
/proc/meminfo: memFree=683968/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=17268 CPUtime=38.85
/proc/18811/stat : 18811 (sugar++) S 18809 18811 17853 0 -1 4194304 1810 32433 0 4 8 2 3540 335 15 0 1 0 44945053 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 271647293332 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18811/statm: 4317 1223 414 3 0 896 0
[pid=18834] ppid=18811 vsize=0 CPUtime=14.59
/proc/18834/stat : 18834 (minisat-inc) R 18811 18811 17853 0 -1 4195332 196952 0 0 0 1310 149 0 0 24 0 1 0 44948961 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18834/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 53.44
Current children cumulated vsize (KiB) 17268

[startup+55.2016 s]
/proc/loadavg: 2.19 2.05 2.02 4/86 18864
/proc/meminfo: memFree=683968/2055920 swapFree=4181052/4192956
[pid=18811] ppid=18809 vsize=17268 CPUtime=53.62
/proc/18811/stat : 18811 (sugar++) R 18809 18811 17853 0 -1 4194304 1817 229385 0 4 8 14 4851 489 18 0 1 0 44945053 17682432 1224 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18811/statm: 4317 1224 415 3 0 896 0
Current children cumulated CPU time (s) 53.62
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.240002
#  lost CPU user time (s): 0.310001
#  lost CPU system time (s): -0.0699997

Real time (s): 55.3014
CPU time (s): 53.9788
CPU user time (s): 48.9156
CPU system time (s): 5.06322
CPU usage (%): 97.6085
Max. virtual memory (cumulated for all children) (KiB): 1041712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.6056
system time used= 5.13322
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231258
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56655
involuntary context switches= 57521

runsolver used 0.091986 second user time and 0.19497 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 19:07:51
IDJOB=1113351
IDBENCH=61568
IDSOLVER=367
FILE ID=node67/1113351-1215882471
PBS_JOBID= 7903557
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-2-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-1113351-1215882471/watcher-1113351-1215882471 -o /tmp/evaluation-result-1113351-1215882471/solver-1113351-1215882471 -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-1113351-1215882471.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ee5d5f6300aeed1f2733ccdf2cd5242f
RANDOM SEED=1610021983

node67.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.218
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.218
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:       1897344 kB
Buffers:          5888 kB
Cached:          57864 kB
SwapCached:       5608 kB
Active:         101972 kB
Inactive:        16492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897344 kB
SwapTotal:     4192956 kB
SwapFree:      4181052 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          62028 kB
Slab:            25104 kB
Committed_AS:   239812 kB
PageTables:       2020 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= 66424 MiB
End job on node67 at 2008-07-12 19:08:48