Trace number 2071357

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.04 1809.24

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-08.xml
MD5SUM56c23d6c4935063418a5d9e7e7a2b009
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 benchmark603.345
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:04:33 2009
0.00/0.08	c 0	PID 15683
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071357-1247353472.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-2071357-1247353472.xml' 'HOME/temp.csp'
0.06/0.92	c 0	1 domains, 454 variables, 6 predicates, 6 relations, 3246 constraints
0.06/0.97	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	c 0	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.92/1.06	c 0	Parsing HOME/temp.csp
1.21/1.35	c 1	parsed 3713 expressions
1.21/1.35	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.35	c 1	Converting to clausal form CSP
1.21/1.38	c 1	converted 372 (10%) expressions
4.28/4.45	c 4	converted 743 (20%) expressions
6.16/6.32	c 6	converted 1114 (30%) expressions
6.16/6.37	c 6	converted 1486 (40%) expressions
6.26/6.48	c 6	converted 1857 (50%) expressions
6.36/6.58	c 6	converted 2228 (60%) expressions
6.46/6.62	c 6	converted 2600 (70%) expressions
6.46/6.69	c 6	converted 2971 (80%) expressions
6.55/6.74	c 6	converted 3342 (90%) expressions
6.65/6.82	c 6	converted 3713 (100%) expressions
6.65/6.82	c 6	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
6.65/6.82	c 6	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.65/6.82	c 6	Propagation in CSP
6.65/6.84	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.65/6.84	c 6	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
6.65/6.84	c 6	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.65/6.84	c 6	Simplifing CSP by introducing new Boolean variables
6.75/6.95	c 6	CSP : 454 integers, 32496 booleans, 35742 clauses, largest domain size 26
6.75/6.95	c 6	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.84/8.02	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.84/8.06	c 7	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
7.84/8.06	c 7	91 (20%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
7.84/8.06	c 7	137 (30%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
7.84/8.06	c 7	182 (40%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
7.84/8.07	c 7	227 (50%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
7.84/8.07	c 7	273 (60%) CSP integer variables are encoded (6552 clauses, 83113 bytes)
7.84/8.07	c 7	318 (70%) CSP integer variables are encoded (7632 clauses, 97153 bytes)
7.84/8.07	c 7	364 (80%) CSP integer variables are encoded (8736 clauses, 111505 bytes)
7.84/8.07	c 7	409 (90%) CSP integer variables are encoded (9816 clauses, 125978 bytes)
7.84/8.07	c 7	454 (100%) CSP integer variables are encoded (10896 clauses, 142178 bytes)
285.51/287.43	c 287	3575 (10%) CSP clauses are encoded (2775334 clauses, 138653951 bytes)
291.59/293.51	c 293	7149 (20%) CSP clauses are encoded (2895682 clauses, 142598375 bytes)
303.53/305.51	c 305	10723 (30%) CSP clauses are encoded (3053829 clauses, 148881082 bytes)
303.62/305.68	c 305	14297 (40%) CSP clauses are encoded (3138628 clauses, 150555773 bytes)
303.83/305.85	c 305	17871 (50%) CSP clauses are encoded (3223427 clauses, 152237914 bytes)
304.02/306.01	c 305	21446 (60%) CSP clauses are encoded (3309427 clauses, 153931775 bytes)
304.12/306.18	c 306	25020 (70%) CSP clauses are encoded (3396176 clauses, 155611898 bytes)
304.32/306.35	c 306	28594 (80%) CSP clauses are encoded (3483150 clauses, 157305234 bytes)
304.52/306.51	c 306	32168 (90%) CSP clauses are encoded (3570124 clauses, 159046906 bytes)
304.62/306.68	c 306	35742 (100%) CSP clauses are encoded (3657098 clauses, 160837212 bytes)
304.62/306.68	c 306	35742 CSP clauses encoded
304.62/306.68	c 306	Writing map file : HOME/temp.map
304.72/306.70	c 306	Heap : 247 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
304.72/306.70	c 306	SAT : 43846 SAT variables, 3657098 SAT clauses, 160837212 bytes
304.72/306.70	c 306	Heap : 247 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
304.72/306.79	c 306	SOLVING HOME/temp.cnf
304.72/306.79	c 306	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
304.78/306.80	c 306	This is MiniSat 2.0 beta
304.78/306.80	c 306	WARNING: for repeatability, setting FPU to use double precision
304.78/306.80	c 306	============================[ Problem Statistics ]=============================
304.78/306.80	c 306	|                                                                             |
304.78/306.81	c 306	|  Number of variables:  43846                                                |
304.78/306.81	c 306	|  Number of clauses:    3657098                                              |
308.05/310.19	c 310	|  Parsing time:         3.02         s                                       |
308.34/310.42	c 310	============================[ Search Statistics ]==============================
308.34/310.42	c 310	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
308.34/310.42	c 310	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
308.34/310.42	c 310	===============================================================================
308.34/310.42	c 310	|         0 |   43846  3657098 27645268 |  1219032        0    nan |  0.000 % |
308.55/310.63	c 310	|       100 |   43846  3657098 27645268 |  1340935      100      8 |  0.000 % |
308.65/310.77	c 310	|       251 |   43846  3657098 27645268 |  1475029      251     10 |  0.000 % |
308.95/311.09	c 311	|       477 |   43846  3657098 27645268 |  1622532      477     11 |  0.000 % |
309.26/311.39	c 311	|       815 |   43846  3657098 27645268 |  1784785      815     12 |  0.000 % |
309.65/311.74	c 311	|      1321 |   43846  3657098 27645268 |  1963264     1321     12 |  0.000 % |
310.15/312.22	c 312	|      2080 |   43846  3657098 27645268 |  2159590     2080     13 |  0.000 % |
310.44/312.57	c 312	|      3222 |   43846  3657098 27645268 |  2375549     3222     11 |  0.000 % |
311.34/313.48	c 313	|      4931 |   43846  3657098 27645268 |  2613104     4931     12 |  0.000 % |
313.33/315.42	c 315	|      7493 |   43846  3657098 27645268 |  2874415     7493     12 |  0.000 % |
316.31/318.43	c 318	|     11337 |   43846  3657098 27645268 |  3161856    11337     13 |  0.000 % |
318.40/320.54	c 320	|     17103 |   43846  3657098 27645268 |  3478042    17103     13 |  0.000 % |
323.68/325.87	c 325	|     25753 |   43846  3657098 27645268 |  3825846    25753     13 |  0.000 % |
334.43/336.61	c 336	|     38729 |   43846  3657098 27645268 |  4208431    38729     15 |  0.000 % |
348.46/350.78	c 350	|     58190 |   43844  3657098 27645268 |  4629274    58188     14 |  0.005 % |
361.30/363.66	c 363	|     87382 |   43844  3657098 27645268 |  5092201    87380     15 |  0.005 % |
397.93/400.42	c 400	|    131171 |   43844  3657098 27645268 |  5601422   131169     15 |  0.005 % |
436.54/439.21	c 439	|    196855 |   43844  3657098 27645268 |  6161564   196853     16 |  0.005 % |
535.37/538.55	c 538	|    295381 |   43841  3657098 27645268 |  6777720   295375     16 |  0.014 % |
652.71/656.46	c 656	|    443171 |   43840  3657098 27645268 |  7455492   443164     16 |  0.016 % |
893.05/897.91	c 897	|    664856 |   43835  3655667 27634626 |  8201042   664843     16 |  0.025 % |
1453.57/1461.17	c 1461	|    997381 |   43833  3654718 27627253 |  9021146   997354     17 |  0.030 % |
1800.00/1809.11	c ERROR INTERRUPTED
1800.00/1809.17	s UNKNOWN
1800.00/1809.17	c 1809	CPU 304.79 (0.06 0.02 303.23 1.48)
1800.00/1809.17	c 1809	END Sun Jul 12 01:34:42 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-2071357-1247353472/watcher-2071357-1247353472 -o /tmp/evaluation-result-2071357-1247353472/solver-2071357-1247353472 -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-2071357-1247353472.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.95 2.05 2.05 4/73 15683
/proc/meminfo: memFree=1886152/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=12268 CPUtime=0
/proc/15683/stat : 15683 (sugar) R 15681 15683 15393 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22413392 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15683/statm: 3067 316 241 3 0 167 0

[startup+0.081997 s]
/proc/loadavg: 1.95 2.05 2.05 4/73 15683
/proc/meminfo: memFree=1886152/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16740 CPUtime=0.06
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22413392 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102379 s]
/proc/loadavg: 1.95 2.05 2.05 4/73 15683
/proc/meminfo: memFree=1886152/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.06
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302271 s]
/proc/loadavg: 1.95 2.05 2.05 4/73 15683
/proc/meminfo: memFree=1886152/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.06
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702297 s]
/proc/loadavg: 1.95 2.05 2.05 4/73 15683
/proc/meminfo: memFree=1886152/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.06
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50135 s]
/proc/loadavg: 1.95 2.05 2.05 4/78 15699
/proc/meminfo: memFree=1880352/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.91
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1309 7581 0 1 5 2 79 5 16 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
[pid=15696] ppid=15683 vsize=5356 CPUtime=0
/proc/15696/stat : 15696 (sh) S 15683 15683 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22413490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15696/statm: 1339 233 193 169 0 50 0
[pid=15697] ppid=15696 vsize=864252 CPUtime=0.5
/proc/15697/stat : 15697 (java) S 15696 15683 15393 0 -1 0 6744 0 1 0 47 3 0 0 18 0 9 0 22413491 884994048 6026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 216063 6026 2566 9 0 210568 0
[pid=15697/tid=15698] ppid=15696 vsize=864252 CPUtime=0.28
/proc/15697/task/15698/stat : 15698 (java) R 15696 15683 15393 0 -1 64 2570 0 1 0 27 1 0 0 18 0 9 0 22413491 884994048 6026 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15699] ppid=15696 vsize=864252 CPUtime=0.14
/proc/15697/task/15699/stat : 15699 (java) S 15696 15683 15393 0 -1 64 3155 0 0 0 14 0 0 0 16 0 9 0 22413493 884994048 6026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886476

