Trace number 1111900

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)10 3600.02 3616.46

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-10_ext.xml
MD5SUMb1136f6831347ed9b7de8a63d714421a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul 12 12:06:51 2008
0.00/0.16	c 0	PID 16491
0.00/0.16	c 0	HOST node13.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1111900-1215857210.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111900-1215857210.xml' 'HOME/temp.csp'
0.04/0.50	c 0	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.04/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.56	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.36/0.64	c 0	Parsing HOME/temp.csp
0.36/0.93	c 0	parsed 112 expressions
0.36/0.96	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.96	c 0	MAX CSP: 19 constraints
0.36/0.96	c 0	Converting to clausal form CSP
0.36/0.98	c 0	converted 14 (10%) expressions
0.36/0.98	c 0	converted 27 (20%) expressions
0.36/0.98	c 0	converted 41 (30%) expressions
0.36/0.98	c 0	converted 54 (40%) expressions
0.36/0.98	c 0	converted 67 (50%) expressions
0.36/0.98	c 0	converted 81 (60%) expressions
0.36/0.99	c 0	converted 94 (70%) expressions
1.17/1.49	c 1	converted 108 (80%) expressions
1.58/1.81	c 1	converted 121 (90%) expressions
1.67/1.96	c 1	converted 134 (100%) expressions
1.67/1.96	c 1	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 29
1.67/1.96	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.96	c 1	Propagation in CSP
1.67/1.97	c 1	16 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.67/1.97	c 1	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 26
1.67/1.97	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.97	c 1	Simplifing CSP by introducing new Boolean variables
1.67/1.97	c 1	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 26
1.67/1.97	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.87/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.87/2.13	c 2	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.87/2.14	c 2	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.87/2.14	c 2	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.87/2.14	c 2	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
1.87/2.14	c 2	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
1.87/2.14	c 2	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.87/2.14	c 2	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.87/2.14	c 2	103 (80%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.87/2.14	c 2	116 (90%) CSP integer variables are encoded (2189 clauses, 26394 bytes)
1.87/2.14	c 2	128 (100%) CSP integer variables are encoded (2284 clauses, 27629 bytes)
37.31/37.99	c 37	6 (10%) CSP clauses are encoded (237172 clauses, 15141013 bytes)
68.80/69.70	c 69	12 (20%) CSP clauses are encoded (454502 clauses, 29171314 bytes)
88.31/89.46	c 89	17 (30%) CSP clauses are encoded (606347 clauses, 40299939 bytes)
96.13/97.35	c 97	23 (40%) CSP clauses are encoded (667101 clauses, 45061180 bytes)
96.13/97.35	c 97	28 (50%) CSP clauses are encoded (667132 clauses, 45061666 bytes)
96.13/97.35	c 97	34 (60%) CSP clauses are encoded (667162 clauses, 45062130 bytes)
96.13/97.35	c 97	40 (70%) CSP clauses are encoded (667254 clauses, 45063654 bytes)
96.13/97.35	c 97	45 (80%) CSP clauses are encoded (667287 clauses, 45064170 bytes)
96.13/97.36	c 97	51 (90%) CSP clauses are encoded (667445 clauses, 45066642 bytes)
96.13/97.36	c 97	56 (100%) CSP clauses are encoded (667775 clauses, 45072222 bytes)
96.13/97.36	c 97	56 CSP clauses encoded
96.13/97.36	c 97	Writing map file : HOME/temp.map
96.13/97.36	c 97	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.13/97.36	c 97	SAT : 2412 SAT variables, 667775 SAT clauses, 45072222 bytes
96.13/97.36	c 97	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.19/97.42	c 97	OBJECTIVE minimize _COST
96.19/97.42	c 97	OBJECTIVE BOUND: 0 <= _COST <= 
96.19/97.42	c 97	SEARCHING: _COST <= 10
96.19/97.42	c 97	SOLVING HOME/temp.cnf
96.19/97.42	c 97	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.19/97.43	c 97	This is MiniSat 2.0 beta
96.19/97.43	c 97	WARNING: for repeatability, setting FPU to use double precision
96.19/97.43	c 97	============================[ Problem Statistics ]=============================
96.19/97.43	c 97	|                                                                             |
96.19/97.43	c 97	|  Number of variables:  2412                                                 |
96.19/97.43	c 97	|  Number of clauses:    667776                                               |
97.17/98.42	c 98	|  Parsing time:         0.89         s                                       |
97.17/98.48	c 98	============================[ Search Statistics ]==============================
97.17/98.48	c 98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.17/98.48	c 98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.17/98.48	c 98	===============================================================================
97.17/98.48	c 98	|         0 |    2367   667507  8778876 |   222502        0    nan |  0.000 % |
97.27/98.50	c 98	|       101 |    2367   667507  8778876 |   244752      101      7 |  1.866 % |
97.27/98.54	c 98	|       251 |    2367   667507  8778876 |   269227      251      7 |  1.866 % |
97.37/98.65	c 98	|       477 |    2367   667507  8778876 |   296150      477      7 |  1.866 % |
97.46/98.70	c 98	|       815 |    2367   667507  8778876 |   325765      815      8 |  1.866 % |
97.56/98.81	c 98	|      1322 |    2367   667507  8778876 |   358342     1322      8 |  1.866 % |
97.66/98.95	c 98	|      2081 |    2367   667507  8778876 |   394176     2081      8 |  1.866 % |
97.86/99.17	c 99	|      3221 |    2367   667507  8778876 |   433594     3221      9 |  1.866 % |
98.35/99.69	c 99	|      4930 |    2367   667507  8778876 |   476953     4930      9 |  1.866 % |
98.65/99.97	c 99	|      7492 |    2367   667507  8778876 |   524648     7492      9 |  1.866 % |
99.35/100.67	c 100	|     11338 |    2367   667507  8778876 |   577113    11338     10 |  1.866 % |
100.04/101.33	c 101	|     17104 |    2367   667507  8778876 |   634825    17104     10 |  1.866 % |
101.13/102.41	c 102	|     25753 |    2367   667507  8778876 |   698307    25753     11 |  1.866 % |
102.91/104.27	c 104	|     38727 |    2367   667507  8778876 |   768138    38727     11 |  1.866 % |
108.16/109.57	c 109	|     58188 |    2367   667507  8778876 |   844952    58188     11 |  1.866 % |
123.41/124.93	c 124	===============================================================================
123.41/124.93	c 124	restarts              : 15
123.41/124.93	c 124	conflicts             : 81858          (3019 /sec)
123.41/124.93	c 124	decisions             : 116527         (1.54 % random) (4298 /sec)
123.41/124.93	c 124	propagations          : 2212757        (81607 /sec)
123.41/124.93	c 124	conflict literals     : 989225         (23.65 % deleted)
123.41/124.93	c 124	Memory used           : 70.32 MB
123.41/124.93	c 124	CPU time              : 27.1149 s
123.41/124.93	c 124	
123.41/124.93	c 124	SATISFIABLE
123.41/124.95	c 124	FOUND: _COST <= 10
123.41/124.95	s SATISFIABLE
123.41/124.95	c 124	DECODING HOME/temp.out WITH HOME/temp.map
123.41/124.95	c 124	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
123.48/125.03	c 125	Decoding HOME/temp.out
123.48/125.07	c 125	OBJECTIVE _COST 10
123.48/125.07	o 10
123.48/125.08	v 0 18 0 25 25 0 25 22 18 0 25 24 24 25 25 25 25 24 0 11 8 11 11 20 12 8 13 0 19 4 12 21 4 25 25 12 25 13 20 23 20 4 18 25 25 20 25 3 17 0 19 18 1 25 25 19 25 14 0 13 7 19 20 25 25 7 25 19 19 3 0 4 17 14 1 0 2 19 4 17 11 17 24 25 25 11 25 4 17 4
123.48/125.08	c 125	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
123.48/125.12	c 125	OBJECTIVE BOUND: 0 <= _COST <= 10
123.48/125.12	c 125	SEARCHING: _COST <= 5
123.48/125.12	c 125	SOLVING HOME/temp.cnf
123.48/125.12	c 125	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
123.48/125.12	c 125	This is MiniSat 2.0 beta
123.48/125.12	c 125	WARNING: for repeatability, setting FPU to use double precision
123.48/125.12	c 125	============================[ Problem Statistics ]=============================
123.48/125.12	c 125	|                                                                             |
123.48/125.12	c 125	|  Number of variables:  2412                                                 |
123.48/125.12	c 125	|  Number of clauses:    667776                                               |
124.59/126.10	c 126	|  Parsing time:         0.88         s                                       |
124.59/126.16	c 126	============================[ Search Statistics ]==============================
124.59/126.16	c 126	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
124.59/126.16	c 126	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
124.59/126.16	c 126	===============================================================================
124.59/126.16	c 126	|         0 |    2337   667322  8778406 |   222440        0    nan |  0.000 % |
124.59/126.18	c 126	|       101 |    2337   667322  8778406 |   244684      101      7 |  3.109 % |
124.69/126.22	c 126	|       251 |    2337   667322  8778406 |   269153      251      7 |  3.110 % |
124.69/126.26	c 126	|       476 |    2337   667322  8778406 |   296068      476      7 |  3.110 % |
124.78/126.31	c 126	|       813 |    2337   667322  8778406 |   325675      813      7 |  3.110 % |
124.78/126.36	c 126	|      1319 |    2337   667322  8778406 |   358242     1319      8 |  3.110 % |
124.98/126.58	c 126	|      2079 |    2337   667322  8778406 |   394067     2079      8 |  3.110 % |
125.18/126.75	c 126	|      3219 |    2337   667322  8778406 |   433473     3219      9 |  3.110 % |
125.57/127.10	c 127	|      4928 |    2337   667322  8778406 |   476821     4928     10 |  3.110 % |
125.77/127.37	c 127	|      7490 |    2337   667322  8778406 |   524503     7490     10 |  3.110 % |
126.17/127.77	c 127	|     11335 |    2337   667322  8778406 |   576953    11335     10 |  3.110 % |
126.96/128.58	c 128	|     17101 |    2337   667322  8778406 |   634649    17101     10 |  3.110 % |
129.24/130.82	c 130	|     25750 |    2337   667322  8778406 |   698114    25750     11 |  3.110 % |
133.50/135.16	c 135	|     38724 |    2337   667322  8778406 |   767925    38724     11 |  3.110 % |
146.67/148.41	c 148	|     58186 |    2337   667322  8778406 |   844718    58186     13 |  3.110 % |
156.48/158.39	c 158	|     87379 |    2337   667322  8778406 |   929189    87379     13 |  3.110 % |
189.17/191.34	c 191	|    131168 |    2337   667322  8778406 |  1022108   131168     14 |  3.110 % |
233.74/236.38	c 236	|    196852 |    2337   667322  8778406 |  1124319   196852     15 |  3.110 % |
488.03/493.01	c 492	|    295379 |    2337   667322  8778406 |  1236751   295379     18 |  3.109 % |
850.70/859.12	c 859	|    443168 |    2337   667322  8778406 |  1360426   443168     20 |  3.110 % |
1519.46/1534.26	c 1534	|    664853 |    2337   667322  8778406 |  1496469   664853     22 |  3.110 % |
3021.37/3037.51	c 3037	|    997379 |    2337   667322  8778406 |  1646116   997379     24 |  3.110 % |
3600.02/3616.41	c ERROR INTERRUPTED
3600.02/3616.45	c 3616	CPU 122.91 (0.04 0.01 122.87 0.71)
3600.02/3616.45	c 3616	END Sat Jul 12 13:07:07 2008

Verifier Data (download as text)

OK	10	9
10 unsatisfied constraints, 9 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-1111900-1215857210/watcher-1111900-1215857210 -o /tmp/evaluation-result-1111900-1215857210/solver-1111900-1215857210 -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-1111900-1215857210.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.92 1.98 1.99 4/80 16491
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=18572 CPUtime=0
/proc/16491/stat : 16491 (runsolver) D 16489 16491 16454 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 42423780 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16491/statm: 4643 292 257 25 0 2626 0

[startup+0.0814411 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16491
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=12272 CPUtime=0
/proc/16491/stat : 16491 (sugar) D 16489 16491 16454 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 42423780 12566528 328 996147200 4194304 4206940 548682068592 18446744073709551615 269757413989 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16491/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102443 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16491
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=12272 CPUtime=0
/proc/16491/stat : 16491 (sugar) R 16489 16491 16454 0 -1 4194304 401 0 0 0 0 0 0 0 18 0 1 0 42423780 12566528 369 996147200 4194304 4206940 548682068592 18446744073709551615 269774949530 0 0 4224 0 0 0 0 17 1 0 0
/proc/16491/statm: 3068 369 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302477 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16491
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.04
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 42423780 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702525 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16491
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.36
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 974 4771 0 1 3 1 29 3 16 0 1 0 42423780 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50163 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 16513
/proc/meminfo: memFree=1896496/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.36
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 974 4771 0 1 3 1 29 3 15 0 1 0 42423780 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 797 370 3 0 500 0
[pid=16504] ppid=16491 vsize=5356 CPUtime=0
/proc/16504/stat : 16504 (sh) S 16491 16491 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42423836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16504/statm: 1339 233 193 169 0 50 0
[pid=16505] ppid=16504 vsize=864216 CPUtime=0.92
/proc/16505/stat : 16505 (java) S 16504 16491 16454 0 -1 0 8505 0 1 0 88 4 0 0 18 0 9 0 42423837 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16505/statm: 216054 7705 2540 9 0 210629 0
[pid=16505/tid=16506] ppid=16504 vsize=864216 CPUtime=0.56
/proc/16505/task/16506/stat : 16506 (java) R 16504 16491 16454 0 -1 64 2783 0 1 0 55 1 0 0 19 0 9 0 42423838 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16507] ppid=16504 vsize=864216 CPUtime=0.28
/proc/16505/task/16507/stat : 16507 (java) R 16504 16491 16454 0 -1 64 4704 0 0 0 27 1 0 0 17 0 9 0 42423839 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16508] ppid=16504 vsize=864216 CPUtime=0
/proc/16505/task/16508/stat : 16508 (java) S 16504 16491 16454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42423839 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16509] ppid=16504 vsize=864216 CPUtime=0
/proc/16505/task/16509/stat : 16509 (java) S 16504 16491 16454 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42423839 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16510] ppid=16504 vsize=864216 CPUtime=0
/proc/16505/task/16510/stat : 16510 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42423841 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16511] ppid=16504 vsize=864216 CPUtime=0.05
/proc/16505/task/16511/stat : 16511 (java) S 16504 16491 16454 0 -1 64 325 0 0 0 5 0 0 0 17 0 9 0 42423841 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16512] ppid=16504 vsize=864216 CPUtime=0
/proc/16505/task/16512/stat : 16512 (java) S 16504 16491 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42423841 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16513] ppid=16504 vsize=864216 CPUtime=0
/proc/16505/task/16513/stat : 16513 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42423841 884957184 7705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 883172

