Trace number 2082302

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 1809.32

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-30.xml
MD5SUM684bd73868b3c19d67d9dc2b2bd45b2f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1800
Maximum constraint arity2
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1800
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:01:46 2009
0.00/0.07	c 0	PID 25376
0.06/0.08	c 0	HOST node87.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082302-1247374906.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-2082302-1247374906.xml' 'HOME/temp.csp'
0.06/0.50	c 1	1 domains, 60 variables, 2 predicates, 0 relations, 1800 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/0.63	c 1	Parsing HOME/temp.csp
0.48/0.70	c 1	parsed 1863 expressions
0.48/0.71	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.71	c 1	Converting to clausal form CSP
0.48/0.78	c 1	converted 187 (10%) expressions
0.48/0.88	c 1	converted 373 (20%) expressions
0.48/0.91	c 1	converted 559 (30%) expressions
0.48/0.92	c 1	converted 746 (40%) expressions
0.48/0.94	c 1	converted 932 (50%) expressions
0.48/0.95	c 1	converted 1118 (60%) expressions
0.48/0.95	c 1	converted 1305 (70%) expressions
0.48/0.96	c 1	converted 1491 (80%) expressions
0.48/0.97	c 1	converted 1677 (90%) expressions
0.48/0.98	c 1	converted 1863 (100%) expressions
0.48/0.98	c 1	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 58
0.48/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.98	c 1	Propagation in CSP
0.48/0.99	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.48/0.99	c 1	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 58
0.48/0.99	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/1.00	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.03	c 1	CSP : 60 integers, 3540 booleans, 5370 clauses, largest domain size 58
0.91/1.03	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.08	c 1	6 (10%) CSP integer variables are encoded (321 clauses, 3383 bytes)
0.91/1.08	c 1	12 (20%) CSP integer variables are encoded (606 clauses, 6518 bytes)
0.91/1.08	c 1	18 (30%) CSP integer variables are encoded (855 clauses, 9257 bytes)
0.91/1.08	c 1	24 (40%) CSP integer variables are encoded (1068 clauses, 11781 bytes)
0.91/1.08	c 1	30 (50%) CSP integer variables are encoded (1245 clauses, 14082 bytes)
0.91/1.08	c 1	36 (60%) CSP integer variables are encoded (1566 clauses, 18255 bytes)
0.91/1.09	c 1	42 (70%) CSP integer variables are encoded (1851 clauses, 21960 bytes)
0.91/1.09	c 1	48 (80%) CSP integer variables are encoded (2100 clauses, 25197 bytes)
0.91/1.09	c 1	54 (90%) CSP integer variables are encoded (2313 clauses, 27966 bytes)
0.91/1.09	c 1	60 (100%) CSP integer variables are encoded (2490 clauses, 30267 bytes)
1.01/1.14	c 1	537 (10%) CSP clauses are encoded (17753 clauses, 284561 bytes)
1.01/1.18	c 1	1074 (20%) CSP clauses are encoded (32152 clauses, 533292 bytes)
1.11/1.21	c 1	1611 (30%) CSP clauses are encoded (45602 clauses, 766711 bytes)
1.11/1.23	c 1	2148 (40%) CSP clauses are encoded (57694 clauses, 976657 bytes)
1.11/1.26	c 1	2685 (50%) CSP clauses are encoded (68661 clauses, 1167431 bytes)
1.11/1.28	c 1	3222 (60%) CSP clauses are encoded (77990 clauses, 1331097 bytes)
1.11/1.29	c 1	3759 (70%) CSP clauses are encoded (85341 clauses, 1465854 bytes)
1.21/1.31	c 1	4296 (80%) CSP clauses are encoded (95110 clauses, 1646397 bytes)
1.21/1.34	c 1	4833 (90%) CSP clauses are encoded (109569 clauses, 1916822 bytes)
1.21/1.36	c 1	5370 (100%) CSP clauses are encoded (122124 clauses, 2151071 bytes)
1.21/1.36	c 1	5370 CSP clauses encoded
1.21/1.37	c 1	Writing map file : HOME/temp.map
1.21/1.37	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	SAT : 6090 SAT variables, 122124 SAT clauses, 2151071 bytes
1.21/1.37	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 1	SOLVING HOME/temp.cnf
1.21/1.39	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.39	c 1	This is MiniSat 2.0 beta
1.21/1.39	c 1	WARNING: for repeatability, setting FPU to use double precision
1.21/1.39	c 1	============================[ Problem Statistics ]=============================
1.21/1.39	c 1	|                                                                             |
1.21/1.39	c 1	|  Number of variables:  6090                                                 |
1.21/1.39	c 1	|  Number of clauses:    122124                                               |
1.29/1.46	c 1	|  Parsing time:         0.05         s                                       |
1.29/1.46	c 1	============================[ Search Statistics ]==============================
1.29/1.46	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.46	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.46	c 1	===============================================================================
1.29/1.46	c 1	|         0 |    6070   122104   355122 |    40701        0    nan |  0.000 % |
1.29/1.52	c 2	|       100 |    6070   122104   355122 |    44771      100     20 |  0.328 % |
1.29/1.57	c 2	|       251 |    6070   122104   355122 |    49248      251     18 |  0.329 % |
1.29/1.61	c 2	|       477 |    6070   122104   355122 |    54173      477     16 |  0.329 % |
1.29/1.83	c 2	|       815 |    6070   122104   355122 |    59590      815     19 |  0.328 % |
1.29/2.02	c 2	|      1321 |    6070   122104   355122 |    65549     1321     20 |  0.329 % |
2.18/2.39	c 2	|      2081 |    6070   122104   355122 |    72104     2081     22 |  0.328 % |
2.57/2.79	c 3	|      3221 |    6070   122104   355122 |    79315     3221     26 |  0.328 % |
3.37/3.54	c 4	|      4929 |    6070   122104   355122 |    87246     4929     27 |  0.329 % |
3.76/3.90	c 4	|      7491 |    6070   122104   355122 |    95971     7491     24 |  0.329 % |
5.75/5.92	c 6	|     11335 |    6070   122104   355122 |   105568    11335     27 |  0.328 % |
9.23/9.42	c 9	|     17101 |    6070   122104   355122 |   116125    17101     28 |  0.329 % |
11.33/11.57	c 12	|     25750 |    6070   122104   355122 |   127738    25750     26 |  0.329 % |
22.78/23.09	c 23	|     38724 |    6070   122104   355122 |   140512    38724     28 |  0.329 % |
35.31/35.70	c 36	|     58185 |    6070   122104   355122 |   154563    58185     28 |  0.329 % |
71.53/72.08	c 72	|     87378 |    6070   122104   355122 |   170019    87378     33 |  0.329 % |
110.45/111.11	c 111	|    131168 |    6070   122104   355122 |   187021   131168     32 |  0.329 % |
193.04/194.18	c 194	|    196852 |    6070   122104   355122 |   205723    20490     27 |  0.329 % |
338.34/340.14	c 340	|    295378 |    6070   122104   355122 |   226296   119016     34 |  0.328 % |
593.40/596.41	c 596	|    443167 |    6070   122104   355122 |   248925    56899     40 |  0.328 % |
1089.78/1095.24	c 1095	|    664852 |    6070   122104   355122 |   273818    41457     41 |  0.328 % |
1738.93/1747.93	c 1748	|    997378 |    6070   122104   355122 |   301200   116839     46 |  0.329 % |
1800.06/1809.32	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1809.32	c ERROR INTERRUPTED
1800.06/1809.32	s UNKNOWN
1800.06/1809.32	c 1809	CPU 1.3 (0.05 0.02 1.13 0.1)
1800.06/1809.32	c 1809	END Sun Jul 12 07:31:55 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-2082302-1247374906/watcher-2082302-1247374906 -o /tmp/evaluation-result-2082302-1247374906/solver-2082302-1247374906 -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-2082302-1247374906.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.99 2.18 2.08 4/82 25376
/proc/meminfo: memFree=918824/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=11864 CPUtime=0
/proc/25376/stat : 25376 (sugar) R 25374 25376 18640 0 -1 4194304 154 0 0 0 0 0 0 0 20 0 1 0 24555426 12148736 122 996147200 4194304 4206940 548682068608 18446744073709551615 254613551872 0 0 4224 0 0 0 0 17 1 0 0
/proc/25376/statm: 2966 122 90 3 0 66 0

