Trace number 1113327

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)616 52.689 54.2232

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-5-10.xml
MD5SUMdab22198d713de39e1a6ee4f6f645a21
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints77
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints3973
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3973
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.45	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.45	c 0	BEGIN Sat Jul 12 19:01:02 2008
0.05/0.45	c 0	PID 18867
0.05/0.45	c 0	HOST node17.alineos.net
0.05/0.45	c 0	CONVERTING HOME/instance-1113327-1215882061.xml TO HOME/temp.csp
0.05/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113327-1215882061.xml' 'HOME/temp.csp'
0.56/1.15	c 1	1 domains, 186 variables, 1 predicates, 0 relations, 3973 constraints
0.62/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.62/1.20	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.62/1.28	c 1	Parsing HOME/temp.csp
0.62/1.50	c 1	parsed 4161 expressions
0.62/1.61	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/1.65	c 1	MAX CSP: 3973 constraints
0.62/1.65	c 1	Converting to clausal form CSP
0.62/1.84	c 2	converted 814 (10%) expressions
0.62/1.88	c 2	converted 1628 (20%) expressions
0.62/1.90	c 2	converted 2442 (30%) expressions
0.62/1.94	c 2	converted 3255 (40%) expressions
0.62/1.96	c 2	converted 4069 (50%) expressions
0.62/2.01	c 2	converted 4883 (60%) expressions
0.62/2.03	c 2	converted 5696 (70%) expressions
0.62/2.05	c 2	converted 6510 (80%) expressions
0.62/2.07	c 2	converted 7324 (90%) expressions
1.68/2.46	c 2	converted 8137 (100%) expressions
1.68/2.46	c 2	CSP : 8132 integers, 0 booleans, 11918 clauses, largest domain size 5960
1.68/2.46	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/2.46	c 2	Propagation in CSP
1.88/2.62	c 2	3966 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.88/2.62	c 2	CSP : 8132 integers, 0 booleans, 11918 clauses, largest domain size 3974
1.88/2.62	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.63	c 2	Simplifing CSP by introducing new Boolean variables
1.98/2.75	c 2	CSP : 8132 integers, 7946 booleans, 19864 clauses, largest domain size 3974
1.98/2.75	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.84	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.08/2.87	c 3	814 (10%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
2.08/2.88	c 3	1627 (20%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
2.08/2.88	c 3	2440 (30%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
2.08/2.88	c 3	3253 (40%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
2.08/2.88	c 3	4066 (50%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
2.08/2.89	c 3	4880 (60%) CSP integer variables are encoded (10622 clauses, 145874 bytes)
2.18/2.91	c 3	5693 (70%) CSP integer variables are encoded (18497 clauses, 263999 bytes)
2.18/2.92	c 3	6506 (80%) CSP integer variables are encoded (27499 clauses, 399029 bytes)
2.18/2.97	c 3	7319 (90%) CSP integer variables are encoded (72871 clauses, 1079609 bytes)
2.18/2.99	c 3	8132 (100%) CSP integer variables are encoded (84806 clauses, 1258634 bytes)
2.27/3.07	c 3	1987 (10%) CSP clauses are encoded (98718 clauses, 1487685 bytes)
2.37/3.11	c 3	3973 (20%) CSP clauses are encoded (112620 clauses, 1727113 bytes)
2.37/3.15	c 3	5960 (30%) CSP clauses are encoded (126532 clauses, 1971698 bytes)
2.37/3.19	c 3	7946 (40%) CSP clauses are encoded (140434 clauses, 2215878 bytes)
2.49/3.23	c 3	9932 (50%) CSP clauses are encoded (154336 clauses, 2461246 bytes)
2.49/3.26	c 3	11919 (60%) CSP clauses are encoded (168239 clauses, 2718943 bytes)
4.27/5.06	c 5	13905 (70%) CSP clauses are encoded (1175101 clauses, 24212682 bytes)
9.61/10.43	c 10	15892 (80%) CSP clauses are encoded (4158016 clauses, 88186786 bytes)
23.80/24.86	c 25	17878 (90%) CSP clauses are encoded (12143694 clauses, 259224597 bytes)
37.66/39.20	c 39	19864 (100%) CSP clauses are encoded (20063800 clauses, 429300669 bytes)
37.76/39.20	c 39	19864 CSP clauses encoded
37.76/39.20	c 39	Writing map file : HOME/temp.map
37.76/39.24	c 39	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.76/39.24	c 39	SAT : 100884 SAT variables, 20063800 SAT clauses, 429300669 bytes
37.76/39.24	c 39	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.76/39.27	c 39	OBJECTIVE minimize _COST
37.76/39.27	c 39	SOLVING HOME/temp.cnf
37.76/39.27	c 39	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
37.76/39.27	c 39	This is MiniSat 2.0 beta incremental
37.76/39.27	c 39	WARNING: for repeatability, setting FPU to use double precision
37.76/39.27	c 39	============================[ Problem Statistics ]=============================
37.76/39.27	c 39	|                                                                             |
37.76/39.27	c 39	|  Number of variables:  100884                                               |
37.76/39.27	c 39	|  Number of clauses:    20063800                                             |
46.57/48.06	c 48	|  Parsing time:         7.36         s                                       |
47.06/48.52	c 48	OK
47.06/48.52	c 48	OBJECTIVE BOUND: 0 <= _COST <= 
47.06/48.52	c 48	SEARCHING: _COST <= 1987
47.06/48.52	c 48	============================[ Search Statistics ]==============================
47.06/48.52	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.06/48.52	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.06/48.52	c 48	===============================================================================
47.06/48.52	c 48	|         0 |  100884 20063800 59920093 |  6687933        0    nan |  0.000 % |
49.36/50.85	c 51	|       102 |  100884 20063800 59920093 |  7356726      102     17 |  0.000 % |
50.27/51.75	c 51	===============================================================================
50.27/51.76	c 51	restarts              : 2
50.27/51.76	c 51	conflicts             : 114           (10 /sec)
50.27/51.76	c 51	decisions             : 7460          (0.62 % random) (679 /sec)
50.27/51.76	c 51	propagations          : 234427         (21350 /sec)
50.27/51.76	c 51	conflict literals     : 2117           (5.83 % deleted)
50.27/51.76	c 51	Memory used           : 824.64 MB
50.27/51.76	c 51	CPU time              : 10.9803 s
50.27/51.76	c 51	
50.27/51.76	c 51	SATISFIABLE
50.27/51.79	c 51	OK
50.27/51.79	c 51	FOUND: _COST <= 1987
50.27/51.79	s SATISFIABLE
50.27/51.79	c 51	DECODING HOME/temp.out WITH HOME/temp.map
50.27/51.79	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'
50.35/51.87	c 52	Decoding HOME/temp.out
50.35/52.14	c 52	OBJECTIVE _COST 1987
50.35/52.14	o 1987
50.35/52.14	v 7 7 8 8 2 3 3 9 4 7 7 8 7 9 7 9 2 2 1 0 9 1 7 2 5 4 7 0 6 9 8 8 6 8 9 7 8 5 5 6 8 3 6 6 8 6 6 6 6 6 6 6 6 6 5 6 6 6 6 4 9 8 6 6 6 6 6 6 6 6 8 3 7 9 8 5 6 8 8 6 6 3 5 8 8 9 6 6 8 5 5 8 4 3 4 4 5 5 6 8 6 6 6 6 6 6 9 9 8 9 6 6 6 1 3 5 6 8 5 8 9 6 6 6 8 9 8 9 8 5 9 8 6 6 6 6 6 8 6 9 8 9 5 6 9 6 6 6 6 9 5 9 6 6 6 6 6 9 9 9 8 3 6 5 4 7 6 4 3 6 5 8 0 6 8 4 3 8 8 9 6 6 9 3 6 6
50.35/52.15	c 52	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
50.35/52.17	c 52	OK
50.35/52.17	c 52	OBJECTIVE BOUND: 0 <= _COST <= 1987
50.35/52.17	c 52	SEARCHING: _COST <= 993
50.35/52.17	c 52	============================[ Search Statistics ]==============================
50.35/52.17	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.35/52.17	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.35/52.17	c 52	===============================================================================
50.35/52.17	c 52	|       114 |  100884 20063800 59920093 |  6687933      114     19 |  0.000 % |
51.84/53.39	c 53	===============================================================================
51.84/53.39	c 53	restarts              : 3
51.84/53.39	c 53	conflicts             : 120           (10 /sec)
51.84/53.39	c 53	decisions             : 9588          (0.62 % random) (785 /sec)
51.84/53.39	c 53	propagations          : 338940         (27738 /sec)
51.84/53.39	c 53	conflict literals     : 2310           (5.91 % deleted)
51.84/53.39	c 53	Memory used           : 832.31 MB
51.84/53.39	c 53	CPU time              : 12.2191 s
51.84/53.39	c 53	
51.84/53.39	c 53	SATISFIABLE
51.95/53.43	c 53	OK
51.95/53.43	c 53	FOUND: _COST <= 993
51.95/53.43	c 53	DECODING HOME/temp.out WITH HOME/temp.map
51.95/53.43	c 53	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.98/53.51	c 53	Decoding HOME/temp.out
52.33/53.83	c ERROR INTERRUPTED
52.45/54.00	c 54	CPU 47.22 (0.07 0.03 47.15 4.87)
52.45/54.00	c 54	END Sat Jul 12 19:01:56 2008

Verifier Data (download as text)

OK	616	3357
616 unsatisfied constraints, 3357 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-1113327-1215882061/watcher-1113327-1215882061 -o /tmp/evaluation-result-1113327-1215882061/solver-1113327-1215882061 -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-1113327-1215882061.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.99 3.21 3.19 5/80 18867
/proc/meminfo: memFree=1775848/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=18572 CPUtime=0
/proc/18867/stat : 18867 (runsolver) R 18865 18867 18824 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44908604 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18867/statm: 4643 292 257 25 0 2626 0

[startup+0.0919119 s]
/proc/loadavg: 2.99 3.21 3.19 5/80 18867
/proc/meminfo: memFree=1775848/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=2552 CPUtime=0
/proc/18867/stat : 18867 (sugar++) R 18865 18867 18824 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 44908604 2613248 33 996147200 4194304 4206940 548682068528 18446744073709551615 245480093065 0 0 4096 0 0 0 0 17 1 0 0
/proc/18867/statm: 918 36 27 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2552

[startup+0.101907 s]
/proc/loadavg: 2.99 3.21 3.19 5/80 18867
/proc/meminfo: memFree=1775848/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=4708 CPUtime=0
/proc/18867/stat : 18867 (sugar++) R 18865 18867 18824 0 -1 4194304 58 0 0 0 0 0 0 0 18 0 1 0 44908604 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 245480093065 0 0 4096 0 0 0 0 17 1 0 0
/proc/18867/statm: 1567 44 33 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4708

[startup+0.302112 s]
/proc/loadavg: 2.99 3.21 3.19 5/80 18867
/proc/meminfo: memFree=1775848/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=14908 CPUtime=0.05
/proc/18867/stat : 18867 (sugar++) R 18865 18867 18824 0 -1 4194304 881 0 0 0 3 2 0 0 18 0 1 0 44908604 15265792 849 996147200 4194304 4206940 548682068528 18446744073709551615 245500700293 0 0 4224 0 0 0 0 17 1 0 0
/proc/18867/statm: 3727 849 378 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14908

[startup+0.701161 s]
/proc/loadavg: 2.99 3.21 3.19 5/80 18867
/proc/meminfo: memFree=1775848/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=16740 CPUtime=0.07
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 44908604 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18867/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50124 s]
/proc/loadavg: 2.99 3.21 3.19 5/91 18879
/proc/meminfo: memFree=1760656/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=16740 CPUtime=0.62
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1296 6976 0 1 5 2 50 5 15 0 1 0 44908604 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18867/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16740

[startup+3.1024 s]
/proc/loadavg: 2.99 3.20 3.19 4/91 18889
/proc/meminfo: memFree=1755024/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=16740 CPUtime=0.62
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1297 6976 0 1 5 2 50 5 15 0 1 0 44908604 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18867/statm: 4185 1104 409 3 0 764 0
[pid=18880] ppid=18867 vsize=5356 CPUtime=0
/proc/18880/stat : 18880 (sh) S 18867 18867 18824 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44908724 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18880/statm: 1339 233 193 169 0 50 0
[pid=18881] ppid=18880 vsize=868516 CPUtime=1.75
/proc/18881/stat : 18881 (java) S 18880 18867 18824 0 -1 0 9533 0 1 0 168 7 0 0 19 0 9 0 44908725 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18881/statm: 217129 8609 2565 9 0 211676 0
[pid=18881/tid=18882] ppid=18880 vsize=868516 CPUtime=1.07
/proc/18881/task/18882/stat : 18882 (java) R 18880 18867 18824 0 -1 64 2906 0 1 0 104 3 0 0 25 0 9 0 44908725 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4126567084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18883] ppid=18880 vsize=868516 CPUtime=0.4
/proc/18881/task/18883/stat : 18883 (java) S 18880 18867 18824 0 -1 64 4427 0 0 0 38 2 0 0 16 0 9 0 44908726 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18884] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18884/stat : 18884 (java) S 18880 18867 18824 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18885] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18885/stat : 18885 (java) S 18880 18867 18824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18886] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18886/stat : 18886 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18887] ppid=18880 vsize=868516 CPUtime=0.26
/proc/18881/task/18887/stat : 18887 (java) S 18880 18867 18824 0 -1 64 1507 0 0 0 25 1 0 0 16 0 9 0 44908729 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18888] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18888/stat : 18888 (java) S 18880 18867 18824 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18889] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18889/stat : 18889 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44908729 889360384 8609 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 890612

