Trace number 2086878

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.08 1809.62

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-20.xml
MD5SUMd7708ecaa4b0e9b8ee6812bd6eefd125
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 variables80
Number of constraints3220
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3220
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 09:42:46 2009
0.00/0.08	c 0	PID 26964
0.00/0.08	c 0	HOST node15.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086878-1247384566.xml TO HOME/temp.csp
0.00/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-2086878-1247384566.xml' 'HOME/temp.csp'
0.07/0.80	c 1	1 domains, 80 variables, 2 predicates, 0 relations, 3220 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	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.07/0.89	c 1	Parsing HOME/temp.csp
0.78/0.99	c 1	parsed 3303 expressions
0.78/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.78/0.99	c 1	Converting to clausal form CSP
1.04/1.11	c 1	converted 331 (10%) expressions
1.14/1.22	c 1	converted 661 (20%) expressions
1.14/1.25	c 1	converted 991 (30%) expressions
1.14/1.26	c 1	converted 1322 (40%) expressions
1.14/1.27	c 1	converted 1652 (50%) expressions
1.14/1.29	c 1	converted 1982 (60%) expressions
1.14/1.30	c 1	converted 2313 (70%) expressions
1.24/1.31	c 1	converted 2643 (80%) expressions
1.24/1.32	c 1	converted 2973 (90%) expressions
1.24/1.33	c 1	converted 3303 (100%) expressions
1.24/1.33	c 1	CSP : 80 integers, 0 booleans, 3280 clauses, largest domain size 78
1.24/1.33	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.33	c 1	Propagation in CSP
1.24/1.37	c 1	690 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.37	c 1	CSP : 80 integers, 0 booleans, 3280 clauses, largest domain size 74
1.24/1.38	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.38	c 2	Simplifing CSP by introducing new Boolean variables
1.34/1.47	c 2	CSP : 80 integers, 6320 booleans, 9600 clauses, largest domain size 74
1.34/1.47	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.52	c 2	8 (10%) CSP integer variables are encoded (492 clauses, 5264 bytes)
1.43/1.53	c 2	16 (20%) CSP integer variables are encoded (792 clauses, 8564 bytes)
1.43/1.53	c 2	24 (30%) CSP integer variables are encoded (1140 clauses, 12717 bytes)
1.43/1.53	c 2	32 (40%) CSP integer variables are encoded (1536 clauses, 17865 bytes)
1.43/1.53	c 2	40 (50%) CSP integer variables are encoded (1740 clauses, 20517 bytes)
1.43/1.53	c 2	48 (60%) CSP integer variables are encoded (2232 clauses, 26913 bytes)
1.43/1.53	c 2	56 (70%) CSP integer variables are encoded (2532 clauses, 30813 bytes)
1.43/1.53	c 2	64 (80%) CSP integer variables are encoded (2880 clauses, 35337 bytes)
1.43/1.53	c 2	72 (90%) CSP integer variables are encoded (3276 clauses, 40485 bytes)
1.43/1.54	c 2	80 (100%) CSP integer variables are encoded (3480 clauses, 43137 bytes)
1.54/1.62	c 2	960 (10%) CSP clauses are encoded (30601 clauses, 505475 bytes)
1.54/1.68	c 2	1920 (20%) CSP clauses are encoded (52508 clauses, 886449 bytes)
1.64/1.72	c 2	2880 (30%) CSP clauses are encoded (67036 clauses, 1138060 bytes)
1.64/1.74	c 2	3840 (40%) CSP clauses are encoded (74734 clauses, 1268565 bytes)
1.64/1.78	c 2	4800 (50%) CSP clauses are encoded (93216 clauses, 1601685 bytes)
1.73/1.83	c 2	5760 (60%) CSP clauses are encoded (116325 clauses, 2031696 bytes)
1.73/1.86	c 2	6720 (70%) CSP clauses are encoded (131507 clauses, 2311344 bytes)
1.83/1.91	c 2	7680 (80%) CSP clauses are encoded (149229 clauses, 2638102 bytes)
1.83/1.95	c 2	8640 (90%) CSP clauses are encoded (170657 clauses, 3033873 bytes)
1.83/1.99	c 2	9600 (100%) CSP clauses are encoded (189074 clauses, 3375266 bytes)
1.83/1.99	c 2	9600 CSP clauses encoded
1.83/1.99	c 2	Writing map file : HOME/temp.map
1.92/2.00	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.92/2.00	c 2	SAT : 9880 SAT variables, 189074 SAT clauses, 3375266 bytes
1.92/2.00	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.92/2.02	c 2	SOLVING HOME/temp.cnf
1.92/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/2.02	c 2	This is MiniSat 2.0 beta
1.92/2.02	c 2	WARNING: for repeatability, setting FPU to use double precision
1.92/2.02	c 2	============================[ Problem Statistics ]=============================
1.92/2.02	c 2	|                                                                             |
1.92/2.02	c 2	|  Number of variables:  9880                                                 |
1.92/2.02	c 2	|  Number of clauses:    189074                                               |
2.00/2.13	c 2	|  Parsing time:         0.08         s                                       |
2.00/2.13	c 2	============================[ Search Statistics ]==============================
2.00/2.13	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.13	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.13	c 2	===============================================================================
2.00/2.13	c 2	|         0 |    9280   188474   547598 |    62824        0    nan |  0.000 % |
2.20/2.33	c 2	|       100 |    9280   188474   547598 |    69107      100     13 |  6.073 % |
2.50/2.63	c 3	|       251 |    9280   188474   547598 |    76017      251     15 |  6.073 % |
2.99/3.14	c 3	|       476 |    9280   188474   547598 |    83619      476     16 |  6.073 % |
3.68/3.84	c 4	|       813 |    9280   188474   547598 |    91981      813     17 |  6.073 % |
4.67/4.83	c 5	|      1320 |    9280   188474   547598 |   101179     1320     15 |  6.073 % |
6.26/6.43	c 7	|      2079 |    9280   188474   547598 |   111297     2079     15 |  6.073 % |
8.54/8.78	c 9	|      3218 |    9280   188474   547598 |   122427     3218     16 |  6.073 % |
12.20/12.41	c 13	|      4926 |    9280   188474   547598 |   134670     4926     15 |  6.073 % |
17.35/17.63	c 18	|      7488 |    9280   188474   547598 |   148137     7488     16 |  6.073 % |
25.58/25.95	c 26	|     11332 |    9280   188474   547598 |   162951    11332     16 |  6.073 % |
37.46/37.94	c 38	|     17098 |    9280   188474   547598 |   179246    17098     16 |  6.073 % |
56.68/57.34	c 57	|     25748 |    9280   188474   547598 |   197170    25748     18 |  6.073 % |
84.81/85.76	c 86	|     38723 |    9278   188428   547463 |   216887    38722     17 |  6.093 % |
132.27/133.67	c 134	|     58184 |    9278   188428   547463 |   238576    58183     18 |  6.094 % |
215.18/217.35	c 217	|     87377 |    9278   188428   547463 |   262434    87376     18 |  6.094 % |
355.96/359.46	c 360	|    131167 |    9278   188428   547463 |   288677   131166     18 |  6.094 % |
594.99/600.77	c 601	|    196852 |    9278   188428   547463 |   317545   196851     19 |  6.093 % |
993.10/1002.40	c 1003	|    295378 |    9276   188391   547355 |   349299   295376     18 |  6.114 % |
1550.27/1559.74	c 1560	|    443168 |    9270   188291   547064 |   384229   108031     18 |  6.175 % |
1800.08/1809.61	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1809.61	c 1810	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.08/1809.62	c ERROR INTERRUPTED
1800.08/1809.62	s UNKNOWN
1800.08/1809.62	c 1810	CPU 1.94 (0.05 0.02 1.76 0.11)
1800.08/1809.62	c 1810	END Sun Jul 12 10:12:56 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-2086878-1247384566/watcher-2086878-1247384566 -o /tmp/evaluation-result-2086878-1247384566/solver-2086878-1247384566 -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-2086878-1247384566.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 26964
/proc/meminfo: memFree=1896352/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=18576 CPUtime=0
/proc/26964/stat : 26964 (runsolver) R 26962 26964 25230 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 25523461 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26964/statm: 4644 284 249 26 0 2626 0

