Trace number 2058014

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.01 1807.62

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-4_ext.xml
MD5SUM18107e977fa7b32d70d908a07be4b220
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables56
Number of constraints627
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension627
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.24	c 0	BEGIN Sat Jul 11 15:49:07 2009
0.04/0.24	c 0	PID 11872
0.04/0.25	c 0	HOST node87.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-2058014-1247320146.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2058014-1247320146.xml' 'HOME/temp.csp'
0.07/0.87	c 0	1 domains, 56 variables, 0 predicates, 627 relations, 627 constraints
0.07/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.89	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.67/0.97	c 1	Parsing HOME/temp.csp
1.25/1.55	c 1	parsed 1311 expressions
1.25/1.56	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.56	c 1	Converting to clausal form CSP
1.25/1.59	c 1	converted 132 (10%) expressions
1.25/1.59	c 1	converted 263 (20%) expressions
1.35/1.60	c 1	converted 394 (30%) expressions
1.35/1.61	c 1	converted 525 (40%) expressions
1.35/1.61	c 1	converted 656 (50%) expressions
1.45/1.73	c 1	converted 787 (60%) expressions
1.45/1.78	c 1	converted 918 (70%) expressions
1.55/1.83	c 1	converted 1049 (80%) expressions
1.55/1.87	c 1	converted 1180 (90%) expressions
1.65/1.92	c 2	converted 1311 (100%) expressions
1.65/1.92	c 2	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
1.65/1.92	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.65/1.92	c 2	Propagation in CSP
1.65/1.92	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.65/1.92	c 2	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
1.65/1.92	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.65/1.92	c 2	Simplifing CSP by introducing new Boolean variables
1.65/1.93	c 2	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
1.65/1.93	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.75/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.75/2.02	c 2	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
1.75/2.02	c 2	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
1.75/2.02	c 2	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
1.75/2.03	c 2	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
1.75/2.03	c 2	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
1.75/2.03	c 2	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
1.75/2.03	c 2	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.75/2.03	c 2	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
1.75/2.03	c 2	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
1.75/2.03	c 2	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
1.84/2.11	c 2	63 (10%) CSP clauses are encoded (7884 clauses, 128991 bytes)
1.84/2.15	c 2	126 (20%) CSP clauses are encoded (14473 clauses, 252277 bytes)
1.84/2.19	c 2	189 (30%) CSP clauses are encoded (21055 clauses, 381584 bytes)
1.94/2.22	c 2	251 (40%) CSP clauses are encoded (27574 clauses, 509395 bytes)
1.94/2.26	c 2	314 (50%) CSP clauses are encoded (34143 clauses, 638841 bytes)
2.03/2.30	c 2	377 (60%) CSP clauses are encoded (40790 clauses, 771409 bytes)
2.03/2.33	c 2	439 (70%) CSP clauses are encoded (47257 clauses, 901344 bytes)
2.03/2.37	c 2	502 (80%) CSP clauses are encoded (53853 clauses, 1035387 bytes)
2.13/2.41	c 2	565 (90%) CSP clauses are encoded (60479 clauses, 1172281 bytes)
2.13/2.44	c 2	627 (100%) CSP clauses are encoded (66920 clauses, 1316531 bytes)
2.13/2.44	c 2	627 CSP clauses encoded
2.13/2.44	c 2	Writing map file : HOME/temp.map
2.13/2.45	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.45	c 2	SAT : 1344 SAT variables, 66920 SAT clauses, 1316531 bytes
2.13/2.45	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.46	c 2	SOLVING HOME/temp.cnf
2.13/2.46	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.13/2.46	c 2	This is MiniSat 2.0 beta
2.13/2.46	c 2	WARNING: for repeatability, setting FPU to use double precision
2.13/2.46	c 2	============================[ Problem Statistics ]=============================
2.13/2.46	c 2	|                                                                             |
2.13/2.46	c 2	|  Number of variables:  1344                                                 |
2.13/2.46	c 2	|  Number of clauses:    66920                                                |
2.13/2.50	c 2	|  Parsing time:         0.03         s                                       |
2.21/2.50	c 2	============================[ Search Statistics ]==============================
2.21/2.50	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.50	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.50	c 2	===============================================================================
2.21/2.50	c 2	|         0 |    1344    66920   252003 |    22306        0    nan |  0.000 % |
2.21/2.53	c 2	|       100 |    1344    66920   252003 |    24537      100     13 |  0.000 % |
2.21/2.57	c 2	|       250 |    1344    66920   252003 |    26991      250     14 |  0.002 % |
2.21/2.64	c 2	|       475 |    1344    66920   252003 |    29690      475     15 |  0.001 % |
2.21/2.73	c 2	|       812 |    1344    66920   252003 |    32659      812     16 |  0.002 % |
2.21/2.87	c 2	|      1318 |    1344    66920   252003 |    35925     1318     17 |  0.002 % |
2.21/3.08	c 3	|      2079 |    1344    66920   252003 |    39517     2079     16 |  0.001 % |
3.03/3.39	c 3	|      3218 |    1344    66920   252003 |    43469     3218     17 |  0.002 % |
3.62/3.92	c 4	|      4926 |    1344    66920   252003 |    47816     4926     17 |  0.002 % |
4.42/4.74	c 4	|      7489 |    1344    66920   252003 |    52597     7489     17 |  0.002 % |
5.72/6.03	c 6	|     11333 |    1344    66920   252003 |    57857    11333     18 |  0.002 % |
7.91/8.20	c 8	|     17102 |    1344    66920   252003 |    63643    17102     19 |  0.001 % |
12.08/12.41	c 12	|     25752 |    1344    66920   252003 |    70007    25752     19 |  0.003 % |
20.14/20.52	c 20	|     38726 |    1344    66920   252003 |    77008    38726     19 |  0.002 % |
35.37/35.82	c 35	|     58189 |    1344    66920   252003 |    84709    58189     19 |  0.001 % |
63.18/63.74	c 63	|     87381 |    1344    66920   252003 |    93180    18856     21 |  0.003 % |
95.98/96.63	c 96	|    131171 |    1344    66920   252003 |   102498    62646     22 |  0.002 % |
161.87/162.61	c 162	|    196855 |    1344    66920   252003 |   112748    43959     20 |  0.001 % |
249.83/251.00	c 251	|    295381 |    1344    66920   252003 |   124023    44911     21 |  0.002 % |
383.29/385.06	c 385	|    443171 |    1344    66920   252003 |   136425    85426     22 |  0.003 % |
610.45/613.17	c 613	|    664854 |    1344    66920   252003 |   150068    73016     22 |  0.003 % |
969.36/973.54	c 973	|    997381 |    1344    66920   252003 |   165074   143964     25 |  0.003 % |
1505.24/1511.67	c 1511	|   1496169 |    1344    66920   252003 |   181582    55645     22 |  0.001 % |
1800.01/1807.61	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1807.61	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1807.61	c ERROR INTERRUPTED
1800.01/1807.61	s UNKNOWN
1800.01/1807.61	c 1807	CPU 2.21 (0.06 0.02 2.02 0.11)
1800.01/1807.61	c 1807	END Sat Jul 11 16:19:14 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-2058014-1247320146/watcher-2058014-1247320146 -o /tmp/evaluation-result-2058014-1247320146/solver-2058014-1247320146 -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-2058014-1247320146.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.84 1.94 1.75 4/82 11872
/proc/meminfo: memFree=819168/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=12268 CPUtime=0
/proc/11872/stat : 11872 (sugar) D 11870 11872 11173 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19079487 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254613879397 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/11872/statm: 3067 316 241 3 0 167 0

