Trace number 1111916

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+minisatMSAT (TO)13 3600.09 3617.23

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-14_ext.xml
MD5SUM68b3fe5332aef7451ce40f90d3bc1cc1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints26
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 12:10:16 2008
0.00/0.04	c 0	PID 12531
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1111916-1215857416.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111916-1215857416.xml' 'HOME/temp.csp'
0.03/0.26	c 0	1 domains, 168 variables, 0 predicates, 2 relations, 26 constraints
0.03/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.38	c 0	Parsing HOME/temp.csp
0.23/0.47	c 0	parsed 197 expressions
0.23/0.48	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.48	c 0	MAX CSP: 26 constraints
0.23/0.48	c 0	Converting to clausal form CSP
0.23/0.50	c 0	converted 23 (10%) expressions
0.23/0.50	c 0	converted 46 (20%) expressions
0.23/0.50	c 0	converted 68 (30%) expressions
0.23/0.50	c 0	converted 91 (40%) expressions
0.23/0.50	c 0	converted 113 (50%) expressions
0.23/0.50	c 0	converted 136 (60%) expressions
0.23/0.50	c 0	converted 159 (70%) expressions
0.23/0.57	c 0	converted 181 (80%) expressions
0.23/0.73	c 0	converted 204 (90%) expressions
0.23/0.78	c 0	converted 226 (100%) expressions
0.23/0.78	c 0	CSP : 220 integers, 0 booleans, 77 clauses, largest domain size 40
0.23/0.78	c 0	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.78	c 0	Propagation in CSP
0.23/0.80	c 0	23 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.80	c 0	CSP : 220 integers, 0 booleans, 77 clauses, largest domain size 27
0.23/0.80	c 0	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.80	c 0	Simplifing CSP by introducing new Boolean variables
0.23/0.80	c 0	CSP : 220 integers, 0 booleans, 77 clauses, largest domain size 27
0.23/0.80	c 0	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.84	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.86	c 0	22 (10%) CSP integer variables are encoded (528 clauses, 5664 bytes)
0.23/0.87	c 0	44 (20%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
0.23/0.87	c 0	66 (30%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
0.23/0.87	c 0	88 (40%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
0.23/0.87	c 0	110 (50%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
0.23/0.87	c 0	132 (60%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
0.23/0.87	c 0	154 (70%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
0.23/0.87	c 0	176 (80%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
0.23/0.87	c 0	198 (90%) CSP integer variables are encoded (4062 clauses, 50743 bytes)
0.23/0.87	c 0	220 (100%) CSP integer variables are encoded (4212 clauses, 52693 bytes)
7.80/7.99	c 8	8 (10%) CSP clauses are encoded (104244 clauses, 8145000 bytes)
13.50/13.62	c 13	16 (20%) CSP clauses are encoded (185740 clauses, 14832212 bytes)
14.60/14.79	c 14	24 (30%) CSP clauses are encoded (211628 clauses, 17259205 bytes)
14.90/15.08	c 15	31 (40%) CSP clauses are encoded (218120 clauses, 17878861 bytes)
14.90/15.08	c 15	39 (50%) CSP clauses are encoded (218185 clauses, 17879897 bytes)
14.90/15.08	c 15	47 (60%) CSP clauses are encoded (218457 clauses, 17884291 bytes)
14.90/15.09	c 15	54 (70%) CSP clauses are encoded (219044 clauses, 17894479 bytes)
14.90/15.09	c 15	62 (80%) CSP clauses are encoded (219082 clauses, 17895061 bytes)
14.90/15.09	c 15	70 (90%) CSP clauses are encoded (219142 clauses, 17896017 bytes)
14.90/15.09	c 15	77 (100%) CSP clauses are encoded (219305 clauses, 17898706 bytes)
14.90/15.09	c 15	77 CSP clauses encoded
14.90/15.09	c 15	Writing map file : HOME/temp.map
14.90/15.09	c 15	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.90/15.09	c 15	SAT : 4432 SAT variables, 219305 SAT clauses, 17898706 bytes
14.90/15.09	c 15	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.00/15.14	c 15	OBJECTIVE minimize _COST
15.00/15.14	c 15	OBJECTIVE BOUND: 0 <= _COST <= 
15.00/15.14	c 15	SEARCHING: _COST <= 13
15.00/15.14	c 15	SOLVING HOME/temp.cnf
15.00/15.14	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.00/15.15	c 15	This is MiniSat 2.0 beta
15.00/15.15	c 15	WARNING: for repeatability, setting FPU to use double precision
15.00/15.15	c 15	============================[ Problem Statistics ]=============================
15.00/15.15	c 15	|                                                                             |
15.00/15.15	c 15	|  Number of variables:  4432                                                 |
15.00/15.15	c 15	|  Number of clauses:    219306                                               |
15.27/15.50	c 15	|  Parsing time:         0.32         s                                       |
15.36/15.52	c 15	============================[ Search Statistics ]==============================
15.36/15.52	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.36/15.52	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.36/15.52	c 15	===============================================================================
15.36/15.52	c 15	|         0 |    4367   218823  3367415 |    72941        0    nan |  0.000 % |
15.36/15.53	c 15	|       103 |    4367   218823  3367415 |    80235      103      6 |  1.467 % |
15.36/15.55	c 15	|       253 |    4367   218823  3367415 |    88258      253      6 |  1.467 % |
15.36/15.57	c 15	|       478 |    4367   218823  3367415 |    97084      478      7 |  1.467 % |
15.36/15.59	c 15	|       815 |    4367   218823  3367415 |   106792      815      8 |  1.467 % |
15.45/15.65	c 15	|      1322 |    4367   218823  3367415 |   117472     1322      8 |  1.467 % |
15.56/15.70	c 15	|      2081 |    4367   218823  3367415 |   129219     2081      8 |  1.467 % |
15.56/15.77	c 15	|      3220 |    4367   218823  3367415 |   142141     3220      8 |  1.467 % |
15.76/15.93	c 16	|      4929 |    4367   218823  3367415 |   156355     4929      9 |  1.467 % |
15.96/16.11	c 16	|      7494 |    4367   218823  3367415 |   171991     7494      9 |  1.467 % |
16.26/16.41	c 16	|     11338 |    4367   218823  3367415 |   189190    11338      9 |  1.467 % |
16.55/16.77	c 16	|     17104 |    4367   218823  3367415 |   208109    17104      9 |  1.467 % |
17.46/17.67	c 17	|     25754 |    4367   218823  3367415 |   228920    25754     10 |  1.467 % |
19.16/19.35	c 19	|     38728 |    4367   218823  3367415 |   251812    38728     10 |  1.467 % |
21.25/21.47	c 21	|     58189 |    4367   218823  3367415 |   276993    58189     11 |  1.467 % |
26.65/26.85	c 26	|     87381 |    4367   218823  3367415 |   304692    87381     12 |  1.467 % |
47.55/47.80	c 47	|    131170 |    4367   218823  3367415 |   335161   131170     15 |  1.467 % |
101.53/101.79	c 101	|    196854 |    4367   218823  3367415 |   368678   196854     16 |  1.467 % |
220.60/220.86	c 220	|    295381 |    4367   218823  3367415 |   405545   295381     18 |  1.467 % |
371.36/371.69	c 371	|    443171 |    4367   218823  3367415 |   446100    70357     18 |  1.467 % |
612.19/612.55	c 612	|    664854 |    4367   218823  3367415 |   490710   292040     23 |  1.467 % |
766.65/767.01	c 767	===============================================================================
766.65/767.01	c 767	restarts              : 21
766.65/767.01	c 767	conflicts             : 794456         (1057 /sec)
766.65/767.01	c 767	decisions             : 1204739        (1.62 % random) (1603 /sec)
766.65/767.01	c 767	propagations          : 108190141      (143968 /sec)
766.65/767.01	c 767	conflict literals     : 17631062       (27.54 % deleted)
766.65/767.01	c 767	Memory used           : 85.43 MB
766.65/767.01	c 767	CPU time              : 751.488 s
766.65/767.01	c 767	
766.65/767.02	c 767	SATISFIABLE
766.65/767.03	c 767	FOUND: _COST <= 13
766.65/767.03	s SATISFIABLE
766.65/767.03	c 767	DECODING HOME/temp.out WITH HOME/temp.map
766.65/767.03	c 767	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
766.70/767.12	c 767	Decoding HOME/temp.out
766.70/767.17	c 767	OBJECTIVE _COST 13
766.70/767.17	o 13
766.70/767.18	v 18 12 15 15 19 2 25 7 12 0 25 22 18 2 19 20 4 17 17 14 25 24 14 20 25 8 14 17 17 11 13 4 0 13 25 15 13 19 25 11 20 24 0 11 8 15 13 5 25 14 10 7 25 11 19 15 8 8 19 14 18 8 25 19 4 4 25 8 7 19 6 6 4 13 12 18 25 7 24 13 25 0 22 0 7 0 13 3 8 2 17 0 5 19 18 12 4 13 19 19 19 4 19 0 25 11 11 8 25 18 18 0 0 0 8 17 19 19 25 0 14 2 25 1 19 11 22 22 0 0 8 14 25 12 22 0 25 20 4 24 0 13 17 13 13 17 25 20 4 19 25 17 17 25 24 24 24 19 6 24 25 18 17 4 25 6 13 4
766.70/767.19	c 767	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
766.70/767.19	c 767	OBJECTIVE BOUND: 0 <= _COST <= 13
766.70/767.19	c 767	SEARCHING: _COST <= 6
766.70/767.19	c 767	SOLVING HOME/temp.cnf
766.70/767.19	c 767	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
766.70/767.20	c 767	This is MiniSat 2.0 beta
766.70/767.20	c 767	WARNING: for repeatability, setting FPU to use double precision
766.70/767.20	c 767	============================[ Problem Statistics ]=============================
766.70/767.20	c 767	|                                                                             |
766.85/767.20	c 767	|  Number of variables:  4432                                                 |
766.85/767.20	c 767	|  Number of clauses:    219306                                               |
766.85/767.55	c 767	|  Parsing time:         0.31         s                                       |
766.85/767.57	c 767	============================[ Search Statistics ]==============================
766.85/767.57	c 767	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
766.85/767.57	c 767	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
766.85/767.57	c 767	===============================================================================
766.85/767.57	c 767	|         0 |    4323   218483  3366520 |    72827        0    nan |  0.000 % |
766.85/767.58	c 767	|       100 |    4323   218483  3366520 |    80110      100      5 |  2.459 % |
766.85/767.58	c 767	|       250 |    4323   218483  3366520 |    88121      250      7 |  2.459 % |
766.85/767.63	c 767	|       475 |    4323   218483  3366520 |    96933      475      7 |  2.459 % |
766.85/767.64	c 767	|       813 |    4323   218483  3366520 |   106626      813      8 |  2.459 % |
766.85/767.68	c 767	|      1320 |    4323   218483  3366520 |   117289     1320      8 |  2.459 % |
767.44/767.87	c 767	|      2079 |    4323   218483  3366520 |   129018     2079     10 |  2.459 % |
767.54/767.97	c 768	|      3219 |    4323   218483  3366520 |   141920     3219     10 |  2.459 % |
767.73/768.14	c 768	|      4930 |    4323   218483  3366520 |   156112     4930     10 |  2.459 % |
768.23/768.66	c 768	|      7492 |    4323   218483  3366520 |   171723     7492     10 |  2.459 % |
769.11/769.51	c 769	|     11336 |    4323   218483  3366520 |   188896    11336     12 |  2.459 % |
770.50/770.98	c 771	|     17102 |    4323   218483  3366520 |   207785    17102     12 |  2.459 % |
775.44/775.94	c 776	|     25752 |    4323   218483  3366520 |   228564    25752     13 |  2.459 % |
779.59/780.19	c 780	|     38727 |    4323   218483  3366520 |   251420    38727     13 |  2.459 % |
788.10/788.78	c 788	|     58188 |    4323   218483  3366520 |   276562    58188     14 |  2.459 % |
811.83/812.76	c 812	|     87380 |    4323   218483  3366520 |   304219    87380     16 |  2.459 % |
850.09/851.45	c 851	|    131169 |    4323   218483  3366520 |   334641   131169     16 |  2.459 % |
919.79/921.96	c 922	|    196853 |    4323   218483  3366520 |   368105   196853     17 |  2.459 % |
1109.90/1114.23	c 1114	|    295380 |    4323   218483  3366520 |   404915   295380     18 |  2.459 % |
1412.72/1420.53	c 1420	|    443170 |    4323   218483  3366520 |   445407    77011     18 |  2.459 % |
1836.27/1848.99	c 1849	|    664855 |    4323   218483  3366520 |   489948   298696     20 |  2.459 % |
2449.51/2466.33	c 2466	|    997382 |    4323   218483  3366520 |   538942   183810     19 |  2.459 % |
3538.10/3555.24	c 3555	|   1496173 |    4323   218483  3366520 |   592837   185229     20 |  2.459 % |
3600.09/3617.22	c ERROR INTERRUPTED
3600.09/3617.22	c 3617	CPU 766.33 (0.03 0.01 766.3 0.51)
3600.09/3617.22	c 3617	END Sat Jul 12 13:10:33 2008

Verifier Data (download as text)

OK	13	13
13 unsatisfied constraints, 13 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-1111916-1215857416/watcher-1111916-1215857416 -o /tmp/evaluation-result-1111916-1215857416/solver-1111916-1215857416 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111916-1215857416.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/105 12531
/proc/meminfo: memFree=1866112/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=12272 CPUtime=0
/proc/12531/stat : 12531 (sugar) R 12529 12531 11295 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 42438836 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/12531/statm: 3068 365 274 3 0 168 0

[startup+0.109116 s]
/proc/loadavg: 1.99 1.98 1.99 4/105 12531
/proc/meminfo: memFree=1866112/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.03
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 42438836 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202126 s]
/proc/loadavg: 1.99 1.98 1.99 4/105 12531
/proc/meminfo: memFree=1866112/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.03
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 42438836 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302135 s]
/proc/loadavg: 1.99 1.98 1.99 4/105 12531
/proc/meminfo: memFree=1866112/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.03
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 916 127 0 0 2 1 0 0 15 0 1 0 42438836 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12531/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701177 s]
/proc/loadavg: 1.99 1.98 1.99 4/105 12531
/proc/meminfo: memFree=1866112/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.23
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 974 4304 0 1 2 1 18 2 15 0 1 0 42438836 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 1.99 1.98 1.99 3/116 12553
/proc/meminfo: memFree=1845928/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.23
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 974 4304 0 1 2 1 18 2 15 0 1 0 42438836 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 797 370 3 0 500 0
[pid=12544] ppid=12531 vsize=5356 CPUtime=0
/proc/12544/stat : 12544 (sh) S 12531 12531 11295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42438866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12544/statm: 1339 233 193 169 0 50 0
[pid=12545] ppid=12544 vsize=864380 CPUtime=1.17
/proc/12545/stat : 12545 (java) S 12544 12531 11295 0 -1 0 8037 0 1 0 114 3 0 0 18 0 9 0 42438867 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12545/statm: 216095 7235 2564 9 0 210642 0
[pid=12545/tid=12546] ppid=12544 vsize=864380 CPUtime=0.83
/proc/12545/task/12546/stat : 12546 (java) R 12544 12531 11295 0 -1 64 2770 0 1 0 82 1 0 0 23 0 9 0 42438868 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4126520535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12547] ppid=12544 vsize=864380 CPUtime=0.24
/proc/12545/task/12547/stat : 12547 (java) S 12544 12531 11295 0 -1 64 4230 0 0 0 23 1 0 0 16 0 9 0 42438869 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12548] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12548/stat : 12548 (java) S 12544 12531 11295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42438869 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12549] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12549/stat : 12549 (java) S 12544 12531 11295 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42438869 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12550] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12550/stat : 12550 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42438871 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12551] ppid=12544 vsize=864380 CPUtime=0.08
/proc/12545/task/12551/stat : 12551 (java) S 12544 12531 11295 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 42438871 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12552] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12552/stat : 12552 (java) S 12544 12531 11295 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42438871 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12553] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12553/stat : 12553 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42438871 885125120 7235 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883336

