Trace number 2091586

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.09 1807.92

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-20_ext.xml
MD5SUM949bd89fb1ad1829b78282e8f26c6254
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.5222
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints456
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension456
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 12:36:11 2009
0.06/0.07	c 0	PID 27341
0.06/0.07	c 0	HOST node90.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2091586-1247394971.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091586-1247394971.xml' 'HOME/temp.csp'
0.06/0.60	c 0	1 domains, 50 variables, 0 predicates, 456 relations, 456 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.58/0.72	c 1	Parsing HOME/temp.csp
1.12/1.22	c 1	parsed 963 expressions
1.12/1.23	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.23	c 1	Converting to clausal form CSP
1.12/1.25	c 1	converted 97 (10%) expressions
1.12/1.25	c 1	converted 193 (20%) expressions
1.21/1.31	c 1	converted 289 (30%) expressions
1.21/1.31	c 1	converted 386 (40%) expressions
1.21/1.33	c 1	converted 482 (50%) expressions
1.21/1.36	c 1	converted 578 (60%) expressions
1.21/1.39	c 1	converted 675 (70%) expressions
1.31/1.42	c 1	converted 771 (80%) expressions
1.41/1.52	c 1	converted 867 (90%) expressions
1.41/1.57	c 1	converted 963 (100%) expressions
1.41/1.57	c 1	CSP : 50 integers, 0 booleans, 456 clauses, largest domain size 23
1.41/1.57	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.57	c 1	Propagation in CSP
1.41/1.57	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.57	c 1	CSP : 50 integers, 0 booleans, 456 clauses, largest domain size 23
1.41/1.57	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.58	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.58	c 1	CSP : 50 integers, 0 booleans, 456 clauses, largest domain size 23
1.41/1.58	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.64	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.51/1.64	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.51/1.65	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.51/1.65	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.51/1.65	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.51/1.65	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.51/1.65	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.51/1.65	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.51/1.65	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.51/1.65	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.61/1.71	c 2	46 (10%) CSP clauses are encoded (5249 clauses, 83060 bytes)
1.61/1.74	c 2	92 (20%) CSP clauses are encoded (9505 clauses, 159701 bytes)
1.61/1.76	c 2	137 (30%) CSP clauses are encoded (13587 clauses, 238049 bytes)
1.61/1.79	c 2	183 (40%) CSP clauses are encoded (17813 clauses, 319555 bytes)
1.71/1.81	c 2	228 (50%) CSP clauses are encoded (21846 clauses, 397229 bytes)
1.71/1.83	c 2	274 (60%) CSP clauses are encoded (25973 clauses, 477124 bytes)
1.71/1.86	c 2	320 (70%) CSP clauses are encoded (30260 clauses, 559459 bytes)
1.71/1.88	c 2	365 (80%) CSP clauses are encoded (34418 clauses, 640118 bytes)
1.80/1.90	c 2	411 (90%) CSP clauses are encoded (38616 clauses, 721327 bytes)
1.80/1.93	c 2	456 (100%) CSP clauses are encoded (42942 clauses, 807657 bytes)
1.80/1.93	c 2	456 CSP clauses encoded
1.80/1.93	c 2	Writing map file : HOME/temp.map
1.80/1.93	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.93	c 2	SAT : 1100 SAT variables, 42942 SAT clauses, 807657 bytes
1.80/1.93	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.95	c 2	SOLVING HOME/temp.cnf
1.80/1.95	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.80/1.96	c 2	This is MiniSat 2.0 beta
1.80/1.96	c 2	WARNING: for repeatability, setting FPU to use double precision
1.80/1.96	c 2	============================[ Problem Statistics ]=============================
1.80/1.96	c 2	|                                                                             |
1.80/1.96	c 2	|  Number of variables:  1100                                                 |
1.80/1.96	c 2	|  Number of clauses:    42942                                                |
1.80/1.98	c 2	|  Parsing time:         0.02         s                                       |
1.80/1.98	c 2	============================[ Search Statistics ]==============================
1.80/1.98	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.80/1.98	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.80/1.98	c 2	===============================================================================
1.80/1.98	c 2	|         0 |    1100    42942   160185 |    14314        0    nan |  0.000 % |
1.85/2.00	c 2	|       101 |    1100    42942   160185 |    15745      101     11 |  0.000 % |
1.85/2.02	c 2	|       252 |    1100    42942   160185 |    17319      252     11 |  0.002 % |
1.85/2.06	c 2	|       479 |    1100    42942   160185 |    19051      479     12 |  0.003 % |
1.98/2.12	c 2	|       816 |    1100    42942   160185 |    20957      816     13 |  0.005 % |
2.08/2.21	c 2	|      1325 |    1100    42942   160185 |    23052     1325     13 |  0.002 % |
2.17/2.33	c 2	|      2085 |    1100    42942   160185 |    25358     2085     13 |  0.003 % |
2.37/2.51	c 2	|      3226 |    1100    42942   160185 |    27893     3226     14 |  0.002 % |
2.67/2.83	c 3	|      4934 |    1100    42942   160185 |    30683     4934     14 |  0.004 % |
3.17/3.31	c 3	|      7496 |    1100    42942   160185 |    33751     7496     15 |  0.004 % |
3.97/4.19	c 4	|     11340 |    1100    42942   160185 |    37126    11340     16 |  0.001 % |
5.46/5.61	c 5	|     17107 |    1100    42942   160185 |    40839    17107     17 |  0.004 % |
8.44/8.64	c 9	|     25756 |    1100    42942   160185 |    44923    25756     17 |  0.004 % |
14.12/14.34	c 14	|     38731 |    1100    42942   160185 |    49415    38731     18 |  0.004 % |
21.80/22.04	c 22	|     58193 |    1100    42942   160185 |    54357    21697     17 |  0.004 % |
34.44/34.71	c 35	|     87386 |    1100    42942   160185 |    59793    50890     18 |  0.004 % |
56.23/56.60	c 56	|    131175 |    1100    42942   160185 |    65772    49597     21 |  0.004 % |
91.39/91.92	c 92	|    196859 |    1100    42942   160185 |    72349    63209     20 |  0.004 % |
145.37/146.19	c 146	|    295385 |    1100    42942   160185 |    79584    48283     20 |  0.004 % |
241.76/242.95	c 243	|    443174 |    1100    42942   160185 |    87543    75186     20 |  0.004 % |
387.53/389.38	c 389	|    664860 |    1100    42942   160185 |    96297    85304     21 |  0.004 % |
612.70/615.48	c 615	|    997387 |    1100    42942   160185 |   105927    96279     23 |  0.004 % |
994.80/999.26	c 999	|   1496175 |    1100    42942   160185 |   116519    62094     22 |  0.004 % |
1603.99/1611.01	c 1611	|   2244359 |    1100    42942   160185 |   128171    20901     21 |  0.003 % |
1800.04/1807.91	sh: line 1: 27365 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1807.91	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1807.91	c 1808	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.04/1807.91	c ERROR INTERRUPTED
1800.04/1807.92	s UNKNOWN
1800.04/1807.92	c 1808	CPU 1800.07 (0.05 0.03 1799.78 0.21)
1800.04/1807.92	c 1808	END Sun Jul 12 13:06:19 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-2091586-1247394971/watcher-2091586-1247394971 -o /tmp/evaluation-result-2091586-1247394971/solver-2091586-1247394971 -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-2091586-1247394971.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/81 27341
/proc/meminfo: memFree=1684860/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=12272 CPUtime=0
/proc/27341/stat : 27341 (sugar) R 27339 27341 26658 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 26561752 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256384858880 0 0 4224 0 0 0 0 17 0 0 0
/proc/27341/statm: 3068 327 246 3 0 168 0