[startup+0.019116 s]
/proc/loadavg: 1.84 1.94 1.75 4/82 11872
/proc/meminfo: memFree=819168/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=12412 CPUtime=0
/proc/11872/stat : 11872 (sugar) R 11870 11872 11173 0 -1 4194304 450 0 0 0 0 0 0 0 18 0 1 0 19079487 12709888 418 996147200 4194304 4206940 548682068608 18446744073709551615 254613557985 0 0 4224 0 0 0 0 17 1 0 0
/proc/11872/statm: 3103 421 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102122 s]
/proc/loadavg: 1.84 1.94 1.75 4/82 11872
/proc/meminfo: memFree=819168/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=13468 CPUtime=0.03
/proc/11872/stat : 11872 (sugar) D 11870 11872 11173 0 -1 4194304 754 0 0 0 2 1 0 0 18 0 1 0 19079487 13791232 722 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/11872/statm: 3367 722 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.302152 s]
/proc/loadavg: 1.84 1.94 1.75 4/82 11872
/proc/meminfo: memFree=819168/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=0.07
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1226 128 1 0 5 2 0 0 16 0 1 0 19079487 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11872/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702204 s]
/proc/loadavg: 1.84 1.94 1.75 4/82 11872
/proc/meminfo: memFree=819168/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=0.07
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1226 128 1 0 5 2 0 0 16 0 1 0 19079487 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11872/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50128 s]
/proc/loadavg: 1.84 1.94 1.75 4/93 11894
/proc/meminfo: memFree=810312/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=0.67
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1308 5146 1 1 5 2 57 3 15 0 1 0 19079487 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1111 409 3 0 796 0
[pid=11885] ppid=11872 vsize=5356 CPUtime=0
/proc/11885/stat : 11885 (sh) S 11872 11872 11173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19079577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11885/statm: 1339 233 193 169 0 50 0
[pid=11886] ppid=11885 vsize=862288 CPUtime=0.58
/proc/11886/stat : 11886 (java) S 11885 11872 11173 0 -1 0 6374 0 1 0 55 3 0 0 18 0 9 0 19079577 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11886/statm: 215572 5656 2158 9 0 210485 0
[pid=11886/tid=11887] ppid=11885 vsize=862288 CPUtime=0.37
/proc/11886/task/11887/stat : 11887 (java) R 11885 11872 11173 0 -1 64 2024 0 1 0 36 1 0 0 25 0 9 0 19079578 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4126402190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11888] ppid=11885 vsize=862288 CPUtime=0.15
/proc/11886/task/11888/stat : 11888 (java) S 11885 11872 11173 0 -1 64 3347 0 0 0 14 1 0 0 16 0 9 0 19079579 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11889] ppid=11885 vsize=862288 CPUtime=0
/proc/11886/task/11889/stat : 11889 (java) S 11885 11872 11173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19079579 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11890] ppid=11885 vsize=862288 CPUtime=0
/proc/11886/task/11890/stat : 11890 (java) S 11885 11872 11173 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19079579 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11891] ppid=11885 vsize=862288 CPUtime=0
/proc/11886/task/11891/stat : 11891 (java) S 11885 11872 11173 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19079581 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11892] ppid=11885 vsize=862288 CPUtime=0.03
/proc/11886/task/11892/stat : 11892 (java) S 11885 11872 11173 0 -1 64 301 0 0 0 3 0 0 0 16 0 9 0 19079581 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11893] ppid=11885 vsize=862288 CPUtime=0
/proc/11886/task/11893/stat : 11893 (java) S 11885 11872 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19079581 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11886/tid=11894] ppid=11885 vsize=862288 CPUtime=0
/proc/11886/task/11894/stat : 11894 (java) S 11885 11872 11173 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19079581 882982912 5656 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 884512