[startup+3.10145 s]
/proc/loadavg: 1.99 1.98 1.99 4/116 12553
/proc/meminfo: memFree=1842152/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.23
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 974 4304 0 1 2 1 18 2 15 0 1 0 42438836 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 797 370 3 0 500 0
[pid=12544] ppid=12531 vsize=5356 CPUtime=0
/proc/12544/stat : 12544 (sh) S 12531 12531 11295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42438866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12544/statm: 1339 233 193 169 0 50 0
[pid=12545] ppid=12544 vsize=864380 CPUtime=2.77
/proc/12545/stat : 12545 (java) S 12544 12531 11295 0 -1 0 9117 0 1 0 272 5 0 0 18 0 9 0 42438867 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12545/statm: 216095 8181 2564 9 0 210642 0
[pid=12545/tid=12546] ppid=12544 vsize=864380 CPUtime=2.34
/proc/12545/task/12546/stat : 12546 (java) R 12544 12531 11295 0 -1 64 2904 0 1 0 232 2 0 0 25 0 9 0 42438868 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12547] ppid=12544 vsize=864380 CPUtime=0.31
/proc/12545/task/12547/stat : 12547 (java) S 12544 12531 11295 0 -1 64 5172 0 0 0 30 1 0 0 16 0 9 0 42438869 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12548] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12548/stat : 12548 (java) S 12544 12531 11295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42438869 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12549] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12549/stat : 12549 (java) S 12544 12531 11295 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42438869 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12550] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12550/stat : 12550 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42438871 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12551] ppid=12544 vsize=864380 CPUtime=0.09
/proc/12545/task/12551/stat : 12551 (java) S 12544 12531 11295 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 42438871 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12552] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12552/stat : 12552 (java) S 12544 12531 11295 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42438871 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12553] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12553/stat : 12553 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42438871 885125120 8181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883336