[startup+0.0853101 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 26964
/proc/meminfo: memFree=1896352/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=0.07
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25523461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.100968 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 26964
/proc/meminfo: memFree=1896352/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=0.07
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25523461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301922 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 26964
/proc/meminfo: memFree=1896352/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=0.07
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25523461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701967 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 26964
/proc/meminfo: memFree=1896352/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=0.07
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25523461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50204 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 26986
/proc/meminfo: memFree=1887176/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=0.78
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1310 6745 0 1 5 2 67 4 16 0 1 0 25523461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1111 409 3 0 796 0
[pid=26977] ppid=26964 vsize=5356 CPUtime=0
/proc/26977/stat : 26977 (sh) S 26964 26964 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25523543 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26977/statm: 1339 233 193 169 0 50 0
[pid=26978] ppid=26977 vsize=868584 CPUtime=0.65
/proc/26978/stat : 26978 (java) S 26977 26964 25230 0 -1 0 7282 0 1 0 62 3 0 0 18 0 9 0 25523543 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 217146 6517 2566 9 0 211651 0
[pid=26978/tid=26979] ppid=26977 vsize=868584 CPUtime=0.35
/proc/26978/task/26979/stat : 26979 (java) R 26977 26964 25230 0 -1 64 2685 0 1 0 34 1 0 0 19 0 9 0 25523544 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26980] ppid=26977 vsize=868584 CPUtime=0.12
/proc/26978/task/26980/stat : 26980 (java) R 26977 26964 25230 0 -1 64 2414 0 0 0 11 1 0 0 16 0 9 0 25523545 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 102768157 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26977 vsize=868584 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26977 26964 25230 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25523545 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26977 vsize=868584 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26977 26964 25230 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25523545 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26977 vsize=868584 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26977 26964 25230 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25523547 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26977 vsize=868584 CPUtime=0.16
/proc/26978/task/26984/stat : 26984 (java) S 26977 26964 25230 0 -1 64 1484 0 0 0 16 0 0 0 16 0 9 0 25523547 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26977 vsize=868584 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26977 26964 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25523547 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26977 vsize=868584 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26977 26964 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25523547 889430016 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890808