[startup+3.10146 s]
/proc/loadavg: 1.84 1.94 1.75 3/93 11894
/proc/meminfo: memFree=786120/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 15 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30182 s]
/proc/loadavg: 1.85 1.94 1.75 3/85 11896
/proc/meminfo: memFree=807112/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=6580 CPUtime=3.81
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 1521 0 0 0 380 1 0 0 25 0 1 0 19079733 6737920 1507 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 1645 1507 75 150 0 1492 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 28804

[startup+12.7015 s]
/proc/loadavg: 1.87 1.94 1.76 3/85 11896
/proc/meminfo: memFree=805448/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=8032 CPUtime=10.17
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 1909 0 0 0 1016 1 0 0 25 0 1 0 19079733 8224768 1895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 2008 1895 75 150 0 1855 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 30256

[startup+25.5029 s]
/proc/loadavg: 1.74 1.91 1.75 2/71 11915
/proc/meminfo: memFree=824816/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=10256 CPUtime=22.93
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 2447 0 0 0 2291 2 0 0 25 0 1 0 19079733 10502144 2433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11896/statm: 2564 2433 75 150 0 2411 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 32480

[startup+51.1028 s]
/proc/loadavg: 1.63 1.87 1.74 2/71 12015
/proc/meminfo: memFree=821040/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=13776 CPUtime=48.43
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 3308 0 0 0 4840 3 0 0 25 0 1 0 19079733 14106624 3294 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11896/statm: 3444 3294 75 150 0 3291 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 36000

[startup+102.306 s]
/proc/loadavg: 1.62 1.81 1.72 3/88 12137
/proc/meminfo: memFree=773864/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=15120 CPUtime=99.42
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 3651 0 0 0 9938 4 0 0 25 0 1 0 19079733 15482880 3637 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 3780 3637 75 150 0 3627 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 37344

[startup+162.302 s]
/proc/loadavg: 1.83 1.83 1.73 3/84 12175
/proc/meminfo: memFree=726032/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=18140 CPUtime=159.36
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 4366 0 0 0 15931 5 0 0 25 0 1 0 19079733 18575360 4352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11896/statm: 4535 4352 75 150 0 4382 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 40364

[startup+222.303 s]
/proc/loadavg: 1.90 1.84 1.74 3/77 12264
/proc/meminfo: memFree=802488/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=19232 CPUtime=219.04
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 4626 0 0 0 21898 6 0 0 25 0 1 0 19079733 19693568 4612 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 4808 4612 75 150 0 4655 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 41456

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

