Trace number 2077550

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.06 1829.05

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-03.xml
MD5SUMd2602ffdba29ded4bf4e1d3ecdfa8424
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.683895
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 04:20:06 2009
0.05/0.08	c 0	PID 23078
0.05/0.08	c 0	HOST node40.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2077550-1247365206.xml TO HOME/temp.csp
0.05/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-2077550-1247365206.xml' 'HOME/temp.csp'
0.96/1.06	c 1	1 domains, 362 variables, 8 predicates, 8 relations, 2140 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	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'
1.03/1.16	c 1	Parsing HOME/temp.csp
1.03/1.64	c 2	parsed 2519 expressions
1.03/1.65	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.65	c 2	Converting to clausal form CSP
1.03/1.67	c 2	converted 252 (10%) expressions
3.21/3.34	c 4	converted 504 (20%) expressions
4.30/4.44	c 5	converted 756 (30%) expressions
5.19/5.31	c 6	converted 1008 (40%) expressions
6.27/6.47	c 7	converted 1260 (50%) expressions
6.97/7.12	c 7	converted 1512 (60%) expressions
6.97/7.14	c 7	converted 1764 (70%) expressions
6.97/7.17	c 7	converted 2016 (80%) expressions
7.06/7.23	c 7	converted 2268 (90%) expressions
7.16/7.36	c 8	converted 2519 (100%) expressions
7.16/7.36	c 8	CSP : 362 integers, 0 booleans, 2140 clauses, largest domain size 26
7.16/7.36	c 8	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.16/7.36	c 8	Propagation in CSP
7.16/7.38	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.16/7.38	c 8	CSP : 362 integers, 0 booleans, 2140 clauses, largest domain size 26
7.16/7.38	c 8	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.16/7.38	c 8	Simplifing CSP by introducing new Boolean variables
7.27/7.43	c 8	CSP : 362 integers, 18292 booleans, 20432 clauses, largest domain size 26
7.27/7.43	c 8	Heap : 151 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.34/8.50	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.34/8.54	c 9	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
8.34/8.54	c 9	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
8.34/8.54	c 9	109 (30%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
8.34/8.54	c 9	145 (40%) CSP integer variables are encoded (3480 clauses, 43177 bytes)
8.34/8.55	c 9	181 (50%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
8.34/8.55	c 9	218 (60%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
8.34/8.55	c 9	254 (70%) CSP integer variables are encoded (6096 clauses, 77185 bytes)
8.34/8.55	c 9	290 (80%) CSP integer variables are encoded (6960 clauses, 88417 bytes)
8.34/8.55	c 9	326 (90%) CSP integer variables are encoded (7824 clauses, 99649 bytes)
8.34/8.55	c 9	362 (100%) CSP integer variables are encoded (8688 clauses, 110881 bytes)
106.86/107.77	c 108	2044 (10%) CSP clauses are encoded (1315755 clauses, 57979717 bytes)
223.22/240.20	c 240	4087 (20%) CSP clauses are encoded (1925208 clauses, 90907689 bytes)
298.04/317.25	c 318	6130 (30%) CSP clauses are encoded (2225960 clauses, 107980181 bytes)
441.69/465.16	c 465	8173 (40%) CSP clauses are encoded (2787490 clauses, 142204179 bytes)
441.80/465.24	c 466	10216 (50%) CSP clauses are encoded (2835958 clauses, 143119574 bytes)
441.91/465.33	c 466	12260 (60%) CSP clauses are encoded (2884452 clauses, 144069678 bytes)
442.00/465.42	c 466	14303 (70%) CSP clauses are encoded (2932945 clauses, 145026870 bytes)
442.10/465.52	c 466	16346 (80%) CSP clauses are encoded (2981413 clauses, 145983615 bytes)
464.79/488.87	c 489	18389 (90%) CSP clauses are encoded (3125307 clauses, 154243096 bytes)
464.89/488.97	c 489	20432 (100%) CSP clauses are encoded (3175100 clauses, 155223148 bytes)
464.89/488.97	c 489	20432 CSP clauses encoded
464.89/488.97	c 489	Writing map file : HOME/temp.map
464.89/488.99	c 489	Heap : 166 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
464.89/488.99	c 489	SAT : 27342 SAT variables, 3175100 SAT clauses, 155223148 bytes
464.89/488.99	c 489	Heap : 166 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
464.98/489.04	c 489	SOLVING HOME/temp.cnf
464.98/489.04	c 489	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
464.98/489.05	c 489	This is MiniSat 2.0 beta
464.98/489.05	c 489	WARNING: for repeatability, setting FPU to use double precision
464.98/489.05	c 489	============================[ Problem Statistics ]=============================
464.98/489.05	c 489	|                                                                             |
464.98/489.05	c 489	|  Number of variables:  27342                                                |
464.98/489.05	c 489	|  Number of clauses:    3175100                                              |
468.31/493.20	c 493	|  Parsing time:         2.95         s                                       |
468.52/493.51	c 494	============================[ Search Statistics ]==============================
468.52/493.51	c 494	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
468.52/493.51	c 494	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
468.52/493.51	c 494	===============================================================================
468.52/493.51	c 494	|         0 |   27342  3175100 27298104 |  1058366        0    nan |  0.000 % |
468.74/493.85	c 494	|       100 |   27342  3175100 27298104 |  1164203      100      7 |  0.000 % |
468.82/493.98	c 494	|       252 |   27342  3175100 27298104 |  1280623      252      8 |  0.000 % |
468.99/494.25	c 495	|       477 |   27342  3175100 27298104 |  1408686      477      8 |  0.000 % |
469.14/494.46	c 495	|       814 |   27342  3175100 27298104 |  1549554      814      8 |  0.000 % |
469.33/494.76	c 495	|      1321 |   27342  3175100 27298104 |  1704510     1321      9 |  0.000 % |
469.77/495.31	c 496	|      2080 |   27342  3175100 27298104 |  1874961     2080     10 |  0.000 % |
470.15/495.85	c 496	|      3222 |   27342  3175100 27298104 |  2062457     3222     10 |  0.000 % |
470.84/496.69	c 497	|      4930 |   27342  3175100 27298104 |  2268702     4930     10 |  0.000 % |
471.80/497.82	c 498	|      7492 |   27341  3175100 27298104 |  2495573     7491     11 |  0.004 % |
472.53/498.70	c 499	|     11336 |   27341  3175100 27298104 |  2745130    11335     11 |  0.004 % |
474.01/500.46	c 501	|     17102 |   27341  3175100 27298104 |  3019643    17101     11 |  0.004 % |
476.58/503.30	c 504	|     25752 |   27341  3175100 27298104 |  3321607    25751     12 |  0.004 % |
480.74/507.76	c 508	|     38726 |   27341  3175100 27298104 |  3653768    38725     12 |  0.004 % |
486.06/513.51	c 514	|     58187 |   27341  3175100 27298104 |  4019145    58186     12 |  0.004 % |
494.31/521.85	c 522	|     87379 |   27341  3175100 27298104 |  4421060    87378     12 |  0.004 % |
508.05/535.69	c 536	|    131169 |   27340  3175100 27298104 |  4863166   131167     12 |  0.007 % |
539.80/567.53	c 568	|    196853 |   27340  3175100 27298104 |  5349482   196851     13 |  0.007 % |
603.98/632.03	c 632	|    295379 |   27340  3175100 27298104 |  5884431   295377     14 |  0.007 % |
688.37/716.89	c 717	|    443169 |   27338  3175100 27298104 |  6472874   443165     14 |  0.015 % |
827.39/855.91	c 856	|    664852 |   27338  3175100 27298104 |  7120161   664848     14 |  0.015 % |
1045.11/1073.72	c 1074	|    997377 |   27338  3174594 27295467 |  7832177   997365     15 |  0.015 % |
1535.01/1563.87	c 1564	|   1496166 |   27338  3174594 27295467 |  8615395  1496154     16 |  0.015 % |
1800.00/1828.91	c ERROR INTERRUPTED
1800.00/1828.98	s UNKNOWN
1800.00/1828.98	c 1829	CPU 465.02 (0.06 0.02 463.1 1.84)
1800.00/1828.98	c 1829	END Sun Jul 12 04:50:35 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-2077550-1247365206/watcher-2077550-1247365206 -o /tmp/evaluation-result-2077550-1247365206/solver-2077550-1247365206 -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-2077550-1247365206.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: 1.92 1.98 1.99 4/84 23078
/proc/meminfo: memFree=1103592/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=12132 CPUtime=0
/proc/23078/stat : 23078 (sugar) R 23076 23078 18124 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 23211907 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 264539534134 0 0 4224 0 0 0 0 17 1 0 0
/proc/23078/statm: 3033 183 142 3 0 133 0

[startup+0.070917 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23078
/proc/meminfo: memFree=1103592/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16344 CPUtime=0.05
/proc/23078/stat : 23078 (sugar) R 23076 23078 18124 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 23211907 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 264539773696 0 0 4224 0 0 0 0 17 1 0 0
/proc/23078/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102251 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23078
/proc/meminfo: memFree=1103592/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=0.07
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301946 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23078
/proc/meminfo: memFree=1103592/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=0.07
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701999 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23078
/proc/meminfo: memFree=1103592/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=0.07
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50111 s]
/proc/loadavg: 1.92 1.98 1.99 4/95 23090
/proc/meminfo: memFree=1080336/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=1.03
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1309 8585 0 1 5 2 90 6 16 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 16868

[startup+3.10231 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 23100
/proc/meminfo: memFree=1070416/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=1.03
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1309 8585 0 1 5 2 90 6 16 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23078 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23078 23078 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23212016 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=864376 CPUtime=1.98
/proc/23092/stat : 23092 (java) S 23091 23078 18124 0 -1 0 16687 0 1 0 189 9 0 0 18 0 9 0 23212017 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 216094 15931 2566 9 0 210599 0
[pid=23092/tid=23093] ppid=23091 vsize=864376 CPUtime=0.91
/proc/23092/task/23093/stat : 23093 (java) R 23091 23078 18124 0 -1 64 3195 0 1 0 90 1 0 0 22 0 9 0 23212017 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4126506464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23094] ppid=23091 vsize=864376 CPUtime=0.99
/proc/23092/task/23094/stat : 23094 (java) S 23091 23078 18124 0 -1 64 12477 0 0 0 93 6 0 0 17 0 9 0 23212019 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23095] ppid=23091 vsize=864376 CPUtime=0
/proc/23092/task/23095/stat : 23095 (java) S 23091 23078 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23212019 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23096] ppid=23091 vsize=864376 CPUtime=0
/proc/23092/task/23096/stat : 23096 (java) S 23091 23078 18124 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23212019 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23097] ppid=23091 vsize=864376 CPUtime=0
/proc/23092/task/23097/stat : 23097 (java) S 23091 23078 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23212021 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23098] ppid=23091 vsize=864376 CPUtime=0.05
/proc/23092/task/23098/stat : 23098 (java) S 23091 23078 18124 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 23212021 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23099] ppid=23091 vsize=864376 CPUtime=0
/proc/23092/task/23099/stat : 23099 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23212021 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23100] ppid=23091 vsize=864376 CPUtime=0
/proc/23092/task/23100/stat : 23100 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23212021 885121024 15931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886600

