Trace number 2091069

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 1814.12

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-16_ext.xml
MD5SUM1ca4cf4a2aab15eebe39756f015de1ff
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 benchmark190.256
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
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 11:51:01 2009
0.00/0.08	c 0	PID 28353
0.06/0.08	c 0	HOST node59.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2091069-1247392261.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091069-1247392261.xml' 'HOME/temp.csp'
0.06/0.82	c 1	1 domains, 50 variables, 0 predicates, 461 relations, 461 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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.78/0.95	c 1	Parsing HOME/temp.csp
1.17/1.35	c 1	parsed 973 expressions
1.17/1.35	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.17/1.35	c 1	Converting to clausal form CSP
1.17/1.38	c 1	converted 98 (10%) expressions
1.17/1.38	c 1	converted 195 (20%) expressions
1.27/1.44	c 1	converted 292 (30%) expressions
1.27/1.44	c 1	converted 390 (40%) expressions
1.27/1.46	c 2	converted 487 (50%) expressions
1.37/1.50	c 2	converted 584 (60%) expressions
1.37/1.53	c 2	converted 682 (70%) expressions
1.37/1.56	c 2	converted 779 (80%) expressions
1.47/1.67	c 2	converted 876 (90%) expressions
1.57/1.73	c 2	converted 973 (100%) expressions
1.57/1.73	c 2	CSP : 50 integers, 0 booleans, 461 clauses, largest domain size 23
1.57/1.73	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.57/1.73	c 2	Propagation in CSP
1.57/1.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.57/1.73	c 2	CSP : 50 integers, 0 booleans, 461 clauses, largest domain size 23
1.57/1.73	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.57/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.57/1.73	c 2	CSP : 50 integers, 0 booleans, 461 clauses, largest domain size 23
1.57/1.73	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.57/1.79	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.67/1.80	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.67/1.80	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.67/1.81	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.67/1.81	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.67/1.81	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.67/1.81	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.67/1.81	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.67/1.81	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.67/1.81	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.67/1.81	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.67/1.88	c 2	47 (10%) CSP clauses are encoded (5242 clauses, 83066 bytes)
1.77/1.91	c 2	93 (20%) CSP clauses are encoded (9420 clauses, 157392 bytes)
1.77/1.93	c 2	139 (30%) CSP clauses are encoded (13552 clauses, 236329 bytes)
1.77/1.96	c 2	185 (40%) CSP clauses are encoded (18073 clauses, 322666 bytes)
1.77/1.99	c 2	231 (50%) CSP clauses are encoded (22209 clauses, 402309 bytes)
1.87/2.01	c 2	277 (60%) CSP clauses are encoded (26309 clauses, 482059 bytes)
1.87/2.04	c 2	323 (70%) CSP clauses are encoded (30452 clauses, 561751 bytes)
1.87/2.06	c 2	369 (80%) CSP clauses are encoded (34727 clauses, 644496 bytes)
1.87/2.09	c 2	415 (90%) CSP clauses are encoded (39049 clauses, 729578 bytes)
1.98/2.12	c 2	461 (100%) CSP clauses are encoded (43232 clauses, 813591 bytes)
1.98/2.12	c 2	461 CSP clauses encoded
1.98/2.12	c 2	Writing map file : HOME/temp.map
1.98/2.12	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.98/2.12	c 2	SAT : 1100 SAT variables, 43232 SAT clauses, 813591 bytes
1.98/2.12	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.98/2.14	c 2	SOLVING HOME/temp.cnf
1.98/2.14	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.98/2.14	c 2	This is MiniSat 2.0 beta
1.98/2.14	c 2	WARNING: for repeatability, setting FPU to use double precision
1.98/2.14	c 2	============================[ Problem Statistics ]=============================
1.98/2.14	c 2	|                                                                             |
1.98/2.14	c 2	|  Number of variables:  1100                                                 |
1.98/2.14	c 2	|  Number of clauses:    43232                                                |
1.98/2.16	c 2	|  Parsing time:         0.02         s                                       |
1.98/2.17	c 2	============================[ Search Statistics ]==============================
1.98/2.17	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.17	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.17	c 2	===============================================================================
1.98/2.17	c 2	|         0 |    1100    43232   161348 |    14410        0    nan |  0.000 % |
1.98/2.19	c 2	|       103 |    1100    43232   161348 |    15851      103     13 |  0.000 % |
2.03/2.22	c 2	|       253 |    1100    43232   161348 |    17436      253     13 |  0.003 % |
2.03/2.26	c 2	|       478 |    1100    43232   161348 |    19180      478     14 |  0.003 % |
2.03/2.34	c 2	|       815 |    1100    43232   161348 |    21098      815     15 |  0.003 % |
2.03/2.44	c 2	|      1322 |    1100    43232   161348 |    23208     1322     15 |  0.003 % |
2.03/2.60	c 3	|      2082 |    1100    43232   161348 |    25529     2082     15 |  0.003 % |
2.03/2.83	c 3	|      3221 |    1100    43232   161348 |    28082     3221     16 |  0.002 % |
3.07/3.23	c 3	|      4930 |    1100    43232   161348 |    30890     4930     15 |  0.005 % |
3.65/3.84	c 4	|      7493 |    1100    43232   161348 |    33979     7493     15 |  0.005 % |
4.64/4.82	c 5	|     11337 |    1100    43232   161348 |    37377    11337     16 |  0.005 % |
6.34/6.57	c 7	|     17103 |    1100    43232   161348 |    41115    17103     16 |  0.003 % |
9.10/9.36	c 9	|     25752 |    1100    43232   161348 |    45226    25752     17 |  0.005 % |
14.54/14.83	c 15	|     38727 |    1100    43232   161348 |    49749    38727     17 |  0.005 % |
23.66/24.03	c 24	|     58188 |    1100    43232   161348 |    54724    21455     17 |  0.005 % |
38.22/38.76	c 39	|     87381 |    1100    43232   161348 |    60196    50648     19 |  0.000 % |
61.29/62.10	c 62	|    131170 |    1100    43232   161348 |    66216    47926     19 |  0.005 % |
98.24/99.38	c 99	|    196857 |    1100    43232   161348 |    72838    63087     19 |  0.004 % |
151.83/153.41	c 153	|    295383 |    1100    43232   161348 |    80122    44279     21 |  0.004 % |
240.59/243.08	c 243	|    443174 |    1100    43232   161348 |    88134    61275     22 |  0.004 % |
389.67/393.58	c 394	|    664857 |    1100    43232   161348 |    96947    73084     19 |  0.004 % |
631.62/637.80	c 638	|    997383 |    1100    43232   161348 |   106642    87967     20 |  0.004 % |
998.72/1008.41	c 1008	|   1496171 |    1100    43232   161348 |   117306    46709     23 |  0.001 % |
1575.45/1589.47	c 1590	|   2244353 |    1100    43232   161348 |   129037    84971     25 |  0.002 % |
1800.04/1814.11	sh: line 1: 28377 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1814.11	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1814.11	c 1814	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/1814.12	c ERROR INTERRUPTED
1800.04/1814.12	s UNKNOWN
1800.04/1814.12	c 1814	CPU 1800.07 (0.06 0.02 1799.79 0.2)
1800.04/1814.12	c 1814	END Sun Jul 12 12:21:15 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-2091069-1247392261/watcher-2091069-1247392261 -o /tmp/evaluation-result-2091069-1247392261/solver-2091069-1247392261 -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-2091069-1247392261.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.09 4/80 28353
/proc/meminfo: memFree=1517136/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=12268 CPUtime=0
/proc/28353/stat : 28353 (sugar) R 28351 28353 28316 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 26289223 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28353/statm: 3067 316 241 3 0 167 0