[startup+6.30281 s]
/proc/loadavg: 1.99 1.98 1.99 3/116 12553
/proc/meminfo: memFree=1834144/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.23
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 974 4304 0 1 2 1 18 2 15 0 1 0 42438836 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 797 370 3 0 500 0
[pid=12544] ppid=12531 vsize=5356 CPUtime=0
/proc/12544/stat : 12544 (sh) S 12531 12531 11295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42438866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12544/statm: 1339 233 193 169 0 50 0
[pid=12545] ppid=12544 vsize=864380 CPUtime=5.98
/proc/12545/stat : 12545 (java) S 12544 12531 11295 0 -1 0 9762 0 1 0 587 11 0 0 18 0 9 0 42438867 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12545/statm: 216095 8551 2564 9 0 210642 0
[pid=12545/tid=12546] ppid=12544 vsize=864380 CPUtime=5.35
/proc/12545/task/12546/stat : 12546 (java) R 12544 12531 11295 0 -1 64 3177 0 1 0 529 6 0 0 25 0 9 0 42438868 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4126572533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12547] ppid=12544 vsize=864380 CPUtime=0.51
/proc/12545/task/12547/stat : 12547 (java) S 12544 12531 11295 0 -1 64 5543 0 0 0 48 3 0 0 16 0 9 0 42438869 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12548] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12548/stat : 12548 (java) S 12544 12531 11295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42438869 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12549] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12549/stat : 12549 (java) S 12544 12531 11295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42438869 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12550] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12550/stat : 12550 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42438871 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12551] ppid=12544 vsize=864380 CPUtime=0.09
/proc/12545/task/12551/stat : 12551 (java) S 12544 12531 11295 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 42438871 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12552] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12552/stat : 12552 (java) S 12544 12531 11295 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42438871 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12553] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12553/stat : 12553 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42438871 885125120 8551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883336