[startup+6.30173 s]
/proc/loadavg: 2.99 3.20 3.19 4/91 18889
/proc/meminfo: memFree=1719312/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=16740 CPUtime=0.63
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1297 6976 0 1 5 3 50 5 16 0 1 0 44908604 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18867/statm: 4185 1104 409 3 0 764 0
[pid=18880] ppid=18867 vsize=5356 CPUtime=0
/proc/18880/stat : 18880 (sh) S 18867 18867 18824 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44908724 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18880/statm: 1339 233 193 169 0 50 0
[pid=18881] ppid=18880 vsize=868516 CPUtime=4.93
/proc/18881/stat : 18881 (java) S 18880 18867 18824 0 -1 0 10186 0 1 0 458 35 0 0 19 0 9 0 44908725 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18881/statm: 217129 8617 2565 9 0 211676 0
[pid=18881/tid=18882] ppid=18880 vsize=868516 CPUtime=4.04
/proc/18881/task/18882/stat : 18882 (java) R 18880 18867 18824 0 -1 64 3553 0 1 0 378 26 0 0 24 0 9 0 44908725 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4126477385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18883] ppid=18880 vsize=868516 CPUtime=0.59
/proc/18881/task/18883/stat : 18883 (java) S 18880 18867 18824 0 -1 64 4427 0 0 0 53 6 0 0 16 0 9 0 44908726 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18884] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18884/stat : 18884 (java) S 18880 18867 18824 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18885] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18885/stat : 18885 (java) S 18880 18867 18824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18886] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18886/stat : 18886 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18887] ppid=18880 vsize=868516 CPUtime=0.27
/proc/18881/task/18887/stat : 18887 (java) S 18880 18867 18824 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18888] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18888/stat : 18888 (java) S 18880 18867 18824 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18889] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18889/stat : 18889 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 890612

