Trace number 2079640

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

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-39_ext.xml
MD5SUMed8df54d36902e618bb25f8ef4659cdc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.0945
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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 05:13:33 2009
0.00/0.08	c 0	PID 26397
0.06/0.08	c 0	HOST node6.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079640-1247368412.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-2079640-1247368412.xml' 'HOME/temp.csp'
0.06/0.98	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.95/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.03	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.95/1.10	c 1	Parsing HOME/temp.csp
2.11/2.26	c 2	parsed 139 expressions
2.11/2.27	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.27	c 2	Converting to clausal form CSP
2.11/2.29	c 2	converted 14 (10%) expressions
2.20/2.31	c 2	converted 28 (20%) expressions
2.30/2.47	c 2	converted 42 (30%) expressions
2.30/2.48	c 2	converted 56 (40%) expressions
2.30/2.49	c 2	converted 70 (50%) expressions
2.40/2.55	c 2	converted 84 (60%) expressions
2.50/2.66	c 2	converted 98 (70%) expressions
2.60/2.76	c 2	converted 112 (80%) expressions
2.90/3.06	c 3	converted 126 (90%) expressions
2.99/3.20	c 3	converted 139 (100%) expressions
2.99/3.20	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.99/3.20	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.20	c 3	Propagation in CSP
2.99/3.20	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.20	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.99/3.20	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.21	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.21	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.10/3.21	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.20/3.33	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.34	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.20/3.34	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.20/3.34	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.20/3.34	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.20/3.34	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.20/3.35	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.20/3.35	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.20/3.35	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.20/3.35	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.20/3.35	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.39/3.55	c 3	6 (10%) CSP clauses are encoded (11244 clauses, 244710 bytes)
3.49/3.69	c 3	12 (20%) CSP clauses are encoded (22173 clauses, 490586 bytes)
3.69/3.82	c 3	18 (30%) CSP clauses are encoded (33077 clauses, 744939 bytes)
3.80/3.95	c 4	24 (40%) CSP clauses are encoded (43312 clauses, 990969 bytes)
3.90/4.09	c 4	30 (50%) CSP clauses are encoded (54131 clauses, 1255333 bytes)
4.09/4.22	c 4	36 (60%) CSP clauses are encoded (64925 clauses, 1523843 bytes)
4.20/4.36	c 4	42 (70%) CSP clauses are encoded (75786 clauses, 1792818 bytes)
4.39/4.50	c 4	48 (80%) CSP clauses are encoded (86587 clauses, 2076146 bytes)
4.49/4.64	c 4	54 (90%) CSP clauses are encoded (97415 clauses, 2366078 bytes)
4.59/4.75	c 4	59 (100%) CSP clauses are encoded (106464 clauses, 2608220 bytes)
4.59/4.75	c 4	59 CSP clauses encoded
4.59/4.75	c 4	Writing map file : HOME/temp.map
4.59/4.75	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.75	c 4	SAT : 380 SAT variables, 106464 SAT clauses, 2608220 bytes
4.59/4.75	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.78	c 4	SOLVING HOME/temp.cnf
4.59/4.78	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.59/4.79	c 4	This is MiniSat 2.0 beta
4.59/4.79	c 4	WARNING: for repeatability, setting FPU to use double precision
4.59/4.79	c 4	============================[ Problem Statistics ]=============================
4.59/4.79	c 4	|                                                                             |
4.59/4.79	c 4	|  Number of variables:  380                                                  |
4.59/4.79	c 4	|  Number of clauses:    106464                                               |
4.67/4.86	c 4	|  Parsing time:         0.06         s                                       |
4.67/4.86	c 5	============================[ Search Statistics ]==============================
4.67/4.86	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.67/4.86	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.67/4.86	c 5	===============================================================================
4.67/4.86	c 5	|         0 |     380   106464   584051 |    35488        0    nan |  0.000 % |
4.67/4.93	c 5	|       100 |     380   106464   584051 |    39036      100     11 |  0.001 % |
4.67/5.00	c 5	|       250 |     380   106464   584051 |    42940      250     10 |  0.013 % |
4.67/5.10	c 5	|       476 |     380   106464   584051 |    47234      476     10 |  0.013 % |
4.67/5.30	c 5	|       813 |     380   106464   584051 |    51957      813     11 |  0.011 % |
5.37/5.54	c 5	|      1320 |     380   106464   584051 |    57153     1320     11 |  0.012 % |
5.76/5.92	c 6	|      2080 |     380   106464   584051 |    62869     2080     12 |  0.004 % |
6.27/6.44	c 6	|      3220 |     380   106464   584051 |    69156     3220     12 |  0.013 % |
7.06/7.21	c 7	|      4928 |     380   106464   584051 |    76071     4928     12 |  0.013 % |
8.35/8.55	c 8	|      7492 |     380   106464   584051 |    83678     7492     12 |  0.013 % |
10.04/10.27	c 10	|     11337 |     380   106464   584051 |    92046    11337     13 |  0.011 % |
13.03/13.30	c 13	|     17103 |     380   106464   584051 |   101251    17103     14 |  0.013 % |
17.90/18.12	c 18	|     25752 |     380   106464   584051 |   111376    25752     14 |  0.013 % |
26.26/26.58	c 26	|     38726 |     380   106464   584051 |   122514    38726     14 |  0.013 % |
42.78/43.10	c 43	|     58187 |     380   106464   584051 |   134765    58187     14 |  0.017 % |
71.23/71.72	c 71	|     87380 |     380   106464   584051 |   148242    87380     15 |  0.002 % |
118.10/118.89	c 119	|    131169 |     380   106464   584051 |   163066   131169     15 |  0.017 % |
207.26/208.45	c 208	|    196853 |     379   105637   580231 |   179373   128162     15 |  0.264 % |
327.97/329.75	c 329	|    295380 |     379   105637   580231 |   197310    65110     16 |  0.274 % |
474.75/477.22	c 477	|    443169 |     377   103762   570064 |   217041   123386     16 |  0.790 % |
762.73/766.63	c 766	|    664852 |     374   101108   556474 |   238745   132167     17 |  1.580 % |
1260.48/1266.86	c 1267	|    997378 |     372   100005   551072 |   262620   168166     18 |  2.106 % |
1800.05/1807.61	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1807.61	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1807.61	c ERROR INTERRUPTED
1800.05/1807.62	s UNKNOWN
1800.05/1807.62	c 1807	CPU 4.68 (0.06 0.01 4.42 0.19)
1800.05/1807.62	c 1807	END Sun Jul 12 05:43:40 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-2079640-1247368412/watcher-2079640-1247368412 -o /tmp/evaluation-result-2079640-1247368412/solver-2079640-1247368412 -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-2079640-1247368412.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.15 2.30 4/74 26397
/proc/meminfo: memFree=1679512/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=18576 CPUtime=0
/proc/26397/stat : 26397 (runsolver) R 26395 26397 22627 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23908675 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26397/statm: 4644 284 249 26 0 2626 0