[startup+0.081988 s]
/proc/loadavg: 1.99 2.02 2.09 4/80 28353
/proc/meminfo: memFree=1517136/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16740 CPUtime=0.06
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26289223 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103019 s]
/proc/loadavg: 1.99 2.02 2.09 4/80 28353
/proc/meminfo: memFree=1517136/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=0.06
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26289223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301967 s]
/proc/loadavg: 1.99 2.02 2.09 4/80 28353
/proc/meminfo: memFree=1517136/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=0.06
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26289223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702046 s]
/proc/loadavg: 1.99 2.02 2.09 4/80 28353
/proc/meminfo: memFree=1517136/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=0.06
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26289223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 1.99 2.02 2.09 4/91 28375
/proc/meminfo: memFree=1508664/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=0.78
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1309 4980 0 1 5 1 68 4 15 0 1 0 26289223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1111 409 3 0 796 0
[pid=28366] ppid=28353 vsize=5356 CPUtime=0
/proc/28366/stat : 28366 (sh) S 28353 28353 28316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26289311 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28366/statm: 1339 233 193 169 0 50 0
[pid=28367] ppid=28366 vsize=864200 CPUtime=0.59
/proc/28367/stat : 28367 (java) S 28366 28353 28316 0 -1 0 7171 0 1 0 56 3 0 0 19 0 9 0 26289311 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28367/statm: 216050 6437 2566 9 0 210555 0
[pid=28367/tid=28368] ppid=28366 vsize=864200 CPUtime=0.35
/proc/28367/task/28368/stat : 28368 (java) R 28366 28353 28316 0 -1 64 2599 0 1 0 34 1 0 0 18 0 9 0 26289312 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28369] ppid=28366 vsize=864200 CPUtime=0.17
/proc/28367/task/28369/stat : 28369 (java) R 28366 28353 28316 0 -1 64 3556 0 0 0 16 1 0 0 16 0 9 0 26289313 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28370] ppid=28366 vsize=864200 CPUtime=0
/proc/28367/task/28370/stat : 28370 (java) S 28366 28353 28316 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26289313 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28371] ppid=28366 vsize=864200 CPUtime=0
/proc/28367/task/28371/stat : 28371 (java) S 28366 28353 28316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26289313 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28372] ppid=28366 vsize=864200 CPUtime=0
/proc/28367/task/28372/stat : 28372 (java) S 28366 28353 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26289315 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28373] ppid=28366 vsize=864200 CPUtime=0.05
/proc/28367/task/28373/stat : 28373 (java) S 28366 28353 28316 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 26289315 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28374] ppid=28366 vsize=864200 CPUtime=0
/proc/28367/task/28374/stat : 28374 (java) S 28366 28353 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26289315 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28367/tid=28375] ppid=28366 vsize=864200 CPUtime=0
/proc/28367/task/28375/stat : 28375 (java) S 28366 28353 28316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26289315 884940800 6437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 886424

