Trace number 2089969

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.13 1805.72

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-16_ext.xml
MD5SUMcc325c351ec31ee347a68e2396f7ab89
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.7259
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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:28:12 2009
0.00/0.08	c 0	PID 28678
0.06/0.08	c 0	HOST node10.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2089969-1247390892.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-2089969-1247390892.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.68/0.84	c 1	Parsing HOME/temp.csp
1.09/1.20	c 1	parsed 717 expressions
1.09/1.21	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.21	c 1	Converting to clausal form CSP
1.09/1.23	c 1	converted 72 (10%) expressions
1.09/1.23	c 1	converted 144 (20%) expressions
1.09/1.24	c 1	converted 216 (30%) expressions
1.09/1.28	c 1	converted 287 (40%) expressions
1.09/1.28	c 1	converted 359 (50%) expressions
1.18/1.31	c 1	converted 431 (60%) expressions
1.18/1.33	c 1	converted 502 (70%) expressions
1.18/1.35	c 1	converted 574 (80%) expressions
1.18/1.37	c 1	converted 646 (90%) expressions
1.29/1.44	c 1	converted 717 (100%) expressions
1.29/1.44	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.29/1.44	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.44	c 1	Propagation in CSP
1.29/1.44	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.44	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.29/1.44	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.44	c 1	Simplifing CSP by introducing new Boolean variables
1.29/1.44	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.29/1.44	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.48	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.49	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.29/1.49	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.29/1.49	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.29/1.49	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.29/1.50	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.39/1.50	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.39/1.50	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.39/1.50	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.39/1.50	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.39/1.50	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.39/1.56	c 1	34 (10%) CSP clauses are encoded (2945 clauses, 43967 bytes)
1.39/1.58	c 1	68 (20%) CSP clauses are encoded (5174 clauses, 81294 bytes)
1.39/1.59	c 1	102 (30%) CSP clauses are encoded (7338 clauses, 119433 bytes)
1.48/1.61	c 1	136 (40%) CSP clauses are encoded (9472 clauses, 159335 bytes)
1.48/1.62	c 1	169 (50%) CSP clauses are encoded (11588 clauses, 199028 bytes)
1.48/1.63	c 1	203 (60%) CSP clauses are encoded (13742 clauses, 239450 bytes)
1.48/1.65	c 1	237 (70%) CSP clauses are encoded (15826 clauses, 278594 bytes)
1.48/1.66	c 1	271 (80%) CSP clauses are encoded (17899 clauses, 317462 bytes)
1.48/1.68	c 1	305 (90%) CSP clauses are encoded (20097 clauses, 358662 bytes)
1.48/1.69	c 2	338 (100%) CSP clauses are encoded (22167 clauses, 397494 bytes)
1.48/1.69	c 2	338 CSP clauses encoded
1.48/1.69	c 2	Writing map file : HOME/temp.map
1.48/1.69	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.69	c 2	SAT : 720 SAT variables, 22167 SAT clauses, 397494 bytes
1.48/1.69	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.71	c 2	SOLVING HOME/temp.cnf
1.58/1.71	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/1.71	c 2	This is MiniSat 2.0 beta
1.58/1.71	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.71	c 2	============================[ Problem Statistics ]=============================
1.58/1.71	c 2	|                                                                             |
1.58/1.71	c 2	|  Number of variables:  720                                                  |
1.58/1.71	c 2	|  Number of clauses:    22167                                                |
1.58/1.73	c 2	|  Parsing time:         0.01         s                                       |
1.58/1.73	c 2	============================[ Search Statistics ]==============================
1.58/1.73	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.73	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.73	c 2	===============================================================================
1.58/1.73	c 2	|         0 |     720    22167    81380 |     7389        0    nan |  0.000 % |
1.58/1.74	c 2	|       100 |     720    22167    81380 |     8127      100     10 |  0.000 % |
1.58/1.76	c 2	|       250 |     720    22167    81380 |     8940      250     11 |  0.007 % |
1.58/1.78	c 2	|       475 |     720    22167    81380 |     9834      475     12 |  0.007 % |
1.59/1.82	c 2	|       812 |     720    22167    81380 |    10818      812     13 |  0.007 % |
1.59/1.88	c 2	|      1321 |     720    22167    81380 |    11900     1321     12 |  0.006 % |
1.59/1.97	c 2	|      2083 |     720    22167    81380 |    13090     2083     13 |  0.006 % |
1.97/2.12	c 2	|      3223 |     720    22167    81380 |    14399     3223     13 |  0.007 % |
2.16/2.34	c 2	|      4931 |     720    22167    81380 |    15838     4931     14 |  0.006 % |
2.46/2.67	c 2	|      7493 |     720    22167    81380 |    17422     7493     14 |  0.004 % |
3.05/3.28	c 3	|     11337 |     720    22167    81380 |    19165    11337     15 |  0.006 % |
4.14/4.34	c 4	|     17104 |     720    22167    81380 |    21081    17104     16 |  0.006 % |
5.82/6.06	c 6	|     25753 |     720    22167    81380 |    23189    15169     16 |  0.006 % |
8.89/9.11	c 9	|     38728 |     720    22167    81380 |    25508    16463     15 |  0.006 % |
13.25/13.51	c 13	|     58190 |     720    22167    81380 |    28059    22766     16 |  0.006 % |
20.48/20.81	c 21	|     87382 |     720    22167    81380 |    30865    22180     17 |  0.006 % |
31.57/32.02	c 32	|    131173 |     720    22167    81380 |    33952    29051     19 |  0.004 % |
49.50/50.19	c 50	|    196858 |     720    22167    81380 |    37347    33210     20 |  0.000 % |
77.04/77.91	c 78	|    295385 |     720    22167    81380 |    41082    13779     18 |  0.003 % |
120.32/121.66	c 121	|    443174 |     719    22116    81240 |    45190    38070     16 |  0.139 % |
196.79/198.89	c 199	|    664860 |     719    22116    81240 |    49709    20089     16 |  0.148 % |
309.72/312.83	c 313	|    997388 |     718    22060    81086 |    54680    47116     20 |  0.278 % |
497.92/502.87	c 503	|   1496177 |     718    22060    81086 |    60148    41604     21 |  0.280 % |
792.69/797.88	c 798	|   2244360 |     714    21769    80054 |    66163    36775     18 |  0.839 % |
1254.84/1260.28	c 1260	|   3366635 |     714    21769    80054 |    72779    47447     21 |  0.835 % |
1800.07/1805.71	sh: line 1: 28702 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1805.71	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1805.71	c 1806	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.07/1805.71	c ERROR INTERRUPTED
1800.07/1805.71	s UNKNOWN
1800.07/1805.71	c 1806	CPU 1800.1 (0.06 0.01 1799.84 0.19)
1800.07/1805.71	c 1806	END Sun Jul 12 11:58:18 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-2089969-1247390892/watcher-2089969-1247390892 -o /tmp/evaluation-result-2089969-1247390892/solver-2089969-1247390892 -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-2089969-1247390892.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: 2.00 2.00 2.00 4/74 28678
/proc/meminfo: memFree=1838384/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=12000 CPUtime=0
/proc/28678/stat : 28678 (sugar) R 28676 28678 25346 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 26156230 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 214938218630 0 0 4224 0 0 0 0 17 1 0 0
/proc/28678/statm: 3000 174 135 3 0 100 0