[startup+3.10145 s]
/proc/loadavg: 1.95 2.05 2.05 4/84 15705
/proc/meminfo: memFree=1852848/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.91
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1309 7581 0 1 5 2 79 5 16 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
[pid=15696] ppid=15683 vsize=5356 CPUtime=0
/proc/15696/stat : 15696 (sh) S 15683 15683 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22413490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15696/statm: 1339 233 193 169 0 50 0
[pid=15697] ppid=15696 vsize=864252 CPUtime=2.08
/proc/15697/stat : 15697 (java) S 15696 15683 15393 0 -1 0 18112 0 1 0 199 9 0 0 18 0 9 0 22413491 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 216063 17352 2566 9 0 210568 0
[pid=15697/tid=15698] ppid=15696 vsize=864252 CPUtime=0.92
/proc/15697/task/15698/stat : 15698 (java) R 15696 15683 15393 0 -1 64 3207 0 1 0 90 2 0 0 23 0 9 0 22413491 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 103211361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15699] ppid=15696 vsize=864252 CPUtime=1.07
/proc/15697/task/15699/stat : 15699 (java) S 15696 15683 15393 0 -1 64 13874 0 0 0 101 6 0 0 16 0 9 0 22413493 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15700] ppid=15696 vsize=864252 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15696 15683 15393 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22413493 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15701] ppid=15696 vsize=864252 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15696 15683 15393 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22413493 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15702] ppid=15696 vsize=864252 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22413495 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15696 vsize=864252 CPUtime=0.07
/proc/15697/task/15703/stat : 15703 (java) S 15696 15683 15393 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 22413495 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15704] ppid=15696 vsize=864252 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22413495 884994048 17352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15696 vsize=864252 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22413495 884994048 17352 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) 886476