[startup+12.7015 s]
/proc/loadavg: 1.99 1.98 1.99 3/116 12553
/proc/meminfo: memFree=1825384/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=0.23
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 974 4304 0 1 2 1 18 2 16 0 1 0 42438836 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 797 370 3 0 500 0
[pid=12544] ppid=12531 vsize=5356 CPUtime=0
/proc/12544/stat : 12544 (sh) S 12531 12531 11295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42438866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12544/statm: 1339 233 193 169 0 50 0
[pid=12545] ppid=12544 vsize=864380 CPUtime=12.37
/proc/12545/stat : 12545 (java) S 12544 12531 11295 0 -1 0 13201 0 1 0 1217 20 0 0 18 0 9 0 42438867 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12545/statm: 216095 9103 2564 9 0 210642 0
[pid=12545/tid=12546] ppid=12544 vsize=864380 CPUtime=11.29
/proc/12545/task/12546/stat : 12546 (java) R 12544 12531 11295 0 -1 64 3649 0 1 0 1119 10 0 0 25 0 9 0 42438868 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4126609085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12547] ppid=12544 vsize=864380 CPUtime=0.95
/proc/12545/task/12547/stat : 12547 (java) S 12544 12531 11295 0 -1 64 8506 0 0 0 87 8 0 0 16 0 9 0 42438869 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12548] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12548/stat : 12548 (java) S 12544 12531 11295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42438869 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12549] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12549/stat : 12549 (java) S 12544 12531 11295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42438869 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12550] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12550/stat : 12550 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42438871 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12551] ppid=12544 vsize=864380 CPUtime=0.09
/proc/12545/task/12551/stat : 12551 (java) S 12544 12531 11295 0 -1 64 353 0 0 0 9 0 0 0 17 0 9 0 42438871 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12552] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12552/stat : 12552 (java) S 12544 12531 11295 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42438871 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12545/tid=12553] ppid=12544 vsize=864380 CPUtime=0
/proc/12545/task/12553/stat : 12553 (java) S 12544 12531 11295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42438871 885125120 9103 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883336