[startup+0.076091 s]
/proc/loadavg: 1.99 2.18 2.08 4/82 25376
/proc/meminfo: memFree=918824/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16740 CPUtime=0.06
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 24555426 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102168 s]
/proc/loadavg: 1.99 2.18 2.08 4/82 25376
/proc/meminfo: memFree=918824/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=0.06
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24555426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302198 s]
/proc/loadavg: 1.99 2.18 2.08 4/82 25376
/proc/meminfo: memFree=918824/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=0.06
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24555426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701233 s]
/proc/loadavg: 1.99 2.18 2.08 4/82 25376
/proc/meminfo: memFree=918824/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=0.48
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1309 5090 0 1 5 1 39 3 16 0 1 0 24555426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50133 s]
/proc/loadavg: 1.99 2.18 2.08 3/93 25398
/proc/meminfo: memFree=903184/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.1015 s]
/proc/loadavg: 1.99 2.18 2.08 3/85 25400
/proc/meminfo: memFree=906320/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 15 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=8016 CPUtime=1.68
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 1886 0 0 0 167 1 0 0 25 0 1 0 24555566 8208384 1872 996147200 134512640 135127466 4294956256 18446744073709551615 134527471 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 2004 1872 75 150 0 1851 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 30240

[startup+6.30286 s]
/proc/loadavg: 1.99 2.17 2.08 3/85 25400
/proc/meminfo: memFree=904912/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=9096 CPUtime=4.86
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 2168 0 0 0 485 1 0 0 25 0 1 0 24555566 9314304 2154 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 2274 2154 75 150 0 2121 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 31320