[startup+0.0828421 s]
/proc/loadavg: 2.00 2.15 2.30 4/74 26397
/proc/meminfo: memFree=1679512/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16740 CPUtime=0.06
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23908675 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102098 s]
/proc/loadavg: 2.00 2.15 2.30 4/74 26397
/proc/meminfo: memFree=1679512/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=0.06
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23908675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301135 s]
/proc/loadavg: 2.00 2.15 2.30 4/74 26397
/proc/meminfo: memFree=1679512/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=0.06
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23908675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701217 s]
/proc/loadavg: 2.00 2.15 2.30 4/74 26397
/proc/meminfo: memFree=1679512/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=0.06
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23908675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 2.00 2.15 2.30 2/85 26409
/proc/meminfo: memFree=1661312/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=0.95
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1309 7058 0 1 5 1 84 5 16 0 1 0 23908675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.10269 s]
/proc/loadavg: 2.00 2.15 2.30 3/85 26419
/proc/meminfo: memFree=1652864/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=0.95
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1309 7058 0 1 5 1 84 5 16 0 1 0 23908675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1111 409 3 0 796 0
[pid=26410] ppid=26397 vsize=5356 CPUtime=0
/proc/26410/stat : 26410 (sh) S 26397 26397 22627 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23908778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26410/statm: 1339 233 193 169 0 50 0
[pid=26411] ppid=26410 vsize=864388 CPUtime=2.04
/proc/26411/stat : 26411 (java) S 26410 26397 22627 0 -1 0 14284 0 1 0 196 8 0 0 18 0 9 0 23908778 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26411/statm: 216097 13526 2566 9 0 210602 0
[pid=26411/tid=26412] ppid=26410 vsize=864388 CPUtime=1.14
/proc/26411/task/26412/stat : 26412 (java) R 26410 26397 22627 0 -1 64 3169 0 1 0 112 2 0 0 25 0 9 0 23908779 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26413] ppid=26410 vsize=864388 CPUtime=0.84
/proc/26411/task/26413/stat : 26413 (java) R 26410 26397 22627 0 -1 64 10108 0 0 0 79 5 0 0 17 0 9 0 23908780 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 102759492 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26414] ppid=26410 vsize=864388 CPUtime=0
/proc/26411/task/26414/stat : 26414 (java) S 26410 26397 22627 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23908780 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26415] ppid=26410 vsize=864388 CPUtime=0
/proc/26411/task/26415/stat : 26415 (java) S 26410 26397 22627 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23908780 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26416] ppid=26410 vsize=864388 CPUtime=0
/proc/26411/task/26416/stat : 26416 (java) S 26410 26397 22627 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23908782 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26417] ppid=26410 vsize=864388 CPUtime=0.04
/proc/26411/task/26417/stat : 26417 (java) S 26410 26397 22627 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 23908782 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26418] ppid=26410 vsize=864388 CPUtime=0
/proc/26411/task/26418/stat : 26418 (java) S 26410 26397 22627 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23908782 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26411/tid=26419] ppid=26410 vsize=864388 CPUtime=0
/proc/26411/task/26419/stat : 26419 (java) S 26410 26397 22627 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23908782 885133312 13526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886612