[startup+12.7024 s]
/proc/loadavg: 2.99 3.20 3.18 4/91 18889
/proc/meminfo: memFree=1641368/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=16740 CPUtime=0.63
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1297 6976 0 1 5 3 50 5 16 0 1 0 44908604 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18867/statm: 4185 1104 409 3 0 764 0
[pid=18880] ppid=18867 vsize=5356 CPUtime=0
/proc/18880/stat : 18880 (sh) S 18867 18867 18824 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44908724 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18880/statm: 1339 233 193 169 0 50 0
[pid=18881] ppid=18880 vsize=868516 CPUtime=11.26
/proc/18881/stat : 18881 (java) S 18880 18867 18824 0 -1 0 11498 0 1 0 1037 89 0 0 19 0 9 0 44908725 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18881/statm: 217129 8617 2565 9 0 211676 0
[pid=18881/tid=18882] ppid=18880 vsize=868516 CPUtime=10.01
/proc/18881/task/18882/stat : 18882 (java) R 18880 18867 18824 0 -1 64 4865 0 1 0 928 73 0 0 25 0 9 0 44908725 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4127052896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18883] ppid=18880 vsize=868516 CPUtime=0.96
/proc/18881/task/18883/stat : 18883 (java) S 18880 18867 18824 0 -1 64 4427 0 0 0 82 14 0 0 16 0 9 0 44908726 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18884] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18884/stat : 18884 (java) S 18880 18867 18824 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18885] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18885/stat : 18885 (java) S 18880 18867 18824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18886] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18886/stat : 18886 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18887] ppid=18880 vsize=868516 CPUtime=0.27
/proc/18881/task/18887/stat : 18887 (java) S 18880 18867 18824 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18888] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18888/stat : 18888 (java) S 18880 18867 18824 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18889] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18889/stat : 18889 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 890612