[startup+6.30265 s]
/proc/loadavg: 2.03 2.07 2.05 4/84 15705
/proc/meminfo: memFree=1751408/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.91
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1309 7581 0 1 5 2 79 5 16 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
[pid=15696] ppid=15683 vsize=5356 CPUtime=0
/proc/15696/stat : 15696 (sh) S 15683 15683 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22413490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15696/statm: 1339 233 193 169 0 50 0
[pid=15697] ppid=15696 vsize=868628 CPUtime=5.25
/proc/15697/stat : 15697 (java) S 15696 15683 15393 0 -1 0 42307 0 1 0 505 20 0 0 18 0 9 0 22413491 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 217157 41500 2567 9 0 211662 0
[pid=15697/tid=15698] ppid=15696 vsize=868628 CPUtime=1.92
/proc/15697/task/15698/stat : 15698 (java) R 15696 15683 15393 0 -1 64 4556 0 1 0 190 2 0 0 25 0 9 0 22413491 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15699] ppid=15696 vsize=868628 CPUtime=3.14
/proc/15697/task/15699/stat : 15699 (java) R 15696 15683 15393 0 -1 64 35567 0 0 0 299 15 0 0 16 0 9 0 22413493 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 102546892 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15700] ppid=15696 vsize=868628 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15696 15683 15393 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22413493 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15701] ppid=15696 vsize=868628 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15696 15683 15393 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22413493 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15702] ppid=15696 vsize=868628 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22413495 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15696 vsize=868628 CPUtime=0.16
/proc/15697/task/15703/stat : 15703 (java) S 15696 15683 15393 0 -1 64 1481 0 0 0 15 1 0 0 16 0 9 0 22413495 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15704] ppid=15696 vsize=868628 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22413495 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15696 vsize=868628 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22413495 889475072 41500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890852