[startup+6.30173 s]
/proc/loadavg: 1.93 1.98 1.99 4/95 23100
/proc/meminfo: memFree=973648/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=1.03
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1309 8585 0 1 5 2 90 6 16 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23078 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23078 23078 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23212016 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=868636 CPUtime=5.14
/proc/23092/stat : 23092 (java) S 23091 23078 18124 0 -1 0 45643 0 1 0 489 25 0 0 18 0 9 0 23212017 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 217159 34608 2567 9 0 211664 0
[pid=23092/tid=23093] ppid=23091 vsize=868636 CPUtime=1.95
/proc/23092/task/23093/stat : 23093 (java) R 23091 23078 18124 0 -1 64 4454 0 1 0 192 3 0 0 25 0 9 0 23212017 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23094] ppid=23091 vsize=868636 CPUtime=3.01
/proc/23092/task/23094/stat : 23094 (java) R 23091 23078 18124 0 -1 64 39017 0 0 0 281 20 0 0 17 0 9 0 23212019 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 104187633 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23095] ppid=23091 vsize=868636 CPUtime=0
/proc/23092/task/23095/stat : 23095 (java) S 23091 23078 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23212019 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23096] ppid=23091 vsize=868636 CPUtime=0
/proc/23092/task/23096/stat : 23096 (java) S 23091 23078 18124 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23212019 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23097] ppid=23091 vsize=868636 CPUtime=0
/proc/23092/task/23097/stat : 23097 (java) S 23091 23078 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23212021 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23098] ppid=23091 vsize=868636 CPUtime=0.15
/proc/23092/task/23098/stat : 23098 (java) S 23091 23078 18124 0 -1 64 1470 0 0 0 14 1 0 0 16 0 9 0 23212021 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23099] ppid=23091 vsize=868636 CPUtime=0
/proc/23092/task/23099/stat : 23099 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23212021 889483264 34608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23100] ppid=23091 vsize=868636 CPUtime=0
/proc/23092/task/23100/stat : 23100 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23212021 889483264 34608 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) 890860

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 23100
/proc/meminfo: memFree=922512/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=1.03
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1310 8585 0 1 5 2 90 6 16 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23078 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23078 23078 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23212016 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=868748 CPUtime=11.47
/proc/23092/stat : 23092 (java) S 23091 23078 18124 0 -1 0 65220 0 1 0 1108 39 0 0 18 0 9 0 23212017 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 217187 45169 2593 9 0 211664 0
[pid=23092/tid=23093] ppid=23091 vsize=868748 CPUtime=6.52
/proc/23092/task/23093/stat : 23093 (java) R 23091 23078 18124 0 -1 64 4727 0 1 0 646 6 0 0 25 0 9 0 23212017 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23094] ppid=23091 vsize=868748 CPUtime=4.69
/proc/23092/task/23094/stat : 23094 (java) S 23091 23078 18124 0 -1 64 58273 0 0 0 439 30 0 0 16 0 9 0 23212019 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23095] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23095/stat : 23095 (java) S 23091 23078 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23212019 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23096] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23096/stat : 23096 (java) S 23091 23078 18124 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23212019 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23097] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23097/stat : 23097 (java) S 23091 23078 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23212021 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23098] ppid=23091 vsize=868748 CPUtime=0.22
/proc/23092/task/23098/stat : 23098 (java) S 23091 23078 18124 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 23212021 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23099] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23099/stat : 23099 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23212021 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23100] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23100/stat : 23100 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23212021 889597952 45169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890972

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 4/95 23100
/proc/meminfo: memFree=911184/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=1.03
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1310 8585 0 1 5 2 90 6 16 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23078 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23078 23078 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23212016 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=868748 CPUtime=24.12
/proc/23092/stat : 23092 (java) S 23091 23078 18124 0 -1 0 65690 0 1 0 2368 44 0 0 18 0 9 0 23212017 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 217187 45590 2593 9 0 211664 0
[pid=23092/tid=23093] ppid=23091 vsize=868748 CPUtime=18.88
/proc/23092/task/23093/stat : 23093 (java) R 23091 23078 18124 0 -1 64 4777 0 1 0 1877 11 0 0 25 0 9 0 23212017 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23094] ppid=23091 vsize=868748 CPUtime=4.98
/proc/23092/task/23094/stat : 23094 (java) S 23091 23078 18124 0 -1 64 58689 0 0 0 468 30 0 0 16 0 9 0 23212019 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23095] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23095/stat : 23095 (java) S 23091 23078 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23212019 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23096] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23096/stat : 23096 (java) S 23091 23078 18124 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23212019 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23097] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23097/stat : 23097 (java) S 23091 23078 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23212021 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23098] ppid=23091 vsize=868748 CPUtime=0.23
/proc/23092/task/23098/stat : 23098 (java) S 23091 23078 18124 0 -1 64 1522 0 0 0 22 1 0 0 16 0 9 0 23212021 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23099] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23099/stat : 23099 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23212021 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23100] ppid=23091 vsize=868748 CPUtime=0
/proc/23092/task/23100/stat : 23100 (java) S 23091 23078 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23212021 889597952 45590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890972

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/95 23100
/proc/meminfo: memFree=887056/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=1.03
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1310 8585 0 1 5 2 90 6 16 0 1 0 23211907 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23078/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23078 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23078 23078 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23212016 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=868748 CPUtime=49.52
/proc/23092/stat : 23092 (java) S 23091 23078 18124 0 -1 0 67763 0 1 0 4895 57 0 0 18 0 9 0 23212017 889597952 47578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 217187 47578 2593 9 0 211664 0

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