[startup+25.5027 s]
/proc/loadavg: 2.84 3.16 3.17 4/91 18889
/proc/meminfo: memFree=1483352/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=16740 CPUtime=0.63
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1297 6976 0 1 5 3 50 5 16 0 1 0 44908604 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18867/statm: 4185 1104 409 3 0 764 0
[pid=18880] ppid=18867 vsize=5356 CPUtime=0
/proc/18880/stat : 18880 (sh) S 18867 18867 18824 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44908724 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18880/statm: 1339 233 193 169 0 50 0
[pid=18881] ppid=18880 vsize=868516 CPUtime=23.85
/proc/18881/stat : 18881 (java) S 18880 18867 18824 0 -1 0 14068 0 1 0 2187 198 0 0 19 0 9 0 44908725 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18881/statm: 217129 8617 2565 9 0 211676 0
[pid=18881/tid=18882] ppid=18880 vsize=868516 CPUtime=21.85
/proc/18881/task/18882/stat : 18882 (java) R 18880 18867 18824 0 -1 64 7435 0 1 0 2019 166 0 0 25 0 9 0 44908725 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4126566935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18883] ppid=18880 vsize=868516 CPUtime=1.7
/proc/18881/task/18883/stat : 18883 (java) S 18880 18867 18824 0 -1 64 4427 0 0 0 140 30 0 0 16 0 9 0 44908726 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18884] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18884/stat : 18884 (java) S 18880 18867 18824 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18885] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18885/stat : 18885 (java) S 18880 18867 18824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44908727 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18886] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18886/stat : 18886 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18887] ppid=18880 vsize=868516 CPUtime=0.27
/proc/18881/task/18887/stat : 18887 (java) S 18880 18867 18824 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18881/tid=18888] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18888/stat : 18888 (java) S 18880 18867 18824 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18881/tid=18889] ppid=18880 vsize=868516 CPUtime=0
/proc/18881/task/18889/stat : 18889 (java) S 18880 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44908729 889360384 8617 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 890612