[startup+12.702 s]
/proc/loadavg: 2.03 2.07 2.05 3/84 15705
/proc/meminfo: memFree=1701424/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.91
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1310 7581 0 1 5 2 79 5 16 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
[pid=15696] ppid=15683 vsize=5356 CPUtime=0
/proc/15696/stat : 15696 (sh) S 15683 15683 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22413490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15696/statm: 1339 233 193 169 0 50 0
[pid=15697] ppid=15696 vsize=868740 CPUtime=11.59
/proc/15697/stat : 15697 (java) S 15696 15683 15393 0 -1 0 55416 0 1 0 1128 31 0 0 18 0 9 0 22413491 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 217185 45909 2593 9 0 211662 0
[pid=15697/tid=15698] ppid=15696 vsize=868740 CPUtime=6.83
/proc/15697/task/15698/stat : 15698 (java) R 15696 15683 15393 0 -1 64 4833 0 1 0 676 7 0 0 25 0 9 0 22413491 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4126964759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15699] ppid=15696 vsize=868740 CPUtime=4.49
/proc/15697/task/15699/stat : 15699 (java) S 15696 15683 15393 0 -1 64 48346 0 0 0 428 21 0 0 16 0 9 0 22413493 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15700] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15696 15683 15393 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22413493 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15701] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15696 15683 15393 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22413493 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15702] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22413495 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15696 vsize=868740 CPUtime=0.23
/proc/15697/task/15703/stat : 15703 (java) S 15696 15683 15393 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22413495 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15704] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22413495 889589760 45909 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22413495 889589760 45909 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) 890964

[startup+25.5028 s]
/proc/loadavg: 2.02 2.06 2.05 3/84 15705
/proc/meminfo: memFree=1688944/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=0.91
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1310 7581 0 1 5 2 79 5 16 0 1 0 22413392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1111 409 3 0 796 0
[pid=15696] ppid=15683 vsize=5356 CPUtime=0
/proc/15696/stat : 15696 (sh) S 15683 15683 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22413490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15696/statm: 1339 233 193 169 0 50 0
[pid=15697] ppid=15696 vsize=868740 CPUtime=24.25
/proc/15697/stat : 15697 (java) S 15696 15683 15393 0 -1 0 55814 0 1 0 2388 37 0 0 18 0 9 0 22413491 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 217185 46255 2593 9 0 211662 0
[pid=15697/tid=15698] ppid=15696 vsize=868740 CPUtime=19.23
/proc/15697/task/15698/stat : 15698 (java) R 15696 15683 15393 0 -1 64 4885 0 1 0 1910 13 0 0 25 0 9 0 22413491 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4126964725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15699] ppid=15696 vsize=868740 CPUtime=4.77
/proc/15697/task/15699/stat : 15699 (java) S 15696 15683 15393 0 -1 64 48692 0 0 0 455 22 0 0 16 0 9 0 22413493 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15700] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15696 15683 15393 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22413493 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15701] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15696 15683 15393 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22413493 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15702] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22413495 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15696 vsize=868740 CPUtime=0.23
/proc/15697/task/15703/stat : 15703 (java) S 15696 15683 15393 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22413495 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15704] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22413495 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15696 vsize=868740 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15696 15683 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22413495 889589760 46255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890964

[startup+51.1024 s]
/proc/loadavg: 2.01 2.06 2.05 3/84 15705

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