/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 92814 0 0 0 92777 78 0 0 25 0 1 0 23260812 385691648 92800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 94163 92800 76 150 0 94010 0
Current children cumulated CPU time (s) 1393.57
Current children cumulated vsize (KiB) 398876

[startup+1482.3 s]
/proc/loadavg: 2.03 2.06 2.18 3/87 25762
/proc/meminfo: memFree=332040/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=383428 CPUtime=988.52
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 94535 0 0 0 98773 79 0 0 25 0 1 0 23260812 392630272 94521 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 95857 94521 76 150 0 95704 0
Current children cumulated CPU time (s) 1453.54
Current children cumulated vsize (KiB) 405652

[startup+1542.3 s]
/proc/loadavg: 2.01 2.05 2.17 3/87 25762
/proc/meminfo: memFree=324488/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=387148 CPUtime=1048.5
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 95475 0 0 0 104770 80 0 0 25 0 1 0 23260812 396439552 95461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 96787 95461 76 150 0 96634 0
Current children cumulated CPU time (s) 1513.52
Current children cumulated vsize (KiB) 409372

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.16 3/87 25762
/proc/meminfo: memFree=319752/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=391956 CPUtime=1108.47
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 96682 0 0 0 110766 81 0 0 25 0 1 0 23260812 401362944 96668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 97989 96668 76 150 0 97836 0
Current children cumulated CPU time (s) 1573.49
Current children cumulated vsize (KiB) 414180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/87 25762
/proc/meminfo: memFree=311944/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=400240 CPUtime=1168.45
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 98005 0 0 0 116763 82 0 0 25 0 1 0 23260812 409845760 97991 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 100060 97991 76 150 0 99907 0
Current children cumulated CPU time (s) 1633.47
Current children cumulated vsize (KiB) 422464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/87 25762
/proc/meminfo: memFree=305224/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=406948 CPUtime=1228.42
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 99708 0 0 0 122759 83 0 0 25 0 1 0 23260812 416714752 99694 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 101737 99694 76 150 0 101584 0
Current children cumulated CPU time (s) 1693.44
Current children cumulated vsize (KiB) 429172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/87 25762
/proc/meminfo: memFree=298184/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=413544 CPUtime=1288.4
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 101428 0 0 0 128756 84 0 0 25 0 1 0 23260812 423469056 101414 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 103386 101414 76 150 0 103233 0
Current children cumulated CPU time (s) 1753.42
Current children cumulated vsize (KiB) 435768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.9 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 25762
/proc/meminfo: memFree=295496/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=416104 CPUtime=1334.98
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 102085 0 0 0 133413 85 0 0 25 0 1 0 23260812 426090496 102071 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 104026 102071 76 150 0 103873 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 438328

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

