Trace number 2079354

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 NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.02 1801.73

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-8_ext.xml
MD5SUMeb78565b2c1c549f39d6f29bd7fb9161
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.464
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:07:28 2009
0.00/0.08	c 0	PID 28613
0.06/0.08	c 0	HOST node5.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079354-1247368048.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079354-1247368048.xml' 'HOME/temp.csp'
0.06/0.30	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.06/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.27/0.42	c 1	Parsing HOME/temp.csp
0.27/0.53	c 1	parsed 56 expressions
0.27/0.54	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.54	c 1	Converting to clausal form CSP
0.27/0.57	c 1	converted 6 (10%) expressions
0.27/0.57	c 1	converted 12 (20%) expressions
0.27/0.57	c 1	converted 17 (30%) expressions
0.27/0.57	c 1	converted 23 (40%) expressions
0.27/0.57	c 1	converted 28 (50%) expressions
0.27/0.57	c 1	converted 34 (60%) expressions
0.27/0.57	c 1	converted 40 (70%) expressions
0.27/0.63	c 1	converted 45 (80%) expressions
0.27/0.76	c 1	converted 51 (90%) expressions
0.90/1.06	c 1	converted 56 (100%) expressions
0.90/1.06	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
0.90/1.06	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.06	c 1	Propagation in CSP
0.90/1.06	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.06	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
0.90/1.06	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.06	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
0.90/1.06	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.16	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.16	c 2	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.01/1.17	c 2	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.01/1.17	c 2	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.01/1.17	c 2	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.01/1.17	c 2	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.01/1.18	c 2	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.01/1.18	c 2	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.01/1.18	c 2	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.01/1.18	c 2	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.01/1.18	c 2	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.18/2.37	c 3	2 (10%) CSP clauses are encoded (24310 clauses, 795889 bytes)
2.79/2.93	c 3	3 (20%) CSP clauses are encoded (35985 clauses, 1193579 bytes)
3.38/3.51	c 4	4 (30%) CSP clauses are encoded (47660 clauses, 1591418 bytes)
4.48/4.63	c 5	6 (40%) CSP clauses are encoded (71010 clauses, 2431330 bytes)
5.18/5.31	c 6	7 (50%) CSP clauses are encoded (82685 clauses, 2851286 bytes)
5.67/5.88	c 6	8 (60%) CSP clauses are encoded (94360 clauses, 3271661 bytes)
16.22/16.46	c 17	10 (70%) CSP clauses are encoded (169110 clauses, 6757709 bytes)
21.39/21.67	c 22	11 (80%) CSP clauses are encoded (206485 clauses, 8657353 bytes)
26.76/27.04	c 27	12 (90%) CSP clauses are encoded (243860 clauses, 10556997 bytes)
31.94/32.29	c 33	13 (100%) CSP clauses are encoded (281235 clauses, 12456949 bytes)
31.94/32.29	c 33	13 CSP clauses encoded
31.94/32.29	c 33	Writing map file : HOME/temp.map
31.94/32.30	c 33	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.94/32.30	c 33	SAT : 1000 SAT variables, 281235 SAT clauses, 12456949 bytes
31.94/32.30	c 33	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.04/32.31	c 33	SOLVING HOME/temp.cnf
32.04/32.31	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.04/32.32	c 33	This is MiniSat 2.0 beta
32.04/32.32	c 33	WARNING: for repeatability, setting FPU to use double precision
32.04/32.32	c 33	============================[ Problem Statistics ]=============================
32.04/32.32	c 33	|                                                                             |
32.04/32.32	c 33	|  Number of variables:  1000                                                 |
32.04/32.32	c 33	|  Number of clauses:    281235                                               |
32.05/32.62	c 33	|  Parsing time:         0.27         s                                       |
32.05/32.64	c 33	============================[ Search Statistics ]==============================
32.05/32.64	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.05/32.64	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.05/32.64	c 33	===============================================================================
32.05/32.64	c 33	|         0 |    1000   281235  2718890 |    93745        0    nan |  0.000 % |
32.05/32.66	c 33	|       101 |    1000   281235  2718890 |   103119      101      5 |  0.000 % |
32.05/32.75	c 33	|       251 |    1000   281235  2718890 |   113431      251      7 |  0.002 % |
32.05/32.89	c 33	|       476 |    1000   281235  2718890 |   124774      476      9 |  0.004 % |
32.81/33.18	c 34	|       813 |    1000   281235  2718890 |   137252      813      9 |  0.002 % |
33.41/33.70	c 34	|      1319 |    1000   281235  2718890 |   150977     1319     10 |  0.002 % |
34.21/34.57	c 35	|      2078 |    1000   281235  2718890 |   166074     2078     11 |  0.003 % |
35.20/35.56	c 36	|      3217 |    1000   281235  2718890 |   182682     3217     12 |  0.002 % |
36.99/37.32	c 38	|      4925 |    1000   281235  2718890 |   200950     4925     13 |  0.003 % |
39.78/40.14	c 40	|      7487 |    1000   281235  2718890 |   221045     7487     13 |  0.002 % |
43.76/44.15	c 44	|     11331 |    1000   281235  2718890 |   243150    11331     14 |  0.002 % |
48.94/49.36	c 50	|     17097 |    1000   281235  2718890 |   267465    17097     15 |  0.002 % |
59.07/59.59	c 60	|     25746 |    1000   281235  2718890 |   294211    25746     15 |  0.000 % |
75.40/75.98	c 76	|     38721 |    1000   281235  2718890 |   323633    38721     16 |  0.000 % |
100.88/101.55	c 102	|     58182 |    1000   281235  2718890 |   355996    58182     16 |  0.000 % |
149.03/149.99	c 150	|     87374 |    1000   281235  2718890 |   391596    87374     17 |  0.002 % |
222.45/223.46	c 224	|    131164 |    1000   281235  2718890 |   430755   131164     17 |  0.000 % |
368.98/370.00	c 370	|    196848 |    1000   281235  2718890 |   473831   196848     18 |  0.000 % |
609.57/610.78	c 611	|    295374 |    1000   281235  2718890 |   521214   295374     19 |  0.003 % |
1115.53/1117.00	c 1117	|    443163 |    1000   281235  2718890 |   573335   443163     20 |  0.000 % |
1800.02/1801.72	c ERROR INTERRUPTED
1800.02/1801.72	s UNKNOWN
1800.02/1801.72	c 1802	CPU 32.06 (0.05 0.01 31.75 0.25)
1800.02/1801.72	c 1802	END Sun Jul 12 05:37:30 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079354-1247368048/watcher-2079354-1247368048 -o /tmp/evaluation-result-2079354-1247368048/solver-2079354-1247368048 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079354-1247368048.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.55 2.61 2.51 4/73 28613
/proc/meminfo: memFree=1905016/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=18576 CPUtime=0
/proc/28613/stat : 28613 (runsolver) R 28611 28613 23574 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23872301 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28613/statm: 4644 284 249 26 0 2626 0