[startup+0.0824381 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28678
/proc/meminfo: memFree=1838384/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16740 CPUtime=0.06
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26156230 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102237 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28678
/proc/meminfo: memFree=1838384/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=0.06
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26156230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302864 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28678
/proc/meminfo: memFree=1838384/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=0.06
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26156230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701955 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28678
/proc/meminfo: memFree=1838384/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=0.06
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26156230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 28700
/proc/meminfo: memFree=1829784/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=0.69
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1310 4810 0 1 6 1 58 4 15 0 1 0 26156230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1111 409 3 0 796 0
[pid=28691] ppid=28678 vsize=5356 CPUtime=0
/proc/28691/stat : 28691 (sh) S 28678 28678 25346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26156307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28691/statm: 1339 233 193 169 0 50 0
[pid=28692] ppid=28691 vsize=864368 CPUtime=0.7
/proc/28692/stat : 28692 (java) S 28691 28678 25346 0 -1 0 6794 0 1 0 67 3 0 0 19 0 9 0 26156308 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28692/statm: 216092 6060 2590 9 0 210569 0
[pid=28692/tid=28693] ppid=28691 vsize=864368 CPUtime=0.44
/proc/28692/task/28693/stat : 28693 (java) R 28691 28678 25346 0 -1 64 2707 0 1 0 43 1 0 0 18 0 9 0 26156309 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 103644711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28694] ppid=28691 vsize=864368 CPUtime=0.19
/proc/28692/task/28694/stat : 28694 (java) S 28691 28678 25346 0 -1 64 3075 0 0 0 18 1 0 0 16 0 9 0 26156310 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28695] ppid=28691 vsize=864368 CPUtime=0
/proc/28692/task/28695/stat : 28695 (java) S 28691 28678 25346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26156310 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28696] ppid=28691 vsize=864368 CPUtime=0
/proc/28692/task/28696/stat : 28696 (java) S 28691 28678 25346 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26156310 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28697] ppid=28691 vsize=864368 CPUtime=0
/proc/28692/task/28697/stat : 28697 (java) S 28691 28678 25346 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26156312 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28698] ppid=28691 vsize=864368 CPUtime=0.05
/proc/28692/task/28698/stat : 28698 (java) S 28691 28678 25346 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 26156312 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28699] ppid=28691 vsize=864368 CPUtime=0
/proc/28692/task/28699/stat : 28699 (java) S 28691 28678 25346 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26156312 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28692/tid=28700] ppid=28691 vsize=864368 CPUtime=0
/proc/28692/task/28700/stat : 28700 (java) R 28691 28678 25346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26156312 885112832 6060 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886592