[startup+6.30132 s]
/proc/loadavg: 2.08 2.17 2.31 3/77 26421
/proc/meminfo: memFree=1664256/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 15 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=8300 CPUtime=1.49
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 1971 0 0 0 148 1 0 0 25 0 1 0 23909154 8499200 1957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 2075 1957 75 150 0 1922 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 30524

[startup+12.7026 s]
/proc/loadavg: 2.07 2.16 2.31 3/77 26421
/proc/meminfo: memFree=1663040/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=9552 CPUtime=7.86
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 2259 0 0 0 785 1 0 0 25 0 1 0 23909154 9781248 2245 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 2388 2245 75 150 0 2235 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 31776

[startup+25.5011 s]
/proc/loadavg: 2.06 2.15 2.30 3/77 26421
/proc/meminfo: memFree=1661120/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=11468 CPUtime=20.59
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 2735 0 0 0 2057 2 0 0 25 0 1 0 23909154 11743232 2721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 2867 2721 75 150 0 2714 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 33692

[startup+51.1011 s]
/proc/loadavg: 2.04 2.14 2.29 3/77 26421
/proc/meminfo: memFree=1658432/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=14224 CPUtime=46.07
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 3425 0 0 0 4604 3 0 0 25 0 1 0 23909154 14565376 3411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 3556 3411 75 150 0 3403 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 36448

[startup+102.306 s]
/proc/loadavg: 2.01 2.12 2.27 3/77 26421
/proc/meminfo: memFree=1652544/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=19056 CPUtime=97.01
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 4604 0 0 0 9697 4 0 0 25 0 1 0 23909154 19513344 4590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 4764 4590 75 150 0 4611 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 41280

[startup+162.302 s]
/proc/loadavg: 2.00 2.09 2.25 3/77 26421
/proc/meminfo: memFree=1648448/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=23124 CPUtime=156.72
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 5603 0 0 0 15667 5 0 0 25 0 1 0 23909154 23678976 5589 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 5781 5589 75 150 0 5628 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 45348

[startup+222.302 s]
/proc/loadavg: 2.03 2.09 2.24 3/77 26421
/proc/meminfo: memFree=1647936/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=23656 CPUtime=216.42
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 5726 0 0 0 21637 5 0 0 25 0 1 0 23909154 24223744 5712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 5914 5712 75 150 0 5761 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 45880


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