/proc/meminfo: memFree=788400/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=33112 CPUtime=1294.59
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 7983 0 0 0 129449 10 0 0 25 0 1 0 19079733 33906688 7969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 8278 7969 75 150 0 8125 0
Current children cumulated CPU time (s) 1296.8
Current children cumulated vsize (KiB) 55336

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/78 12271
/proc/meminfo: memFree=788272/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=33276 CPUtime=1354.34
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8014 0 0 0 135424 10 0 0 25 0 1 0 19079733 34074624 8000 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 8319 8000 75 150 0 8166 0
Current children cumulated CPU time (s) 1356.55
Current children cumulated vsize (KiB) 55500

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 12271
/proc/meminfo: memFree=788144/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=33276 CPUtime=1414.09
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8050 0 0 0 141399 10 0 0 25 0 1 0 19079733 34074624 8036 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 8319 8036 75 150 0 8166 0
Current children cumulated CPU time (s) 1416.3
Current children cumulated vsize (KiB) 55500

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 12271
/proc/meminfo: memFree=787760/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=33780 CPUtime=1473.85
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8132 0 0 0 147374 11 0 0 25 0 1 0 19079733 34590720 8118 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 8445 8118 75 150 0 8292 0
Current children cumulated CPU time (s) 1476.06
Current children cumulated vsize (KiB) 56004

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/78 12271
/proc/meminfo: memFree=787760/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=33780 CPUtime=1533.6
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8132 0 0 0 153349 11 0 0 25 0 1 0 19079733 34590720 8118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 8445 8118 75 150 0 8292 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 56004

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/79 12272
/proc/meminfo: memFree=787752/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=33780 CPUtime=1593.35
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8156 0 0 0 159324 11 0 0 25 0 1 0 19079733 34590720 8142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 8445 8142 75 150 0 8292 0
Current children cumulated CPU time (s) 1595.56
Current children cumulated vsize (KiB) 56004

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/79 12272
/proc/meminfo: memFree=785000/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=36584 CPUtime=1653.11
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8854 0 0 0 165299 12 0 0 25 0 1 0 19079733 37462016 8840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 9146 8840 75 150 0 8993 0
Current children cumulated CPU time (s) 1655.32
Current children cumulated vsize (KiB) 58808

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/79 12272
/proc/meminfo: memFree=784552/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=36980 CPUtime=1712.87
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 8969 0 0 0 171275 12 0 0 25 0 1 0 19079733 37867520 8955 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 9245 8955 75 150 0 9092 0
Current children cumulated CPU time (s) 1715.08
Current children cumulated vsize (KiB) 59204

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 12273
/proc/meminfo: memFree=784032/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=37416 CPUtime=1772.62
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 9059 0 0 0 177250 12 0 0 25 0 1 0 19079733 38313984 9045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 9354 9045 75 150 0 9201 0
Current children cumulated CPU time (s) 1774.83
Current children cumulated vsize (KiB) 59640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 12273
/proc/meminfo: memFree=783968/2055920 swapFree=4192956/4192956
[pid=11872] ppid=11870 vsize=16868 CPUtime=2.21
/proc/11872/stat : 11872 (sugar) S 11870 11872 11173 0 -1 4194304 1375 15781 1 3 6 2 202 11 16 0 1 0 19079487 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11872/statm: 4217 1113 409 3 0 796 0
[pid=11895] ppid=11872 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11872 11872 11173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19079733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11895/statm: 1339 232 193 169 0 50 0
[pid=11896] ppid=11895 vsize=37556 CPUtime=1797.8
/proc/11896/stat : 11896 (minisat) R 11895 11872 11173 0 -1 4194304 9098 0 0 0 179768 12 0 0 25 0 1 0 19079733 38457344 9084 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 0 0 0
/proc/11896/statm: 9389 9084 75 150 0 9236 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 59780

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11872 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=85682
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 2.23166
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.62
CPU time (s): 1800.01
CPU user time (s): 1799.76
CPU system time (s): 0.25
CPU usage (%): 99.5789
Max. virtual memory (cumulated for all children) (KiB): 886724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.08568
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17807
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2639
involuntary context switches= 2309

runsolver used 1.78373 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-11 15:49:07
IDJOB=2058014
IDBENCH=53437
IDSOLVER=739
FILE ID=node87/2058014-1247320146
PBS_JOBID= 9506461
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-4_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058014-1247320146/watcher-2058014-1247320146 -o /tmp/evaluation-result-2058014-1247320146/solver-2058014-1247320146 -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-2058014-1247320146.xml

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

MD5SUM BENCH= 18107e977fa7b32d70d908a07be4b220
RANDOM SEED=287986748

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:        819584 kB
Buffers:         53520 kB
Cached:        1092620 kB
SwapCached:          0 kB
Active:         120028 kB
Inactive:      1062032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        819584 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          55044 kB
Slab:            39372 kB
Committed_AS:   199008 kB
PageTables:       1980 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= 66260 MiB
End job on node87 at 2009-07-11 16:19:16