[startup+0.080768 s]
/proc/loadavg: 2.55 2.61 2.51 4/73 28613
/proc/meminfo: memFree=1905016/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16740 CPUtime=0.06
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23872301 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105621 s]
/proc/loadavg: 2.55 2.61 2.51 4/73 28613
/proc/meminfo: memFree=1905016/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.06
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302049 s]
/proc/loadavg: 2.55 2.61 2.51 4/73 28613
/proc/meminfo: memFree=1905016/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.06
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701133 s]
/proc/loadavg: 2.55 2.61 2.51 4/73 28613
/proc/meminfo: memFree=1905016/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.27
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1310 4726 0 1 5 1 18 3 15 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50128 s]
/proc/loadavg: 2.50 2.60 2.51 3/84 28635
/proc/meminfo: memFree=1882592/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.27
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1310 4726 0 1 5 1 18 3 15 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
[pid=28626] ppid=28613 vsize=5356 CPUtime=0
/proc/28626/stat : 28626 (sh) S 28613 28613 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28626/statm: 1339 233 193 169 0 50 0
[pid=28627] ppid=28626 vsize=864464 CPUtime=1.12
/proc/28627/stat : 28627 (java) S 28626 28613 23574 0 -1 0 8784 0 1 0 108 4 0 0 18 0 9 0 23872336 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28627/statm: 216116 8011 2590 9 0 210593 0
[pid=28627/tid=28628] ppid=28626 vsize=864464 CPUtime=0.61
/proc/28627/task/28628/stat : 28628 (java) R 28626 28613 23574 0 -1 64 2852 0 1 0 60 1 0 0 24 0 9 0 23872337 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4126592355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28629] ppid=28626 vsize=864464 CPUtime=0.4
/proc/28627/task/28629/stat : 28629 (java) S 28626 28613 23574 0 -1 64 4898 0 0 0 39 1 0 0 16 0 9 0 23872338 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28630] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28630/stat : 28630 (java) S 28626 28613 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872338 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28631] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28631/stat : 28631 (java) S 28626 28613 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872338 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28632] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28632/stat : 28632 (java) S 28626 28613 23574 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23872340 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28633] ppid=28626 vsize=864464 CPUtime=0.07
/proc/28627/task/28633/stat : 28633 (java) S 28626 28613 23574 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 23872340 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28634] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28634/stat : 28634 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23872340 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28635] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28635/stat : 28635 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23872340 885211136 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886688