[startup+25.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/108 12555
/proc/meminfo: memFree=1813992/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=15.02
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1054 19452 0 2 3 1 1469 29 16 0 1 0 42438836 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 803 374 3 0 500 0
[pid=12554] ppid=12531 vsize=5356 CPUtime=0
/proc/12554/stat : 12554 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42440351 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12554/statm: 1339 232 193 169 0 50 0
[pid=12555] ppid=12554 vsize=33004 CPUtime=10.33
/proc/12555/stat : 12555 (minisat) R 12554 12531 11295 0 -1 4194304 8072 0 0 0 1028 5 0 0 25 0 1 0 42440351 33796096 8058 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/12555/statm: 8251 8059 76 150 0 8098 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 51960

[startup+51.1029 s]
/proc/loadavg: 1.99 1.98 1.99 3/108 12555
/proc/meminfo: memFree=1806824/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=15.02
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1054 19452 0 2 3 1 1469 29 16 0 1 0 42438836 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1774552/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=92808 CPUtime=2378.46
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 22440 0 0 0 237825 21 0 0 25 0 1 0 42515556 95035392 22426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 23202 22426 76 150 0 23049 0
Current children cumulated CPU time (s) 3145.31
Current children cumulated vsize (KiB) 111764

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1772824/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=94760 CPUtime=2438.44
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 22893 0 0 0 243822 22 0 0 25 0 1 0 42515556 97034240 22879 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 23690 22879 76 150 0 23537 0
Current children cumulated CPU time (s) 3205.29
Current children cumulated vsize (KiB) 113716

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1770904/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=96736 CPUtime=2498.42
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23373 0 0 0 249820 22 0 0 25 0 1 0 42515556 99057664 23359 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24184 23359 76 150 0 24031 0
Current children cumulated CPU time (s) 3265.27
Current children cumulated vsize (KiB) 115692

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769880/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97652 CPUtime=2558.4
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23621 0 0 0 255818 22 0 0 25 0 1 0 42515556 99995648 23607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24413 23607 76 150 0 24260 0
Current children cumulated CPU time (s) 3325.25
Current children cumulated vsize (KiB) 116608

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769888/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97652 CPUtime=2618.39
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23621 0 0 0 261817 22 0 0 25 0 1 0 42515556 99995648 23607 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24413 23607 76 150 0 24260 0
Current children cumulated CPU time (s) 3385.24
Current children cumulated vsize (KiB) 116608

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769632/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97652 CPUtime=2678.37
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23621 0 0 0 267815 22 0 0 25 0 1 0 42515556 99995648 23607 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24413 23607 76 150 0 24260 0
Current children cumulated CPU time (s) 3445.22
Current children cumulated vsize (KiB) 116608

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769696/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97652 CPUtime=2738.36
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23621 0 0 0 273814 22 0 0 25 0 1 0 42515556 99995648 23607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24413 23607 76 150 0 24260 0
Current children cumulated CPU time (s) 3505.21
Current children cumulated vsize (KiB) 116608

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769376/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97820 CPUtime=2798.35
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23666 0 0 0 279812 23 0 0 25 0 1 0 42515556 100167680 23652 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24455 23652 76 150 0 24302 0
Current children cumulated CPU time (s) 3565.2
Current children cumulated vsize (KiB) 116776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769312/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97984 CPUtime=2833.24
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23694 0 0 0 283301 23 0 0 25 0 1 0 42515556 100335616 23680 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24496 23680 76 150 0 24343 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 116940

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

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

[startup+3617.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 12607
/proc/meminfo: memFree=1769312/2055920 swapFree=4192812/4192956
[pid=12531] ppid=12529 vsize=13600 CPUtime=766.85
/proc/12531/stat : 12531 (sugar) S 12529 12531 11295 0 -1 4194304 1173 45030 0 3 3 1 76630 51 16 0 1 0 42438836 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12531/statm: 3400 804 374 3 0 500 0
[pid=12568] ppid=12531 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12531 12531 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42515556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=97984 CPUtime=2833.24
/proc/12569/stat : 12569 (minisat) R 12568 12531 11295 0 -1 4194304 23694 0 0 0 283301 23 0 0 25 0 1 0 42515556 100335616 23680 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 24496 23680 76 150 0 24343 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 116940

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12531 and gives
#  childrusage.ru_utime.tv_sec=766
#  childrusage.ru_utime.tv_usec=340498
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=542917
# CPU time returned by wait4() is 766.883
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.23
CPU time (s): 3600.09
CPU user time (s): 3599.34
CPU system time (s): 0.75
CPU usage (%): 99.5261
Max. virtual memory (cumulated for all children) (KiB): 885908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 766.34
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46546
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= 10179
involuntary context switches= 11174

runsolver used 5.10422 second user time and 14.6428 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-12 12:10:16
IDJOB=1111916
IDBENCH=61339
IDSOLVER=368
FILE ID=node85/1111916-1215857416
PBS_JOBID= 7903430
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg12-14_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111916-1215857416/watcher-1111916-1215857416 -o /tmp/evaluation-result-1111916-1215857416/solver-1111916-1215857416 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111916-1215857416.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68b3fe5332aef7451ce40f90d3bc1cc1
RANDOM SEED=592261313

node85.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.225
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.225
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866528 kB
Buffers:          9744 kB
Cached:          57780 kB
SwapCached:          0 kB
Active:         123124 kB
Inactive:        18636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:          93768 kB
Slab:            30104 kB
Committed_AS:  1098924 kB
PageTables:       3908 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= 126844 MiB
End job on node85 at 2008-07-12 13:10:35