[startup+3.10117 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 26988
/proc/meminfo: memFree=1882696/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 15 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=10548 CPUtime=1.05
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 2491 0 0 0 103 2 0 0 25 0 1 0 25523663 10801152 2477 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 2637 2477 75 150 0 2484 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 32772

[startup+6.30246 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 26988
/proc/meminfo: memFree=1879560/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=10684 CPUtime=4.22
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 2531 0 0 0 420 2 0 0 25 0 1 0 25523663 10940416 2517 996147200 134512640 135127466 4294956256 18446744073709551615 134531250 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 2671 2517 75 150 0 2518 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 32908

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 26988
/proc/meminfo: memFree=1879240/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=10948 CPUtime=10.56
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 2609 0 0 0 1054 2 0 0 25 0 1 0 25523663 11210752 2595 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 2737 2595 75 150 0 2584 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 33172

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 26988
/proc/meminfo: memFree=1878792/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=11516 CPUtime=23.24
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 2757 0 0 0 2322 2 0 0 25 0 1 0 25523663 11792384 2743 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 2879 2743 75 150 0 2726 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 33740

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 26988
/proc/meminfo: memFree=1877448/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=12884 CPUtime=48.59
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 3085 0 0 0 4857 2 0 0 25 0 1 0 25523663 13193216 3071 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 3221 3071 75 150 0 3068 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 35108

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 26989
/proc/meminfo: memFree=1875008/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=15248 CPUtime=99.32
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 3658 0 0 0 9929 3 0 0 25 0 1 0 25523663 15613952 3644 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 3812 3644 75 150 0 3659 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 37472

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 26989
/proc/meminfo: memFree=1872576/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=17748 CPUtime=158.75
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 4271 0 0 0 15871 4 0 0 25 0 1 0 25523663 18173952 4257 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26988/statm: 4437 4257 75 150 0 4284 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 39972

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 26989
/proc/meminfo: memFree=1870208/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1805224/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48260 CPUtime=1291.04
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11796 0 0 0 129087 17 0 0 25 0 1 0 25523663 49418240 11782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12065 11782 75 150 0 11912 0
Current children cumulated CPU time (s) 1292.98
Current children cumulated vsize (KiB) 70484

[startup+1362.3 s]
/proc/loadavg: 2.33 2.16 2.05 3/84 27168
/proc/meminfo: memFree=1805224/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48260 CPUtime=1351.01
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11796 0 0 0 135084 17 0 0 25 0 1 0 25523663 49418240 11782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12065 11782 75 150 0 11912 0
Current children cumulated CPU time (s) 1352.95
Current children cumulated vsize (KiB) 70484

[startup+1422.31 s]
/proc/loadavg: 2.12 2.13 2.04 3/84 27168
/proc/meminfo: memFree=1805232/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48260 CPUtime=1410.99
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11796 0 0 0 141082 17 0 0 25 0 1 0 25523663 49418240 11782 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12065 11782 75 150 0 11912 0
Current children cumulated CPU time (s) 1412.93
Current children cumulated vsize (KiB) 70484

[startup+1482.3 s]
/proc/loadavg: 2.04 2.10 2.04 3/84 27168
/proc/meminfo: memFree=1805232/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48260 CPUtime=1470.96
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11796 0 0 0 147079 17 0 0 25 0 1 0 25523663 49418240 11782 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12065 11782 75 150 0 11912 0
Current children cumulated CPU time (s) 1472.9
Current children cumulated vsize (KiB) 70484

[startup+1542.3 s]
/proc/loadavg: 2.01 2.08 2.03 3/84 27168
/proc/meminfo: memFree=1805232/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48408 CPUtime=1530.94
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11810 0 0 0 153077 17 0 0 25 0 1 0 25523663 49569792 11796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12102 11796 75 150 0 11949 0
Current children cumulated CPU time (s) 1532.88
Current children cumulated vsize (KiB) 70632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/84 27168
/proc/meminfo: memFree=1805104/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48408 CPUtime=1590.91
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11813 0 0 0 159074 17 0 0 25 0 1 0 25523663 49569792 11799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12102 11799 75 150 0 11949 0
Current children cumulated CPU time (s) 1592.85
Current children cumulated vsize (KiB) 70632

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/84 27168
/proc/meminfo: memFree=1805040/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48408 CPUtime=1650.89
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11813 0 0 0 165072 17 0 0 25 0 1 0 25523663 49569792 11799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12102 11799 75 150 0 11949 0
Current children cumulated CPU time (s) 1652.83
Current children cumulated vsize (KiB) 70632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 27168
/proc/meminfo: memFree=1804976/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48408 CPUtime=1710.87
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11813 0 0 0 171070 17 0 0 25 0 1 0 25523663 49569792 11799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12102 11799 75 150 0 11949 0
Current children cumulated CPU time (s) 1712.81
Current children cumulated vsize (KiB) 70632

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 27168
/proc/meminfo: memFree=1804784/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48408 CPUtime=1770.84
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11813 0 0 0 177067 17 0 0 25 0 1 0 25523663 49569792 11799 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12102 11799 75 150 0 11949 0
Current children cumulated CPU time (s) 1772.78
Current children cumulated vsize (KiB) 70632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 27168
/proc/meminfo: memFree=1804720/2055920 swapFree=4191900/4192956
[pid=26964] ppid=26962 vsize=16868 CPUtime=1.94
/proc/26964/stat : 26964 (sugar) S 26962 26964 25230 0 -1 4194304 1376 14525 0 2 5 2 176 11 16 0 1 0 25523461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26964/statm: 4217 1113 409 3 0 796 0
[pid=26987] ppid=26964 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26964 26964 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25523663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 232 193 169 0 50 0
[pid=26988] ppid=26987 vsize=48408 CPUtime=1798.14
/proc/26988/stat : 26988 (minisat) R 26987 26964 25230 0 -1 4194304 11834 0 0 0 179797 17 0 0 25 0 1 0 25523663 49569792 11820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26988/statm: 12102 11820 75 150 0 11949 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 70632

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 26964 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=826722
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 1.9737
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.62
CPU time (s): 1800.08
CPU user time (s): 1799.78
CPU system time (s): 0.3
CPU usage (%): 99.4726
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.82672
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16375
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= 2714
involuntary context switches= 2580

runsolver used 2.05169 second user time and 6.19206 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 09:42:46
IDJOB=2086878
IDBENCH=58654
IDSOLVER=739
FILE ID=node15/2086878-1247384566
PBS_JOBID= 9507175
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-20.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-2086878-1247384566/watcher-2086878-1247384566 -o /tmp/evaluation-result-2086878-1247384566/solver-2086878-1247384566 -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-2086878-1247384566.xml

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

MD5SUM BENCH= d7708ecaa4b0e9b8ee6812bd6eefd125
RANDOM SEED=2007133018

node15.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.220
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.220
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:       1896832 kB
Buffers:         14760 kB
Cached:          68532 kB
SwapCached:        416 kB
Active:          79348 kB
Inactive:        26860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896832 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          32896 kB
Slab:            38092 kB
Committed_AS:   250084 kB
PageTables:       1856 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= 66372 MiB
End job on node15 at 2009-07-12 10:12:58