[startup+3.10147 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28702
/proc/meminfo: memFree=1832472/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 15 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=3876 CPUtime=1.36
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 717 0 0 0 136 0 0 0 25 0 1 0 26156402 3969024 703 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 969 703 75 150 0 816 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26100

[startup+6.30116 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28702
/proc/meminfo: memFree=1830552/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=4944 CPUtime=4.53
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 985 0 0 0 453 0 0 0 25 0 1 0 26156402 5062656 971 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 1236 971 75 150 0 1083 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27168

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28702
/proc/meminfo: memFree=1829912/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=5604 CPUtime=10.86
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 1151 0 0 0 1086 0 0 0 25 0 1 0 26156402 5738496 1137 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 1401 1137 75 150 0 1248 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 27828

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28702
/proc/meminfo: memFree=1829016/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=6564 CPUtime=23.54
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 1377 0 0 0 2354 0 0 0 25 0 1 0 26156402 6721536 1363 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 1641 1363 75 150 0 1488 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 28788

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28702
/proc/meminfo: memFree=1827672/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=8040 CPUtime=48.91
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 1760 0 0 0 4890 1 0 0 25 0 1 0 26156402 8232960 1746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 2010 1746 75 150 0 1857 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 30264

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28703
/proc/meminfo: memFree=1826512/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=9064 CPUtime=99.62
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 2008 0 0 0 9961 1 0 0 25 0 1 0 26156402 9281536 1994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 2266 1994 75 150 0 2113 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 31288

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28703
/proc/meminfo: memFree=1825360/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=10024 CPUtime=159.05
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 2239 0 0 0 15904 1 0 0 25 0 1 0 26156402 10264576 2225 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/28702/statm: 2506 2225 75 150 0 2353 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 32248

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28703
/proc/meminfo: memFree=1824464/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0

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

[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=19760 CPUtime=1295.34
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 4546 0 0 0 129526 8 0 0 25 0 1 0 26156402 20234240 4532 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 4940 4532 75 150 0 4787 0
Current children cumulated CPU time (s) 1296.93
Current children cumulated vsize (KiB) 41984

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1808152/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=20204 CPUtime=1355.3
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 4664 0 0 0 135522 8 0 0 25 0 1 0 26156402 20688896 4650 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5051 4650 75 150 0 4898 0
Current children cumulated CPU time (s) 1356.89
Current children cumulated vsize (KiB) 42428

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1808024/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=20356 CPUtime=1415.27
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 4696 0 0 0 141519 8 0 0 25 0 1 0 26156402 20844544 4682 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5089 4682 75 150 0 4936 0
Current children cumulated CPU time (s) 1416.86
Current children cumulated vsize (KiB) 42580

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1807640/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=20772 CPUtime=1475.23
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 4791 0 0 0 147515 8 0 0 25 0 1 0 26156402 21270528 4777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5193 4777 75 150 0 5040 0
Current children cumulated CPU time (s) 1476.82
Current children cumulated vsize (KiB) 42996

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1807576/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=20936 CPUtime=1535.21
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 4811 0 0 0 153512 9 0 0 25 0 1 0 26156402 21438464 4797 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5234 4797 75 150 0 5081 0
Current children cumulated CPU time (s) 1536.8
Current children cumulated vsize (KiB) 43160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1807384/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=21080 CPUtime=1595.18
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 4843 0 0 0 159509 9 0 0 25 0 1 0 26156402 21585920 4829 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5270 4829 75 150 0 5117 0
Current children cumulated CPU time (s) 1596.77
Current children cumulated vsize (KiB) 43304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1806616/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=21740 CPUtime=1655.15
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 5011 0 0 0 165506 9 0 0 25 0 1 0 26156402 22261760 4997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5435 4997 75 150 0 5282 0
Current children cumulated CPU time (s) 1656.74
Current children cumulated vsize (KiB) 43964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1806296/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=22036 CPUtime=1715.12
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 5062 0 0 0 171503 9 0 0 25 0 1 0 26156402 22564864 5048 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5509 5048 75 150 0 5356 0
Current children cumulated CPU time (s) 1716.71
Current children cumulated vsize (KiB) 44260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1806104/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=22172 CPUtime=1775.09
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 5097 0 0 0 177500 9 0 0 25 0 1 0 26156402 22704128 5083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5543 5083 75 150 0 5390 0
Current children cumulated CPU time (s) 1776.68
Current children cumulated vsize (KiB) 44396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1806040/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=22304 CPUtime=1798.48
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 5126 0 0 0 179839 9 0 0 25 0 1 0 26156402 22839296 5112 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5576 5112 75 150 0 5423 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 44528

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

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

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28841
/proc/meminfo: memFree=1806040/2055920 swapFree=4192812/4192956
[pid=28678] ppid=28676 vsize=16868 CPUtime=1.59
/proc/28678/stat : 28678 (sugar) S 28676 28678 25346 0 -1 4194304 1376 11965 0 2 6 1 144 8 16 0 1 0 26156230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28678/statm: 4217 1113 409 3 0 796 0
[pid=28701] ppid=28678 vsize=5356 CPUtime=0
/proc/28701/stat : 28701 (sh) S 28678 28678 25346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26156402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28701/statm: 1339 232 193 169 0 50 0
[pid=28702] ppid=28701 vsize=22304 CPUtime=1798.48
/proc/28702/stat : 28702 (minisat) R 28701 28678 25346 0 -1 4194304 5126 0 0 0 179839 9 0 0 25 0 1 0 26156402 22839296 5112 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/28702/statm: 5576 5112 75 150 0 5423 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 44528

Child status: 0
Real time (s): 1805.72
CPU time (s): 1800.13
CPU user time (s): 1799.91
CPU system time (s): 0.215967
CPU usage (%): 99.6901
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19175
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= 1536
involuntary context switches= 17037

runsolver used 2.24966 second user time and 5.96909 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 11:28:12
IDJOB=2089969
IDBENCH=59652
IDSOLVER=739
FILE ID=node10/2089969-1247390892
PBS_JOBID= 9507303
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-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-2089969-1247390892/watcher-2089969-1247390892 -o /tmp/evaluation-result-2089969-1247390892/solver-2089969-1247390892 -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-2089969-1247390892.xml

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

MD5SUM BENCH= cc325c351ec31ee347a68e2396f7ab89
RANDOM SEED=1838446716

node10.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.279
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.279
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:       1838864 kB
Buffers:         26824 kB
Cached:         108972 kB
SwapCached:          0 kB
Active:         111448 kB
Inactive:        52500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          38888 kB
Slab:            38516 kB
Committed_AS:   256376 kB
PageTables:       1728 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= 66420 MiB
End job on node10 at 2009-07-12 11:58:20