[startup+3.10184 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 16513
/proc/meminfo: memFree=1865968/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.36
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 974 4771 0 1 3 1 29 3 15 0 1 0 42423780 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 797 370 3 0 500 0
[pid=16504] ppid=16491 vsize=5356 CPUtime=0
/proc/16504/stat : 16504 (sh) S 16491 16491 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42423836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16504/statm: 1339 233 193 169 0 50 0
[pid=16505] ppid=16504 vsize=864328 CPUtime=2.5
/proc/16505/stat : 16505 (java) S 16504 16491 16454 0 -1 0 13692 0 1 0 243 7 0 0 18 0 9 0 42423837 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16505/statm: 216082 12802 2564 9 0 210629 0
[pid=16505/tid=16506] ppid=16504 vsize=864328 CPUtime=1.65
/proc/16505/task/16506/stat : 16506 (java) R 16504 16491 16454 0 -1 64 3165 0 1 0 164 1 0 0 25 0 9 0 42423838 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4126541544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16507] ppid=16504 vsize=864328 CPUtime=0.73
/proc/16505/task/16507/stat : 16507 (java) S 16504 16491 16454 0 -1 64 9487 0 0 0 69 4 0 0 16 0 9 0 42423839 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16508] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16508/stat : 16508 (java) S 16504 16491 16454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42423839 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16509] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16509/stat : 16509 (java) S 16504 16491 16454 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42423839 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16510] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16510/stat : 16510 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42423841 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16511] ppid=16504 vsize=864328 CPUtime=0.08
/proc/16505/task/16511/stat : 16511 (java) S 16504 16491 16454 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 42423841 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16512] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16512/stat : 16512 (java) S 16504 16491 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42423841 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16513] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16513/stat : 16513 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42423841 885071872 12802 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 883284