[startup+12.7016 s]
/proc/loadavg: 1.99 2.17 2.08 3/85 25400
/proc/meminfo: memFree=902736/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=11144 CPUtime=11.23
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 2679 0 0 0 1121 2 0 0 25 0 1 0 24555566 11411456 2665 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 2786 2665 75 150 0 2633 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 33368

[startup+25.503 s]
/proc/loadavg: 2.14 2.20 2.09 3/85 25400
/proc/meminfo: memFree=900176/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=13768 CPUtime=23.97
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 3309 0 0 0 2395 2 0 0 25 0 1 0 24555566 14098432 3295 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 3442 3295 75 150 0 3289 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 35992

[startup+51.1029 s]
/proc/loadavg: 2.09 2.18 2.09 3/85 25400
/proc/meminfo: memFree=895120/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=18904 CPUtime=49.44
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 4576 0 0 0 4941 3 0 0 25 0 1 0 24555566 19357696 4562 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 4726 4562 75 150 0 4573 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 41128

[startup+102.308 s]
/proc/loadavg: 2.09 2.16 2.09 3/85 25400
/proc/meminfo: memFree=886736/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=27156 CPUtime=100.4
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 6641 0 0 0 10034 6 0 0 25 0 1 0 24555566 27807744 6627 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 6789 6627 75 150 0 6636 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 49380

[startup+162.302 s]
/proc/loadavg: 2.07 2.15 2.09 3/85 25400
/proc/meminfo: memFree=879632/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=34372 CPUtime=160.11
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 8416 0 0 0 16003 8 0 0 25 0 1 0 24555566 35196928 8402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 8593 8402 75 150 0 8440 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 56596

[startup+222.303 s]
/proc/loadavg: 2.07 2.13 2.09 3/85 25400
/proc/meminfo: memFree=876048/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=37672 CPUtime=219.82
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 9280 0 0 0 21973 9 0 0 25 0 1 0 24555566 38576128 9266 996147200 134512640 135127466 4294956256 18446744073709551615 134528427 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 9418 9266 75 150 0 9265 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 59896

[startup+282.303 s]
/proc/loadavg: 2.06 2.12 2.08 3/85 25400
/proc/meminfo: memFree=876048/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=37672 CPUtime=279.52
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 9280 0 0 0 27943 9 0 0 25 0 1 0 24555566 38576128 9266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 9418 9266 75 150 0 9265 0
Current children cumulated CPU time (s) 280.81
Current children cumulated vsize (KiB) 59896

[startup+342.302 s]

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

/proc/meminfo: memFree=611480/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=62476 CPUtime=1353.96
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 15376 0 0 0 135377 19 0 0 25 0 1 0 24555566 63975424 15362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 15619 15362 75 150 0 15466 0
Current children cumulated CPU time (s) 1355.25
Current children cumulated vsize (KiB) 84700

[startup+1422.31 s]
/proc/loadavg: 2.08 2.13 2.10 3/87 25506
/proc/meminfo: memFree=329816/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=62476 CPUtime=1413.68
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 15376 0 0 0 141349 19 0 0 25 0 1 0 24555566 63975424 15362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 15619 15362 75 150 0 15466 0
Current children cumulated CPU time (s) 1414.97
Current children cumulated vsize (KiB) 84700

[startup+1482.3 s]
/proc/loadavg: 2.31 2.18 2.11 3/87 25506
/proc/meminfo: memFree=328856/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=63588 CPUtime=1473.35
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 15628 0 0 0 147316 19 0 0 25 0 1 0 24555566 65114112 15614 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 15897 15614 75 150 0 15744 0
Current children cumulated CPU time (s) 1474.64
Current children cumulated vsize (KiB) 85812