[startup+51.1013 s]
/proc/loadavg: 2.88 3.14 3.16 3/72 18902
/proc/meminfo: memFree=678832/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=17268 CPUtime=37.86
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1574 24157 0 2 7 3 3457 319 16 0 1 0 44908604 17682432 1224 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18867/statm: 4317 1224 414 3 0 896 0
[pid=18893] ppid=18867 vsize=841776 CPUtime=11.8
/proc/18893/stat : 18893 (minisat-inc) R 18867 18867 18824 0 -1 4194304 202472 0 0 0 1032 148 0 0 25 0 1 0 44912531 861978624 202420 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/18893/statm: 210444 202420 74 151 0 210290 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 859044



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+53.8026 s]
/proc/loadavg: 2.89 3.14 3.16 5/82 18922
/proc/meminfo: memFree=655960/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=17268 CPUtime=38.22
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1710 28243 0 3 7 3 3490 322 16 0 1 0 44908604 17682432 1225 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18867/statm: 4317 1225 414 3 0 896 0
[pid=18893] ppid=18867 vsize=852284 CPUtime=13.76
/proc/18893/stat : 18893 (minisat-inc) S 18867 18867 18824 0 -1 4194304 205106 0 0 0 1225 151 0 0 25 0 1 0 44912531 872738816 205050 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 213071 205050 80 151 0 212917 0
[pid=18913] ppid=18867 vsize=5356 CPUtime=0
/proc/18913/stat : 18913 (sh) S 18867 18867 18824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44913948 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18913/statm: 1339 233 193 169 0 50 0
[pid=18914] ppid=18913 vsize=196044 CPUtime=0.35
/proc/18914/stat : 18914 (java) S 18913 18867 18824 0 -1 0 3724 0 1 0 33 2 0 0 18 0 9 0 44913948 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18914/statm: 49011 3194 1666 9 0 43593 0
[pid=18914/tid=18915] ppid=18913 vsize=196044 CPUtime=0.26
/proc/18914/task/18915/stat : 18915 (java) R 18913 18867 18824 0 -1 64 2474 0 1 0 25 1 0 0 19 0 9 0 44913949 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18916] ppid=18913 vsize=196044 CPUtime=0.01
/proc/18914/task/18916/stat : 18916 (java) S 18913 18867 18824 0 -1 64 238 0 0 0 1 0 0 0 16 0 9 0 44913950 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18917] ppid=18913 vsize=196044 CPUtime=0
/proc/18914/task/18917/stat : 18917 (java) S 18913 18867 18824 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 44913950 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18918] ppid=18913 vsize=196044 CPUtime=0
/proc/18914/task/18918/stat : 18918 (java) S 18913 18867 18824 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 44913950 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18919] ppid=18913 vsize=196044 CPUtime=0
/proc/18914/task/18919/stat : 18919 (java) S 18913 18867 18824 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44913952 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18920] ppid=18913 vsize=196044 CPUtime=0.07
/proc/18914/task/18920/stat : 18920 (java) R 18913 18867 18824 0 -1 64 321 0 0 0 7 0 0 0 17 0 9 0 44913952 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 102001122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18921] ppid=18913 vsize=196044 CPUtime=0
/proc/18914/task/18921/stat : 18921 (java) S 18913 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44913952 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18922] ppid=18913 vsize=196044 CPUtime=0
/proc/18914/task/18922/stat : 18922 (java) S 18913 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44913952 200749056 3194 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.33
Current children cumulated vsize (KiB) 1070952

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