[startup+6.30227 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 16513
/proc/meminfo: memFree=1860016/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.36
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 974 4771 0 1 3 1 29 3 15 0 1 0 42423780 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 797 370 3 0 500 0
[pid=16504] ppid=16491 vsize=5356 CPUtime=0
/proc/16504/stat : 16504 (sh) S 16491 16491 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42423836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16504/statm: 1339 233 193 169 0 50 0
[pid=16505] ppid=16504 vsize=864328 CPUtime=5.67
/proc/16505/stat : 16505 (java) S 16504 16491 16454 0 -1 0 14584 0 1 0 559 8 0 0 18 0 9 0 42423837 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16505/statm: 216082 13666 2564 9 0 210629 0
[pid=16505/tid=16506] ppid=16504 vsize=864328 CPUtime=4.76
/proc/16505/task/16506/stat : 16506 (java) R 16504 16491 16454 0 -1 64 3193 0 1 0 475 1 0 0 25 0 9 0 42423838 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4126542113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16507] ppid=16504 vsize=864328 CPUtime=0.79
/proc/16505/task/16507/stat : 16507 (java) S 16504 16491 16454 0 -1 64 10351 0 0 0 74 5 0 0 16 0 9 0 42423839 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16508] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16508/stat : 16508 (java) S 16504 16491 16454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42423839 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16509] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16509/stat : 16509 (java) S 16504 16491 16454 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42423839 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16510] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16510/stat : 16510 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42423841 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16511] ppid=16504 vsize=864328 CPUtime=0.08
/proc/16505/task/16511/stat : 16511 (java) S 16504 16491 16454 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 42423841 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16512] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16512/stat : 16512 (java) S 16504 16491 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42423841 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16513] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16513/stat : 16513 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42423841 885071872 13666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 883284

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 16513
/proc/meminfo: memFree=1851440/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.36
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 974 4771 0 1 3 1 29 3 15 0 1 0 42423780 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 797 370 3 0 500 0
[pid=16504] ppid=16491 vsize=5356 CPUtime=0
/proc/16504/stat : 16504 (sh) S 16491 16491 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42423836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16504/statm: 1339 233 193 169 0 50 0
[pid=16505] ppid=16504 vsize=864328 CPUtime=12
/proc/16505/stat : 16505 (java) S 16504 16491 16454 0 -1 0 16009 0 1 0 1190 10 0 0 18 0 9 0 42423837 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16505/statm: 216082 15023 2564 9 0 210629 0
[pid=16505/tid=16506] ppid=16504 vsize=864328 CPUtime=10.98
/proc/16505/task/16506/stat : 16506 (java) R 16504 16491 16454 0 -1 64 3262 0 1 0 1096 2 0 0 25 0 9 0 42423838 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 101444960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16507] ppid=16504 vsize=864328 CPUtime=0.9
/proc/16505/task/16507/stat : 16507 (java) S 16504 16491 16454 0 -1 64 11704 0 0 0 84 6 0 0 16 0 9 0 42423839 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16508] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16508/stat : 16508 (java) S 16504 16491 16454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42423839 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16509] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16509/stat : 16509 (java) S 16504 16491 16454 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42423839 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16510] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16510/stat : 16510 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42423841 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16511] ppid=16504 vsize=864328 CPUtime=0.09
/proc/16505/task/16511/stat : 16511 (java) S 16504 16491 16454 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 42423841 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16512] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16512/stat : 16512 (java) S 16504 16491 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42423841 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16513] ppid=16504 vsize=864328 CPUtime=0
/proc/16505/task/16513/stat : 16513 (java) S 16504 16491 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42423841 885071872 15023 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 883284