[startup+3.10259 s]
/proc/loadavg: 2.50 2.60 2.51 3/84 28635
/proc/meminfo: memFree=1878304/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.27
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1310 4726 0 1 5 1 18 3 15 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
[pid=28626] ppid=28613 vsize=5356 CPUtime=0
/proc/28626/stat : 28626 (sh) S 28613 28613 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28626/statm: 1339 233 193 169 0 50 0
[pid=28627] ppid=28626 vsize=864464 CPUtime=2.72
/proc/28627/stat : 28627 (java) S 28626 28613 23574 0 -1 0 9629 0 1 0 265 7 0 0 18 0 9 0 23872336 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28627/statm: 216116 8789 2590 9 0 210593 0
[pid=28627/tid=28628] ppid=28626 vsize=864464 CPUtime=2.13
/proc/28627/task/28628/stat : 28628 (java) R 28626 28613 23574 0 -1 64 2919 0 1 0 211 2 0 0 25 0 9 0 23872337 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4126573282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28629] ppid=28626 vsize=864464 CPUtime=0.47
/proc/28627/task/28629/stat : 28629 (java) S 28626 28613 23574 0 -1 64 5671 0 0 0 44 3 0 0 16 0 9 0 23872338 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28630] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28630/stat : 28630 (java) S 28626 28613 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872338 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28631] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28631/stat : 28631 (java) S 28626 28613 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872338 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28632] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28632/stat : 28632 (java) S 28626 28613 23574 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23872340 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28633] ppid=28626 vsize=864464 CPUtime=0.08
/proc/28627/task/28633/stat : 28633 (java) S 28626 28613 23574 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 23872340 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28634] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28634/stat : 28634 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23872340 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28635] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28635/stat : 28635 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23872340 885211136 8789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886688

[startup+6.3012 s]
/proc/loadavg: 2.50 2.60 2.51 3/84 28635
/proc/meminfo: memFree=1868704/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.27
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1310 4726 0 1 5 1 18 3 15 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
[pid=28626] ppid=28613 vsize=5356 CPUtime=0
/proc/28626/stat : 28626 (sh) S 28613 28613 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28626/statm: 1339 233 193 169 0 50 0
[pid=28627] ppid=28626 vsize=864464 CPUtime=5.9
/proc/28627/stat : 28627 (java) S 28626 28613 23574 0 -1 0 12173 0 1 0 581 9 0 0 18 0 9 0 23872336 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28627/statm: 216116 9967 2590 9 0 210593 0
[pid=28627/tid=28628] ppid=28626 vsize=864464 CPUtime=5.08
/proc/28627/task/28628/stat : 28628 (java) R 28626 28613 23574 0 -1 64 3055 0 1 0 505 3 0 0 25 0 9 0 23872337 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28629] ppid=28626 vsize=864464 CPUtime=0.71
/proc/28627/task/28629/stat : 28629 (java) S 28626 28613 23574 0 -1 64 8078 0 0 0 67 4 0 0 16 0 9 0 23872338 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28630] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28630/stat : 28630 (java) S 28626 28613 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872338 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28631] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28631/stat : 28631 (java) S 28626 28613 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872338 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28632] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28632/stat : 28632 (java) S 28626 28613 23574 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23872340 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28633] ppid=28626 vsize=864464 CPUtime=0.09
/proc/28627/task/28633/stat : 28633 (java) S 28626 28613 23574 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23872340 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28634] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28634/stat : 28634 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23872340 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28635] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28635/stat : 28635 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23872340 885211136 9967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886688