[startup+53.9321 s]
/proc/loadavg: 2.89 3.14 3.16 5/82 18922
/proc/meminfo: memFree=655960/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=17268 CPUtime=38.22
/proc/18867/stat : 18867 (sugar++) S 18865 18867 18824 0 -1 4194304 1721 28243 0 3 7 3 3490 322 15 0 1 0 44908604 17682432 1225 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18867/statm: 4317 1225 414 3 0 896 0
[pid=18893] ppid=18867 vsize=0 CPUtime=13.83
/proc/18893/stat : 18893 (minisat-inc) R 18867 18867 18824 0 -1 4195332 205106 0 0 0 1225 158 0 0 23 0 1 0 44912531 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18893/statm: 0 0 0 0 0 0 0
[pid=18913] ppid=18867 vsize=0 CPUtime=0
/proc/18913/stat : 18913 (sh) Z 18867 18867 18824 0 -1 4195340 278 0 0 0 0 0 0 0 15 0 1 0 44913948 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18913/statm: 0 0 0 0 0 0 0
[pid=18914] ppid=1 vsize=196692 CPUtime=0.4
/proc/18914/stat : 18914 (java) S 1 18867 18824 0 -1 0 3758 0 1 0 38 2 0 0 15 0 9 0 44913948 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18914/statm: 49173 3225 1671 9 0 43755 0
[pid=18914/tid=18915] ppid=1 vsize=196692 CPUtime=0.3
/proc/18914/task/18915/stat : 18915 (java) S 1 18867 18824 0 -1 64 2474 0 1 0 29 1 0 0 19 0 9 0 44913949 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18916] ppid=1 vsize=196692 CPUtime=0.01
/proc/18914/task/18916/stat : 18916 (java) R 1 18867 18824 0 -1 64 238 0 0 0 1 0 0 0 16 0 9 0 44913950 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18917] ppid=1 vsize=196692 CPUtime=0
/proc/18914/task/18917/stat : 18917 (java) S 1 18867 18824 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 44913950 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18918] ppid=1 vsize=196692 CPUtime=0
/proc/18914/task/18918/stat : 18918 (java) S 1 18867 18824 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 44913950 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18920] ppid=1 vsize=196692 CPUtime=0.07
/proc/18914/task/18920/stat : 18920 (java) S 1 18867 18824 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 44913952 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18914/tid=18921] ppid=1 vsize=196692 CPUtime=0
/proc/18914/task/18921/stat : 18921 (java) S 1 18867 18824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44913952 201412608 3225 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.45
Current children cumulated vsize (KiB) 213960

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