############
# WARNING:
# current cumulated CPU time (465.06 s) is less than in the last sample (1800 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1334.94 s) to the 'lost time'.

[startup+1828.9 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 25762
/proc/meminfo: memFree=295496/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.02
/proc/23078/stat : 23078 (sugar) S 23076 23078 18124 0 -1 4194304 1376 122635 0 2 6 2 46310 184 16 0 1 0 23211907 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23078/statm: 4217 1113 409 3 0 796 0
[pid=23714] ppid=23078 vsize=5356 CPUtime=0
/proc/23714/stat : 23714 (sh) S 23078 23078 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23260812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23714/statm: 1339 232 193 169 0 50 0
[pid=23719] ppid=23714 vsize=416104 CPUtime=1334.98
/proc/23719/stat : 23719 (minisat) R 23714 23078 18124 0 -1 4194304 102085 0 0 0 133413 85 0 0 25 0 1 0 23260812 426090496 102071 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/23719/statm: 104026 102071 76 150 0 103873 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 438328

[startup+1829.02 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 25762
/proc/meminfo: memFree=295496/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.06
/proc/23078/stat : 23078 (sugar) R 23076 23078 18124 0 -1 4194304 1423 122912 0 2 6 6 46310 184 17 0 1 0 23211907 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23078/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 465.06
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1829.02 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 25762
/proc/meminfo: memFree=295496/2055920 swapFree=4192812/4192956
[pid=23078] ppid=23076 vsize=16868 CPUtime=465.06
/proc/23078/stat : 23078 (sugar) R 23076 23078 18124 0 -1 4194304 1423 122912 0 2 6 6 46310 184 17 0 1 0 23211907 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23078/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 465.06
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1334.94
#  lost CPU user time (s): 1334.13
#  lost CPU system time (s): 0.81

Real time (s): 1829.05
CPU time (s): 1800.06
CPU user time (s): 1797.3
CPU system time (s): 2.7567
CPU usage (%): 98.4152
Max. virtual memory (cumulated for all children) (KiB): 911476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 463.174
system time used= 1.9467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124394
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= 19216
involuntary context switches= 34269

runsolver used 2.46962 second user time and 6.28604 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 04:20:06
IDJOB=2077550
IDBENCH=56612
IDSOLVER=739
FILE ID=node40/2077550-1247365206
PBS_JOBID= 9506944
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-03.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-2077550-1247365206/watcher-2077550-1247365206 -o /tmp/evaluation-result-2077550-1247365206/solver-2077550-1247365206 -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-2077550-1247365206.xml

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

MD5SUM BENCH= d2602ffdba29ded4bf4e1d3ecdfa8424
RANDOM SEED=565944221

node40.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.213
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.213
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:       1104072 kB
Buffers:         78676 kB
Cached:         729436 kB
SwapCached:          0 kB
Active:         236696 kB
Inactive:       641124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          90324 kB
Slab:            58868 kB
Committed_AS:   282476 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 04:50:37