[startup+25.5028 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 16513
/proc/meminfo: memFree=1834608/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=0.36
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 974 4771 0 1 3 1 29 3 15 0 1 0 42423780 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16491/statm: 3400 797 370 3 0 500 0
[pid=16504] ppid=16491 vsize=5356 CPUtime=0
/proc/16504/stat : 16504 (sh) S 16491 16491 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42423836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16504/statm: 1339 233 193 169 0 50 0
[pid=16505] ppid=16504 vsize=864400 CPUtime=24.68
/proc/16505/stat : 16505 (java) S 16504 16491 16454 0 -1 0 21449 0 1 0 2451 17 0 0 18 0 9 0 42423837 885145600 17772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16505/statm: 216100 17772 2564 9 0 210647 0
[pid=16505/tid=16506] ppid=16504 vsize=864400 CPUtime=23.23
/proc/16505/task/16506/stat : 16506 (java) R 16504 16491 16454 0 -1 64 3398 0 1 0 2317 6 0 0 25 0 9 0 42423838 885145600 17772 996147200 134512640 134550740 4294955936 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16507] ppid=16504 vsize=864400 CPUtime=1.32
/proc/16505/task/16507/stat : 16507 (java) S 16504 16491 16454 0 -1 64 17005 0 0 0 123 9 0 0 16 0 9 0 42423839 885145600 17772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16508] ppid=16504 vsize=864400 CPUtime=0
/proc/16505/task/16508/stat : 16508 (java) S 16504 16491 16454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42423839 885145600 17772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16505/tid=16509] ppid=16504 vsize=864400 CPUtime=0
/proc/16505/task/16509/stat : 16509 (java) S 16504 16491 16454 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42423839 885145600 17772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1660016/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=198744 CPUtime=2962.51
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 48980 0 0 0 296199 52 0 0 25 0 1 0 42436293 203513856 48966 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 49686 48966 76 150 0 49533 0
Current children cumulated CPU time (s) 3086.14
Current children cumulated vsize (KiB) 217700