[startup+12.7014 s]
/proc/loadavg: 2.51 2.60 2.51 3/84 28635
/proc/meminfo: memFree=1866528/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.27
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1310 4726 0 1 5 1 18 3 15 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
[pid=28626] ppid=28613 vsize=5356 CPUtime=0
/proc/28626/stat : 28626 (sh) S 28613 28613 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28626/statm: 1339 233 193 169 0 50 0
[pid=28627] ppid=28626 vsize=864464 CPUtime=12.27
/proc/28627/stat : 28627 (java) S 28626 28613 23574 0 -1 0 12512 0 1 0 1215 12 0 0 18 0 9 0 23872336 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28627/statm: 216116 10169 2590 9 0 210593 0
[pid=28627/tid=28628] ppid=28626 vsize=864464 CPUtime=11.34
/proc/28627/task/28628/stat : 28628 (java) R 28626 28613 23574 0 -1 64 3192 0 1 0 1129 5 0 0 25 0 9 0 23872337 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4126573207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28629] ppid=28626 vsize=864464 CPUtime=0.81
/proc/28627/task/28629/stat : 28629 (java) S 28626 28613 23574 0 -1 64 8280 0 0 0 76 5 0 0 16 0 9 0 23872338 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28630] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28630/stat : 28630 (java) S 28626 28613 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872338 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28631] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28631/stat : 28631 (java) S 28626 28613 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872338 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28632] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28632/stat : 28632 (java) S 28626 28613 23574 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23872340 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28633] ppid=28626 vsize=864464 CPUtime=0.09
/proc/28627/task/28633/stat : 28633 (java) S 28626 28613 23574 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23872340 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28634] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28634/stat : 28634 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23872340 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28635] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28635/stat : 28635 (java) S 28626 28613 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23872340 885211136 10169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886688