[startup+0.07072 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27341
/proc/meminfo: memFree=1684860/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16740 CPUtime=0.06
/proc/27341/stat : 27341 (sugar) R 27339 27341 26658 0 -1 4194304 1114 0 0 0 4 2 0 0 18 0 1 0 26561752 17141760 1082 996147200 4194304 4206940 548682068608 18446744073709551615 256385314813 0 0 4224 0 0 0 0 17 0 0 0
/proc/27341/statm: 4185 1084 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101725 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27341
/proc/meminfo: memFree=1684860/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=0.06
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 26561752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301742 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27341
/proc/meminfo: memFree=1684860/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=0.06
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 26561752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701792 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27341
/proc/meminfo: memFree=1684860/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=0.58
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1292 4976 0 1 4 2 48 4 17 0 1 0 26561752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50287 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 27363
/proc/meminfo: memFree=1674020/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=0.58
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1309 4976 0 1 4 2 48 4 16 0 1 0 26561752 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1111 409 3 0 796 0
[pid=27354] ppid=27341 vsize=5356 CPUtime=0
/proc/27354/stat : 27354 (sh) S 27341 27341 26658 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26561817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27354/statm: 1339 233 193 169 0 50 0
[pid=27355] ppid=27354 vsize=864256 CPUtime=0.83
/proc/27355/stat : 27355 (java) S 27354 27341 26658 0 -1 0 7980 0 1 0 79 4 0 0 19 0 9 0 26561817 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27355/statm: 216064 7248 2566 9 0 210569 0
[pid=27355/tid=27356] ppid=27354 vsize=864256 CPUtime=0.51
/proc/27355/task/27356/stat : 27356 (java) R 27354 27341 26658 0 -1 64 2609 0 1 0 49 2 0 0 18 0 9 0 26561818 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27357] ppid=27354 vsize=864256 CPUtime=0.25
/proc/27355/task/27357/stat : 27357 (java) R 27354 27341 26658 0 -1 64 4360 0 0 0 24 1 0 0 16 0 9 0 26561819 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 102768157 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27358] ppid=27354 vsize=864256 CPUtime=0
/proc/27355/task/27358/stat : 27358 (java) S 27354 27341 26658 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26561820 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27359] ppid=27354 vsize=864256 CPUtime=0
/proc/27355/task/27359/stat : 27359 (java) S 27354 27341 26658 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26561820 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27360] ppid=27354 vsize=864256 CPUtime=0
/proc/27355/task/27360/stat : 27360 (java) S 27354 27341 26658 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26561821 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27361] ppid=27354 vsize=864256 CPUtime=0.04
/proc/27355/task/27361/stat : 27361 (java) S 27354 27341 26658 0 -1 64 308 0 0 0 4 0 0 0 16 0 9 0 26561821 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27362] ppid=27354 vsize=864256 CPUtime=0
/proc/27355/task/27362/stat : 27362 (java) S 27354 27341 26658 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26561822 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27363] ppid=27354 vsize=864256 CPUtime=0
/proc/27355/task/27363/stat : 27363 (java) S 27354 27341 26658 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26561822 884998144 7248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10104 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 27365
/proc/meminfo: memFree=1676964/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.85
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 4 2 169 10 15 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=4656 CPUtime=1.12
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 996 0 0 0 112 0 0 0 25 0 1 0 26561948 4767744 982 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1164 982 75 150 0 1011 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26880