[startup+3.10151 s]
/proc/loadavg: 2.07 2.03 2.09 3/91 28375
/proc/meminfo: memFree=1491128/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 15 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30112 s]
/proc/loadavg: 2.07 2.03 2.09 3/83 28377
/proc/meminfo: memFree=1507768/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=5584 CPUtime=4.11
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 1240 0 0 0 410 1 0 0 25 0 1 0 26289437 5718016 1226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 1396 1226 75 150 0 1243 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27808

[startup+12.7013 s]
/proc/loadavg: 2.06 2.03 2.09 3/83 28377
/proc/meminfo: memFree=1505720/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=7480 CPUtime=10.44
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 1700 0 0 0 1043 1 0 0 25 0 1 0 26289437 7659520 1686 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 1870 1686 75 150 0 1717 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 29704

[startup+25.5028 s]
/proc/loadavg: 2.05 2.03 2.09 3/83 28379
/proc/meminfo: memFree=1504120/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=9148 CPUtime=23.11
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 2121 0 0 0 2309 2 0 0 25 0 1 0 26289437 9367552 2107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 2287 2107 75 150 0 2134 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 31372

[startup+51.1027 s]
/proc/loadavg: 2.03 2.03 2.09 3/83 28379
/proc/meminfo: memFree=1502584/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=10796 CPUtime=48.47
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 2535 0 0 0 4845 2 0 0 25 0 1 0 26289437 11055104 2521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 2699 2521 75 150 0 2546 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 33020

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.08 3/83 28379
/proc/meminfo: memFree=1500856/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=12516 CPUtime=99.2
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 2930 0 0 0 9917 3 0 0 25 0 1 0 26289437 12816384 2916 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 3129 2916 75 150 0 2976 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34740

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.08 3/83 28379
/proc/meminfo: memFree=1499640/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=13592 CPUtime=158.62
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 3219 0 0 0 15859 3 0 0 25 0 1 0 26289437 13918208 3205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 3398 3205 75 150 0 3245 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 35816

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.07 3/83 28379
/proc/meminfo: memFree=1498040/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=15324 CPUtime=218.05
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 3634 0 0 0 21802 3 0 0 25 0 1 0 26289437 15691776 3620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 3831 3620 75 150 0 3678 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 37548

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