/proc/meminfo: memFree=1632648/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=36956 CPUtime=1291.14
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 8865 0 0 0 129106 8 0 0 25 0 1 0 23909154 37842944 8851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 9239 8851 75 150 0 9086 0
Current children cumulated CPU time (s) 1295.81
Current children cumulated vsize (KiB) 59180

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 26421
/proc/meminfo: memFree=1632264/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=37260 CPUtime=1350.84
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 8944 0 0 0 135076 8 0 0 25 0 1 0 23909154 38154240 8930 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 9315 8930 75 150 0 9162 0
Current children cumulated CPU time (s) 1355.51
Current children cumulated vsize (KiB) 59484

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 26421
/proc/meminfo: memFree=1631368/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=38212 CPUtime=1410.54
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9180 0 0 0 141046 8 0 0 25 0 1 0 23909154 39129088 9166 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 9553 9166 75 150 0 9400 0
Current children cumulated CPU time (s) 1415.21
Current children cumulated vsize (KiB) 60436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 26421
/proc/meminfo: memFree=1629128/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=39844 CPUtime=1470.25
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9583 0 0 0 147016 9 0 0 25 0 1 0 23909154 40800256 9569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26421/statm: 9961 9569 75 150 0 9808 0
Current children cumulated CPU time (s) 1474.92
Current children cumulated vsize (KiB) 62068

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/77 26473
/proc/meminfo: memFree=1609088/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=39844 CPUtime=1530.2
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9587 0 0 0 153010 10 0 0 25 0 1 0 23909154 40800256 9573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 9961 9573 75 150 0 9808 0
Current children cumulated CPU time (s) 1534.87
Current children cumulated vsize (KiB) 62068

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/77 26473
/proc/meminfo: memFree=1608000/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=39844 CPUtime=1590.18
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9590 0 0 0 159007 11 0 0 25 0 1 0 23909154 40800256 9576 996147200 134512640 135127466 4294956256 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 9961 9576 75 150 0 9808 0
Current children cumulated CPU time (s) 1594.85
Current children cumulated vsize (KiB) 62068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/77 26473
/proc/meminfo: memFree=1606464/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=40668 CPUtime=1650.14
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9784 0 0 0 165003 11 0 0 25 0 1 0 23909154 41644032 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 10167 9770 75 150 0 10014 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 62892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/77 26473
/proc/meminfo: memFree=1604992/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=40836 CPUtime=1710.11
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9847 0 0 0 171000 11 0 0 25 0 1 0 23909154 41816064 9833 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 10209 9833 75 150 0 10056 0
Current children cumulated CPU time (s) 1714.78
Current children cumulated vsize (KiB) 63060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 26473
/proc/meminfo: memFree=1603264/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=41436 CPUtime=1770.09
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 9975 0 0 0 176997 12 0 0 25 0 1 0 23909154 42430464 9961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 10359 9961 75 150 0 10206 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 63660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 26473
/proc/meminfo: memFree=1603080/2055924 swapFree=4192812/4192956
[pid=26397] ppid=26395 vsize=16868 CPUtime=4.67
/proc/26397/stat : 26397 (sugar) S 26395 26397 22627 0 -1 4194304 1374 22272 0 2 6 1 442 18 16 0 1 0 23908675 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26397/statm: 4217 1112 409 3 0 796 0
[pid=26420] ppid=26397 vsize=5356 CPUtime=0
/proc/26420/stat : 26420 (sh) S 26397 26397 22627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23909154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1339 232 193 169 0 50 0
[pid=26421] ppid=26420 vsize=41604 CPUtime=1795.38
/proc/26421/stat : 26421 (minisat) R 26420 26397 22627 0 -1 4194304 10002 0 0 0 179526 12 0 0 25 0 1 0 23909154 42602496 9988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 10401 9988 75 150 0 10248 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 63828

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26397 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=482318
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=215967
# CPU time returned by wait4() is 4.69829
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.62
CPU time (s): 1800.05
CPU user time (s): 1799.74
CPU system time (s): 0.31
CPU usage (%): 99.581
Max. virtual memory (cumulated for all children) (KiB): 886724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.48232
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= 24295
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= 2519
involuntary context switches= 2378

runsolver used 2.09868 second user time and 6.14007 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 05:13:33
IDJOB=2079640
IDBENCH=56928
IDSOLVER=739
FILE ID=node6/2079640-1247368412
PBS_JOBID= 9507059
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-39_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-2079640-1247368412/watcher-2079640-1247368412 -o /tmp/evaluation-result-2079640-1247368412/solver-2079640-1247368412 -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-2079640-1247368412.xml

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

MD5SUM BENCH= ed8df54d36902e618bb25f8ef4659cdc
RANDOM SEED=1678403500

node6.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:      2055924 kB
MemFree:       1679992 kB
Buffers:         46168 kB
Cached:         210124 kB
SwapCached:          0 kB
Active:         190096 kB
Inactive:       110696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1679992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          55600 kB
Slab:            60376 kB
Committed_AS:   194328 kB
PageTables:       1964 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 node6 at 2009-07-12 05:43:42