[startup+3162.3 s]
/proc/loadavg: 2.11 2.10 2.04 3/83 16567
/proc/meminfo: memFree=1658416/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=200080 CPUtime=3022.48
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 49365 0 0 0 302196 52 0 0 25 0 1 0 42436293 204881920 49351 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 50020 49351 76 150 0 49867 0
Current children cumulated CPU time (s) 3146.11
Current children cumulated vsize (KiB) 219036

[startup+3222.3 s]
/proc/loadavg: 2.14 2.11 2.04 3/83 16567
/proc/meminfo: memFree=1656176/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=202348 CPUtime=3082.46
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 49919 0 0 0 308193 53 0 0 25 0 1 0 42436293 207204352 49905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 50587 49905 76 150 0 50434 0
Current children cumulated CPU time (s) 3206.09
Current children cumulated vsize (KiB) 221304

[startup+3282.3 s]
/proc/loadavg: 2.05 2.09 2.03 3/83 16573
/proc/meminfo: memFree=1654192/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=206148 CPUtime=3142.42
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 50396 0 0 0 314189 53 0 0 25 0 1 0 42436293 211095552 50382 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 51537 50382 76 150 0 51384 0
Current children cumulated CPU time (s) 3266.05
Current children cumulated vsize (KiB) 225104