[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=26996 CPUtime=1287.82
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6457 0 0 0 128776 6 0 0 25 0 1 0 26289437 27643904 6443 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 6749 6443 75 150 0 6596 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 49220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28385
/proc/meminfo: memFree=1486008/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=27276 CPUtime=1347.24
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6507 0 0 0 134718 6 0 0 25 0 1 0 26289437 27930624 6493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 6819 6493 75 150 0 6666 0
Current children cumulated CPU time (s) 1349.27
Current children cumulated vsize (KiB) 49500

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28385
/proc/meminfo: memFree=1485688/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=27408 CPUtime=1406.68
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6539 0 0 0 140662 6 0 0 25 0 1 0 26289437 28065792 6525 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/28377/statm: 6852 6525 75 150 0 6699 0
Current children cumulated CPU time (s) 1408.71
Current children cumulated vsize (KiB) 49632

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1542184/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=27556 CPUtime=1466.36
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6582 0 0 0 146630 6 0 0 25 0 1 0 26289437 28217344 6568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 6889 6568 75 150 0 6736 0
Current children cumulated CPU time (s) 1468.39
Current children cumulated vsize (KiB) 49780

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1540840/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=27556 CPUtime=1526.33
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6583 0 0 0 152626 7 0 0 25 0 1 0 26289437 28217344 6569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 6889 6569 75 150 0 6736 0
Current children cumulated CPU time (s) 1528.36
Current children cumulated vsize (KiB) 49780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1540136/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=27696 CPUtime=1586.3
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6606 0 0 0 158623 7 0 0 25 0 1 0 26289437 28360704 6592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 6924 6592 75 150 0 6771 0
Current children cumulated CPU time (s) 1588.33
Current children cumulated vsize (KiB) 49920

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1538664/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=28804 CPUtime=1646.28
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6880 0 0 0 164620 8 0 0 25 0 1 0 26289437 29495296 6866 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 7201 6866 75 150 0 7048 0
Current children cumulated CPU time (s) 1648.31
Current children cumulated vsize (KiB) 51028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1537768/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=29152 CPUtime=1706.25
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6952 0 0 0 170617 8 0 0 25 0 1 0 26289437 29851648 6938 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 7288 6938 75 150 0 7135 0
Current children cumulated CPU time (s) 1708.28
Current children cumulated vsize (KiB) 51376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1537128/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=29152 CPUtime=1766.22
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 6987 0 0 0 176614 8 0 0 25 0 1 0 26289437 29851648 6973 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 7288 6973 75 150 0 7135 0
Current children cumulated CPU time (s) 1768.25
Current children cumulated vsize (KiB) 51376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1537064/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=29396 CPUtime=1798.01
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 7034 0 0 0 179793 8 0 0 25 0 1 0 26289437 30101504 7020 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 7349 7020 75 150 0 7196 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 51620

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

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

[startup+1814.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28438
/proc/meminfo: memFree=1537064/2055920 swapFree=4192812/4192956
[pid=28353] ppid=28351 vsize=16868 CPUtime=2.03
/proc/28353/stat : 28353 (sugar) S 28351 28353 28316 0 -1 4194304 1376 13952 0 2 6 2 185 10 16 0 1 0 26289223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28353/statm: 4217 1113 409 3 0 796 0
[pid=28376] ppid=28353 vsize=5356 CPUtime=0
/proc/28376/stat : 28376 (sh) S 28353 28353 28316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26289437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28376/statm: 1339 232 193 169 0 50 0
[pid=28377] ppid=28376 vsize=29396 CPUtime=1798.01
/proc/28377/stat : 28377 (minisat) R 28376 28353 28316 0 -1 4194304 7034 0 0 0 179793 8 0 0 25 0 1 0 26289437 30101504 7020 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/28377/statm: 7349 7020 75 150 0 7196 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 51620

Child status: 0
Real time (s): 1814.12
CPU time (s): 1800.09
CPU user time (s): 1799.86
CPU system time (s): 0.223965
CPU usage (%): 99.2262
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23070
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= 2067
involuntary context switches= 61141

runsolver used 2.35264 second user time and 5.9131 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 11:51:01
IDJOB=2091069
IDBENCH=59989
IDSOLVER=739
FILE ID=node59/2091069-1247392261
PBS_JOBID= 9507341
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 1ca4cf4a2aab15eebe39756f015de1ff
RANDOM SEED=1768048289

node59.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.263
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.263
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:       1517680 kB
Buffers:         83488 kB
Cached:         294184 kB
SwapCached:          0 kB
Active:         259280 kB
Inactive:       197620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:          97076 kB
Slab:            66492 kB
Committed_AS:   945728 kB
PageTables:       2016 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= 66384 MiB
End job on node59 at 2009-07-12 12:21:17