[startup+25.5029 s]
/proc/loadavg: 2.58 2.61 2.51 3/84 28635
/proc/meminfo: memFree=1856352/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=0.27
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1310 4726 0 1 5 1 18 3 16 0 1 0 23872301 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28613/statm: 4217 1111 409 3 0 796 0
[pid=28626] ppid=28613 vsize=5356 CPUtime=0
/proc/28626/stat : 28626 (sh) S 28613 28613 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872336 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28626/statm: 1339 233 193 169 0 50 0
[pid=28627] ppid=28626 vsize=864464 CPUtime=25.01
/proc/28627/stat : 28627 (java) S 28626 28613 23574 0 -1 0 16652 0 1 0 2483 18 0 0 18 0 9 0 23872336 885211136 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28627/statm: 216116 11547 2590 9 0 210593 0
[pid=28627/tid=28628] ppid=28626 vsize=864464 CPUtime=23.61
/proc/28627/task/28628/stat : 28628 (java) R 28626 28613 23574 0 -1 64 3437 0 1 0 2353 8 0 0 25 0 9 0 23872337 885211136 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4126573248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28629] ppid=28626 vsize=864464 CPUtime=1.27
/proc/28627/task/28629/stat : 28629 (java) S 28626 28613 23574 0 -1 64 12170 0 0 0 119 8 0 0 16 0 9 0 23872338 885211136 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28630] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28630/stat : 28630 (java) S 28626 28613 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872338 885211136 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28631] ppid=28626 vsize=864464 CPUtime=0
/proc/28627/task/28631/stat : 28631 (java) S 28626 28613 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872338 885211136 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28627/tid=28632] ppid=28626 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1776472/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=81728 CPUtime=1328.76
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 19925 0 0 0 132855 21 0 0 25 0 1 0 23875533 83689472 19911 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 20432 19911 75 150 0 20279 0
Current children cumulated CPU time (s) 1360.81
Current children cumulated vsize (KiB) 103952

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 28666
/proc/meminfo: memFree=1774616/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=83364 CPUtime=1388.75
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 20332 0 0 0 138853 22 0 0 25 0 1 0 23875533 85364736 20318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 20841 20318 75 150 0 20688 0
Current children cumulated CPU time (s) 1420.8
Current children cumulated vsize (KiB) 105588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 28666
/proc/meminfo: memFree=1772952/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=84844 CPUtime=1448.7
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 20735 0 0 0 144848 22 0 0 25 0 1 0 23875533 86880256 20721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 21211 20721 75 150 0 21058 0
Current children cumulated CPU time (s) 1480.75
Current children cumulated vsize (KiB) 107068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 28667
/proc/meminfo: memFree=1771536/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=86268 CPUtime=1508.68
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21081 0 0 0 150845 23 0 0 25 0 1 0 23875533 88338432 21067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 21567 21067 75 150 0 21414 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 108492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 28667
/proc/meminfo: memFree=1769936/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=87784 CPUtime=1568.65
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21492 0 0 0 156842 23 0 0 25 0 1 0 23875533 89890816 21478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 21946 21478 75 150 0 21793 0
Current children cumulated CPU time (s) 1600.7
Current children cumulated vsize (KiB) 110008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 28667
/proc/meminfo: memFree=1768592/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=88976 CPUtime=1628.62
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21790 0 0 0 162839 23 0 0 25 0 1 0 23875533 91111424 21776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 22244 21776 75 150 0 22091 0
Current children cumulated CPU time (s) 1660.67
Current children cumulated vsize (KiB) 111200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/78 28667
/proc/meminfo: memFree=1768592/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=88976 CPUtime=1688.6
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21790 0 0 0 168836 24 0 0 25 0 1 0 23875533 91111424 21776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 22244 21776 75 150 0 22091 0
Current children cumulated CPU time (s) 1720.65
Current children cumulated vsize (KiB) 111200

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/79 28668
/proc/meminfo: memFree=1768392/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=89128 CPUtime=1748.57
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21812 0 0 0 174833 24 0 0 25 0 1 0 23875533 91267072 21798 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 22282 21798 75 150 0 22129 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (KiB) 111352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 2.06 4/79 28668
/proc/meminfo: memFree=1768328/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=89128 CPUtime=1767.97
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21812 0 0 0 176773 24 0 0 25 0 1 0 23875533 91267072 21798 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 22282 21798 75 150 0 22129 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 111352

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

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

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 2.06 4/79 28668
/proc/meminfo: memFree=1768328/2055920 swapFree=4192812/4192956
[pid=28613] ppid=28611 vsize=16868 CPUtime=32.05
/proc/28613/stat : 28613 (sugar) S 28611 28613 23574 0 -1 4194304 1376 21824 0 2 5 1 3174 25 16 0 1 0 23872301 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28613/statm: 4217 1113 409 3 0 796 0
[pid=28636] ppid=28613 vsize=5356 CPUtime=0
/proc/28636/stat : 28636 (sh) S 28613 28613 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23875532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28636/statm: 1339 232 193 169 0 50 0
[pid=28637] ppid=28636 vsize=89128 CPUtime=1767.97
/proc/28637/stat : 28637 (minisat) R 28636 28613 23574 0 -1 4194304 21812 0 0 0 176773 24 0 0 25 0 1 0 23875533 91267072 21798 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/28637/statm: 22282 21798 75 150 0 22129 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 111352

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28613 and gives
#  childrusage.ru_utime.tv_sec=31
#  childrusage.ru_utime.tv_usec=813163
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=283956
# CPU time returned by wait4() is 32.0971
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.73
CPU time (s): 1800.02
CPU user time (s): 1799.52
CPU system time (s): 0.5
CPU usage (%): 99.9049
Max. virtual memory (cumulated for all children) (KiB): 889508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8132
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23583
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8407
involuntary context switches= 8615

runsolver used 2.34664 second user time and 5.85411 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 05:07:28
IDJOB=2079354
IDBENCH=56885
IDSOLVER=739
FILE ID=node5/2079354-1247368048
PBS_JOBID= 9506999
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079354-1247368048/watcher-2079354-1247368048 -o /tmp/evaluation-result-2079354-1247368048/solver-2079354-1247368048 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079354-1247368048.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eb78565b2c1c549f39d6f29bd7fb9161
RANDOM SEED=678175080

node5.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.258
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.258
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:       1905496 kB
Buffers:          9804 kB
Cached:          67444 kB
SwapCached:          0 kB
Active:          78032 kB
Inactive:        22152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          33632 kB
Slab:            35672 kB
Committed_AS:   273632 kB
PageTables:       1756 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= 66436 MiB
End job on node5 at 2009-07-12 05:37:32