[startup+54.0067 s]
/proc/loadavg: 2.89 3.14 3.16 5/82 18922
/proc/meminfo: memFree=655960/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=17268 CPUtime=52.13
/proc/18867/stat : 18867 (sugar++) R 18865 18867 18824 0 -1 4194304 1748 233627 0 3 7 4 4715 487 18 0 1 0 44908604 17682432 1226 996147200 4194304 4206940 548682068528 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18867/statm: 4317 1226 415 3 0 896 0
Current children cumulated CPU time (s) 52.13
Current children cumulated vsize (KiB) 17268

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

[startup+54.2209 s]
/proc/loadavg: 2.89 3.14 3.16 5/82 18922
/proc/meminfo: memFree=655960/2055920 swapFree=4181420/4192956
[pid=18867] ppid=18865 vsize=17268 CPUtime=52.35
/proc/18867/stat : 18867 (sugar++) R 18865 18867 18824 0 -1 4194304 1748 233627 0 3 7 26 4715 487 18 0 1 0 44908604 17682432 1226 996147200 4194304 4206940 548682068528 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18867/statm: 4317 1226 415 3 0 896 0
Current children cumulated CPU time (s) 52.35
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.32
#  lost CPU user time (s): 0.380001
#  lost CPU system time (s): -0.0599999

Real time (s): 54.2232
CPU time (s): 52.689
CPU user time (s): 47.6128
CPU system time (s): 5.07622
CPU usage (%): 97.1706
Max. virtual memory (cumulated for all children) (KiB): 1070952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.2328
system time used= 5.13622
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235431
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54820
involuntary context switches= 55267

runsolver used 0.077988 second user time and 0.19697 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-12 19:01:01
IDJOB=1113327
IDBENCH=61564
IDSOLVER=367
FILE ID=node17/1113327-1215882061
PBS_JOBID= 7903640
Free space on /tmp= 66404 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dab22198d713de39e1a6ee4f6f645a21
RANDOM SEED=619183786

node17.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.240
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.240
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:       1776392 kB
Buffers:         10280 kB
Cached:          43480 kB
SwapCached:       5264 kB
Active:         211356 kB
Inactive:        14252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776392 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         188124 kB
Slab:            38852 kB
Committed_AS:  1016700 kB
PageTables:       2272 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= 66392 MiB
End job on node17 at 2008-07-12 19:01:58