[startup+1542.3 s]
/proc/loadavg: 2.11 2.14 2.10 3/87 25506
/proc/meminfo: memFree=316312/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=68192 CPUtime=1533.34
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 16787 0 0 0 153314 20 0 0 25 0 1 0 24555566 69828608 16773 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25400/statm: 17048 16773 75 150 0 16895 0
Current children cumulated CPU time (s) 1534.63
Current children cumulated vsize (KiB) 90416

[startup+1602.3 s]
/proc/loadavg: 2.20 2.15 2.10 3/87 25506
/proc/meminfo: memFree=312344/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=71804 CPUtime=1592.96
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 17723 0 0 0 159276 20 0 0 25 0 1 0 24555566 73527296 17709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25400/statm: 17951 17709 75 150 0 17798 0
Current children cumulated CPU time (s) 1594.25
Current children cumulated vsize (KiB) 94028

[startup+1662.3 s]
/proc/loadavg: 2.39 2.21 2.12 3/84 25581
/proc/meminfo: memFree=850472/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=71936 CPUtime=1652.42
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 17748 0 0 0 165220 22 0 0 25 0 1 0 24555566 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25400/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1653.71
Current children cumulated vsize (KiB) 94160

[startup+1722.3 s]
/proc/loadavg: 2.14 2.17 2.11 3/84 25581
/proc/meminfo: memFree=678312/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=71936 CPUtime=1712.15
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 17748 0 0 0 171193 22 0 0 25 0 1 0 24555566 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/25400/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1713.44
Current children cumulated vsize (KiB) 94160

[startup+1782.3 s]
/proc/loadavg: 2.05 2.14 2.10 3/84 25581
/proc/meminfo: memFree=663528/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=71936 CPUtime=1771.88
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 17748 0 0 0 177166 22 0 0 25 0 1 0 24555566 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25400/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1773.17
Current children cumulated vsize (KiB) 94160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.03 2.12 2.09 3/84 25581
/proc/meminfo: memFree=657896/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=71936 CPUtime=1798.77
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 17748 0 0 0 179854 23 0 0 25 0 1 0 24555566 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25400/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 94160

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

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

[startup+1809.3 s]
/proc/loadavg: 2.03 2.12 2.09 3/84 25581
/proc/meminfo: memFree=657896/2055920 swapFree=4192948/4192956
[pid=25376] ppid=25374 vsize=16868 CPUtime=1.29
/proc/25376/stat : 25376 (sugar) S 25374 25376 18640 0 -1 4194304 1376 12178 0 2 5 1 113 10 16 0 1 0 24555426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25376/statm: 4217 1113 409 3 0 796 0
[pid=25399] ppid=25376 vsize=5356 CPUtime=0
/proc/25399/stat : 25399 (sh) S 25376 25376 18640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24555565 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25399/statm: 1339 232 193 169 0 50 0
[pid=25400] ppid=25399 vsize=71936 CPUtime=1798.77
/proc/25400/stat : 25400 (minisat) R 25399 25376 18640 0 -1 4194304 17748 0 0 0 179854 23 0 0 25 0 1 0 24555566 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25400/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 94160

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25376 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=192818
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=130980
# CPU time returned by wait4() is 1.3238
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.32
CPU time (s): 1800.06
CPU user time (s): 1799.72
CPU system time (s): 0.34
CPU usage (%): 99.4882
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.19282
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13937
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= 2267
involuntary context switches= 2138

runsolver used 2.29565 second user time and 5.68614 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 07:01:46
IDJOB=2082302
IDBENCH=57565
IDSOLVER=739
FILE ID=node87/2082302-1247374906
PBS_JOBID= 9507027
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-30.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-2082302-1247374906/watcher-2082302-1247374906 -o /tmp/evaluation-result-2082302-1247374906/solver-2082302-1247374906 -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-2082302-1247374906.xml

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

MD5SUM BENCH= 684bd73868b3c19d67d9dc2b2bd45b2f
RANDOM SEED=116783570

node87.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        919240 kB
Buffers:         93668 kB
Cached:         789236 kB
SwapCached:          8 kB
Active:         345804 kB
Inactive:       706292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        919240 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:         188352 kB
Slab:            69372 kB
Committed_AS:   424756 kB
PageTables:       2252 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= 66292 MiB
End job on node87 at 2009-07-12 07:31:57