[startup+3342.3 s]
/proc/loadavg: 2.02 2.07 2.03 3/83 16573
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=207600 CPUtime=3202.4
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 50744 0 0 0 320187 53 0 0 25 0 1 0 42436293 212582400 50730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 51900 50730 76 150 0 51747 0
Current children cumulated CPU time (s) 3326.03
Current children cumulated vsize (KiB) 226556

[startup+3402.31 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 16573
/proc/meminfo: memFree=1651056/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=209000 CPUtime=3262.38
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 51128 0 0 0 326184 54 0 0 25 0 1 0 42436293 214016000 51114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 52250 51114 76 150 0 52097 0
Current children cumulated CPU time (s) 3386.01
Current children cumulated vsize (KiB) 227956

[startup+3462.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/83 16573
/proc/meminfo: memFree=1649520/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=210476 CPUtime=3322.35
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 51499 0 0 0 332180 55 0 0 25 0 1 0 42436293 215527424 51485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 52619 51485 76 150 0 52466 0
Current children cumulated CPU time (s) 3445.98
Current children cumulated vsize (KiB) 229432

[startup+3522.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 16573
/proc/meminfo: memFree=1647728/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=212072 CPUtime=3382.32
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 51925 0 0 0 338176 56 0 0 25 0 1 0 42436293 217161728 51911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 53018 51911 76 150 0 52865 0
Current children cumulated CPU time (s) 3505.95
Current children cumulated vsize (KiB) 231028

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/83 16573
/proc/meminfo: memFree=1645936/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=213972 CPUtime=3442.3
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 52389 0 0 0 344173 57 0 0 25 0 1 0 42436293 219107328 52375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 53493 52375 76 150 0 53340 0
Current children cumulated CPU time (s) 3565.93
Current children cumulated vsize (KiB) 232928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16573
/proc/meminfo: memFree=1645104/2055920 swapFree=4192812/4192956
[pid=16491] ppid=16489 vsize=13600 CPUtime=123.63
/proc/16491/stat : 16491 (sugar) S 16489 16491 16454 0 -1 4194304 1170 56363 0 3 4 1 12287 71 16 0 1 0 42423780 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16491/statm: 3400 803 374 3 0 500 0
[pid=16526] ppid=16491 vsize=5356 CPUtime=0
/proc/16526/stat : 16526 (sh) S 16491 16491 16454 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42436293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16526/statm: 1339 232 193 169 0 50 0
[pid=16527] ppid=16526 vsize=214632 CPUtime=3476.39
/proc/16527/stat : 16527 (minisat) R 16526 16491 16454 0 -1 4194304 52583 0 0 0 347582 57 0 0 25 0 1 0 42436293 219783168 52569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16527/statm: 53658 52569 76 150 0 53505 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 233588

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16491 and gives
#  childrusage.ru_utime.tv_sec=122
#  childrusage.ru_utime.tv_usec=921313
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=755885
# CPU time returned by wait4() is 123.677
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.46
CPU time (s): 3600.02
CPU user time (s): 3598.73
CPU system time (s): 1.29
CPU usage (%): 99.5453
Max. virtual memory (cumulated for all children) (KiB): 888736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.921
system time used= 0.755885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57876
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= 10599
involuntary context switches= 15234

runsolver used 4.45932 second user time and 10.1964 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 12:06:50
IDJOB=1111900
IDBENCH=61337
IDSOLVER=368
FILE ID=node13/1111900-1215857210
PBS_JOBID= 7903496
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-10_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-1111900-1215857210/watcher-1111900-1215857210 -o /tmp/evaluation-result-1111900-1215857210/solver-1111900-1215857210 -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-1111900-1215857210.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1136f6831347ed9b7de8a63d714421a
RANDOM SEED=1493490269

node13.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.234
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.234
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:       1906920 kB
Buffers:          6520 kB
Cached:          44480 kB
SwapCached:          0 kB
Active:          84604 kB
Inactive:        13024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          66948 kB
Slab:            36560 kB
Committed_AS:   942208 kB
PageTables:       1936 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= 66524 MiB
End job on node13 at 2008-07-12 13:07:09