/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 85165 0 0 0 110954 63 0 0 25 0 1 0 22444073 358219776 85151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 87456 85151 76 150 0 87303 0
Current children cumulated CPU time (s) 1414.96
Current children cumulated vsize (KiB) 372048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 15709
/proc/meminfo: memFree=1374432/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=354840 CPUtime=1169.88
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 86465 0 0 0 116924 64 0 0 25 0 1 0 22444073 363356160 86451 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 88710 86451 76 150 0 88557 0
Current children cumulated CPU time (s) 1474.67
Current children cumulated vsize (KiB) 377064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 15709
/proc/meminfo: memFree=1371616/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=357524 CPUtime=1229.59
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 87140 0 0 0 122894 65 0 0 25 0 1 0 22444073 366104576 87126 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 89381 87126 76 150 0 89228 0
Current children cumulated CPU time (s) 1534.38
Current children cumulated vsize (KiB) 379748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 15710
/proc/meminfo: memFree=1369496/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=359512 CPUtime=1289.32
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 87671 0 0 0 128866 66 0 0 25 0 1 0 22444073 368140288 87657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 89878 87657 76 150 0 89725 0
Current children cumulated CPU time (s) 1594.11
Current children cumulated vsize (KiB) 381736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 15710
/proc/meminfo: memFree=1367576/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=363484 CPUtime=1349.02
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 88138 0 0 0 134836 66 0 0 25 0 1 0 22444073 372207616 88124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 90871 88124 76 150 0 90718 0
Current children cumulated CPU time (s) 1653.81
Current children cumulated vsize (KiB) 385708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 15710
/proc/meminfo: memFree=1364632/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=366120 CPUtime=1408.74
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 88770 0 0 0 140807 67 0 0 25 0 1 0 22444073 374906880 88756 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 91530 88756 76 150 0 91377 0
Current children cumulated CPU time (s) 1713.53
Current children cumulated vsize (KiB) 388344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 15710
/proc/meminfo: memFree=1362456/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=368016 CPUtime=1468.45
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 89274 0 0 0 146778 67 0 0 25 0 1 0 22444073 376848384 89260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 92004 89260 76 150 0 91851 0
Current children cumulated CPU time (s) 1773.24
Current children cumulated vsize (KiB) 390240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1298872/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=368740 CPUtime=1495.21
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 89448 0 0 0 149453 68 0 0 25 0 1 0 22444073 377589760 89434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15707/statm: 92185 89434 76 150 0 92032 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 390964

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

############
# WARNING:
# current cumulated CPU time (304.84 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 (1495.16 s) to the 'lost time'.

[startup+1809.1 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1298872/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.79
/proc/15683/stat : 15683 (sugar) S 15681 15683 15393 0 -1 4194304 1376 98211 0 2 6 2 30323 148 16 0 1 0 22413392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15683/statm: 4217 1113 409 3 0 796 0
[pid=15706] ppid=15683 vsize=5356 CPUtime=0
/proc/15706/stat : 15706 (sh) S 15683 15683 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22444072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15706/statm: 1339 232 193 169 0 50 0
[pid=15707] ppid=15706 vsize=368740 CPUtime=1495.21
/proc/15707/stat : 15707 (minisat) R 15706 15683 15393 0 -1 4194304 89448 0 0 0 149453 68 0 0 25 0 1 0 22444073 377589760 89434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15707/statm: 92185 89434 76 150 0 92032 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 390964

[startup+1809.22 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1298872/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.84
/proc/15683/stat : 15683 (sugar) R 15681 15683 15393 0 -1 4194304 1423 98488 0 2 6 7 30323 148 17 0 1 0 22413392 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15683/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 304.84
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.22 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 15759
/proc/meminfo: memFree=1298872/2055920 swapFree=4191900/4192956
[pid=15683] ppid=15681 vsize=16868 CPUtime=304.84
/proc/15683/stat : 15683 (sugar) R 15681 15683 15393 0 -1 4194304 1423 98488 0 2 6 7 30323 148 17 0 1 0 22413392 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15683/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 304.84
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): 1495.16
#  lost CPU user time (s): 1494.53
#  lost CPU system time (s): 0.63

Real time (s): 1809.24
CPU time (s): 1800.04
CPU user time (s): 1797.83
CPU system time (s): 2.21576
CPU usage (%): 99.4916
Max. virtual memory (cumulated for all children) (KiB): 911452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.299
system time used= 1.58576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99970
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= 15177
involuntary context switches= 19170

runsolver used 2.31665 second user time and 5.9461 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 01:04:32
IDJOB=2071357
IDBENCH=55482
IDSOLVER=739
FILE ID=node29/2071357-1247353472
PBS_JOBID= 9506951
Free space on /tmp= 66328 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-08.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-2071357-1247353472/watcher-2071357-1247353472 -o /tmp/evaluation-result-2071357-1247353472/solver-2071357-1247353472 -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-2071357-1247353472.xml

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

MD5SUM BENCH= 56c23d6c4935063418a5d9e7e7a2b009
RANDOM SEED=1090278425

node29.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1886632 kB
Buffers:         13912 kB
Cached:          71104 kB
SwapCached:        392 kB
Active:          91136 kB
Inactive:        28924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886632 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5084 kB
Writeback:           0 kB
Mapped:          45044 kB
Slab:            34544 kB
Committed_AS:   221856 kB
PageTables:       1892 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= 66320 MiB
End job on node29 at 2009-07-12 01:34:44