[startup+6.30237 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 27365
/proc/meminfo: memFree=1675236/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.85
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 4 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=6028 CPUtime=4.31
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 1330 0 0 0 431 0 0 0 25 0 1 0 26561948 6172672 1316 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1507 1316 75 150 0 1354 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 28252

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 27365
/proc/meminfo: memFree=1673316/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.85
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 4 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=7648 CPUtime=10.67
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 1751 0 0 0 1067 0 0 0 25 0 1 0 26561948 7831552 1737 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1912 1737 75 150 0 1759 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 29872

[startup+25.5014 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 27365
/proc/meminfo: memFree=1671716/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.86
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=9180 CPUtime=23.42
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 2123 0 0 0 2341 1 0 0 25 0 1 0 26561948 9400320 2109 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 2295 2109 75 150 0 2142 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 31404

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27365
/proc/meminfo: memFree=1670244/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.86
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=10636 CPUtime=48.9
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 2499 0 0 0 4889 1 0 0 25 0 1 0 26561948 10891264 2485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 2659 2485 75 150 0 2506 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 32860

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27365
/proc/meminfo: memFree=1667876/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.86
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=13076 CPUtime=99.88
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 3091 0 0 0 9986 2 0 0 25 0 1 0 26561948 13389824 3077 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 3269 3077 75 150 0 3116 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 35300

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27365
/proc/meminfo: memFree=1666980/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.86
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=13748 CPUtime=159.64
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 3261 0 0 0 15961 3 0 0 25 0 1 0 26561948 14077952 3247 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 3437 3247 75 150 0 3284 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 35972

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27365
/proc/meminfo: memFree=1665572/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.86
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 2 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0

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

[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=25628 CPUtime=1294.69
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6104 0 0 0 129461 8 0 0 25 0 1 0 26561948 26243072 6090 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6407 6090 75 150 0 6254 0
Current children cumulated CPU time (s) 1296.56
Current children cumulated vsize (KiB) 47852

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27408
/proc/meminfo: memFree=1494164/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=25924 CPUtime=1354.44
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6161 0 0 0 135436 8 0 0 25 0 1 0 26561948 26546176 6147 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6481 6147 75 150 0 6328 0
Current children cumulated CPU time (s) 1356.31
Current children cumulated vsize (KiB) 48148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27408
/proc/meminfo: memFree=1493716/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=26252 CPUtime=1414.2
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6238 0 0 0 141412 8 0 0 25 0 1 0 26561948 26882048 6224 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6563 6224 75 150 0 6410 0
Current children cumulated CPU time (s) 1416.07
Current children cumulated vsize (KiB) 48476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27408
/proc/meminfo: memFree=1493140/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=26788 CPUtime=1473.95
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6383 0 0 0 147387 8 0 0 25 0 1 0 26561948 27430912 6369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6697 6369 75 150 0 6544 0
Current children cumulated CPU time (s) 1475.82
Current children cumulated vsize (KiB) 49012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1492820/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27080 CPUtime=1533.7
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6453 0 0 0 153362 8 0 0 25 0 1 0 26561948 27729920 6439 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6770 6439 75 150 0 6617 0
Current children cumulated CPU time (s) 1535.57
Current children cumulated vsize (KiB) 49304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1492756/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27080 CPUtime=1593.46
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6463 0 0 0 159338 8 0 0 25 0 1 0 26561948 27729920 6449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6770 6449 75 150 0 6617 0
Current children cumulated CPU time (s) 1595.33
Current children cumulated vsize (KiB) 49304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1492628/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27244 CPUtime=1653.22
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6496 0 0 0 165313 9 0 0 25 0 1 0 26561948 27897856 6482 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6811 6482 75 150 0 6658 0
Current children cumulated CPU time (s) 1655.09
Current children cumulated vsize (KiB) 49468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1492436/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27532 CPUtime=1712.98
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6557 0 0 0 171289 9 0 0 25 0 1 0 26561948 28192768 6543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 6883 6543 75 150 0 6730 0
Current children cumulated CPU time (s) 1714.85
Current children cumulated vsize (KiB) 49756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1491860/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=28100 CPUtime=1772.73
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6691 0 0 0 177264 9 0 0 25 0 1 0 26561948 28774400 6677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 7025 6677 75 150 0 6872 0
Current children cumulated CPU time (s) 1774.6
Current children cumulated vsize (KiB) 50324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1435540/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=29156 CPUtime=1798.17
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6973 0 0 0 179808 9 0 0 25 0 1 0 26561948 29855744 6959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 7289 6959 75 150 0 7136 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 51380

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

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27414
/proc/meminfo: memFree=1435540/2055920 swapFree=4192812/4192956
[pid=27341] ppid=27339 vsize=16868 CPUtime=1.87
/proc/27341/stat : 27341 (sugar) S 27339 27341 26658 0 -1 4194304 1376 13949 0 2 5 3 169 10 16 0 1 0 26561752 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 4217 1113 409 3 0 796 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 26658 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26561948 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=29156 CPUtime=1798.17
/proc/27365/stat : 27365 (minisat) R 27364 27341 26658 0 -1 4194304 6973 0 0 0 179808 9 0 0 25 0 1 0 26561948 29855744 6959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 7289 6959 75 150 0 7136 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 51380

Child status: 0
Real time (s): 1807.92
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.248962
CPU usage (%): 99.5666
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23006
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= 2015
involuntary context switches= 22325

runsolver used 1.82672 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 12:36:11
IDJOB=2091586
IDBENCH=60085
IDSOLVER=739
FILE ID=node90/2091586-1247394971
PBS_JOBID= 9507330
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-20_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-2091586-1247394971/watcher-2091586-1247394971 -o /tmp/evaluation-result-2091586-1247394971/solver-2091586-1247394971 -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-2091586-1247394971.xml

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

MD5SUM BENCH= 949bd89fb1ad1829b78282e8f26c6254
RANDOM SEED=1607380233

node90.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.212
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.212
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:       1685276 kB
Buffers:         56072 kB
Cached:         216132 kB
SwapCached:          0 kB
Active:         179968 kB
Inactive:       132748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685276 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          54632 kB
Slab:            43068 kB
Committed_AS:   247816 kB
PageTables:       1932 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= 66296 MiB
End job on node90 at 2009-07-12 13:06:21