Trace number 2068926

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 1817.27

General information on the benchmark

Namecsp/tdsp/
normalized-C3-2-30.xml
MD5SUM580d1f4298858f6e76af46cd173ebb13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints464
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension464
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 Sat Jul 11 23:49:03 2009
0.00/0.08	c 0	PID 18041
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068926-1247348942.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068926-1247348942.xml' 'HOME/temp.csp'
0.07/0.57	c 0	5 domains, 89 variables, 2 predicates, 0 relations, 464 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.69	c 0	Parsing HOME/temp.csp
0.55/0.74	c 0	parsed 560 expressions
0.55/0.75	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.75	c 0	Converting to clausal form CSP
0.55/0.78	c 0	converted 56 (10%) expressions
0.55/0.81	c 0	converted 112 (20%) expressions
0.55/0.92	c 0	converted 168 (30%) expressions
0.55/0.94	c 0	converted 224 (40%) expressions
0.55/0.96	c 0	converted 280 (50%) expressions
0.55/0.97	c 0	converted 336 (60%) expressions
0.55/0.99	c 0	converted 392 (70%) expressions
0.55/1.00	c 0	converted 448 (80%) expressions
0.92/1.01	c 0	converted 504 (90%) expressions
0.92/1.01	c 1	converted 560 (100%) expressions
0.92/1.01	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.92/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.01	c 1	Propagation in CSP
0.92/1.02	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.02	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.92/1.02	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.05	c 1	CSP : 145 integers, 1624 booleans, 2196 clauses, largest domain size 60
0.92/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.09	c 1	15 (10%) CSP integer variables are encoded (372 clauses, 3948 bytes)
0.92/1.10	c 1	29 (20%) CSP integer variables are encoded (716 clauses, 7732 bytes)
0.92/1.10	c 1	44 (30%) CSP integer variables are encoded (1100 clauses, 12231 bytes)
0.92/1.10	c 1	58 (40%) CSP integer variables are encoded (1490 clauses, 17301 bytes)
0.92/1.10	c 1	73 (50%) CSP integer variables are encoded (1872 clauses, 22267 bytes)
1.02/1.10	c 1	87 (60%) CSP integer variables are encoded (2246 clauses, 27129 bytes)
1.02/1.10	c 1	102 (70%) CSP integer variables are encoded (2340 clauses, 28351 bytes)
1.02/1.10	c 1	116 (80%) CSP integer variables are encoded (2389 clauses, 28988 bytes)
1.02/1.10	c 1	131 (90%) CSP integer variables are encoded (2492 clauses, 30327 bytes)
1.02/1.11	c 1	145 (100%) CSP integer variables are encoded (2572 clauses, 31367 bytes)
1.02/1.15	c 1	220 (10%) CSP clauses are encoded (16660 clauses, 309605 bytes)
1.10/1.28	c 1	440 (20%) CSP clauses are encoded (70474 clauses, 1454655 bytes)
1.21/1.38	c 1	659 (30%) CSP clauses are encoded (115208 clauses, 2418642 bytes)
1.31/1.47	c 1	879 (40%) CSP clauses are encoded (151136 clauses, 3192028 bytes)
1.40/1.54	c 1	1098 (50%) CSP clauses are encoded (184384 clauses, 3906782 bytes)
1.51/1.63	c 1	1318 (60%) CSP clauses are encoded (220219 clauses, 4682109 bytes)
1.61/1.71	c 1	1538 (70%) CSP clauses are encoded (258896 clauses, 5528315 bytes)
1.61/1.80	c 1	1757 (80%) CSP clauses are encoded (290383 clauses, 6238016 bytes)
1.70/1.89	c 1	1977 (90%) CSP clauses are encoded (327864 clauses, 7092337 bytes)
1.80/1.98	c 1	2196 (100%) CSP clauses are encoded (372006 clauses, 8103172 bytes)
1.80/1.98	c 1	2196 CSP clauses encoded
1.80/1.98	c 1	Writing map file : HOME/temp.map
1.80/1.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.99	c 1	SAT : 4337 SAT variables, 372006 SAT clauses, 8103172 bytes
1.80/1.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.02	c 2	SOLVING HOME/temp.cnf
1.89/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.89/2.03	c 2	This is MiniSat 2.0 beta
1.89/2.03	c 2	WARNING: for repeatability, setting FPU to use double precision
1.89/2.03	c 2	============================[ Problem Statistics ]=============================
1.89/2.03	c 2	|                                                                             |
1.89/2.03	c 2	|  Number of variables:  4337                                                 |
1.89/2.03	c 2	|  Number of clauses:    372006                                               |
2.07/2.25	c 2	|  Parsing time:         0.18         s                                       |
2.07/2.26	c 2	============================[ Search Statistics ]==============================
2.07/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.26	c 2	===============================================================================
2.07/2.26	c 2	|         0 |    4337   372006  1398282 |   124002        0    nan |  0.000 % |
2.17/2.35	c 2	|       100 |    4337   372006  1398282 |   136402      100     20 |  0.000 % |
2.26/2.43	c 2	|       251 |    4337   372006  1398282 |   150042      251     27 |  0.000 % |
2.36/2.50	c 2	|       477 |    4337   372006  1398282 |   165046      477     32 |  0.000 % |
2.46/2.61	c 2	|       814 |    4337   372006  1398282 |   181551      814     34 |  0.000 % |
2.66/2.80	c 2	|      1320 |    4337   372006  1398282 |   199706     1320     36 |  0.000 % |
2.86/3.06	c 3	|      2080 |    4337   372006  1398282 |   219677     2080     36 |  0.001 % |
3.25/3.49	c 3	|      3221 |    4337   372006  1398282 |   241644     3221     39 |  0.000 % |
3.84/4.08	c 4	|      4929 |    4337   372006  1398282 |   265809     4929     43 |  0.000 % |
4.75/4.92	c 4	|      7491 |    4337   372006  1398282 |   292390     7491     47 |  0.000 % |
6.33/6.58	c 6	|     11335 |    4337   372006  1398282 |   321629    11335     51 |  0.000 % |
8.60/8.86	c 8	|     17104 |    4337   372006  1398282 |   353792    17104     55 |  0.000 % |
12.47/12.77	c 12	|     25755 |    4337   372006  1398282 |   389171    25755     55 |  0.000 % |
21.09/21.49	c 21	|     38731 |    4337   372006  1398282 |   428088    38731     62 |  0.000 % |
38.32/38.88	c 38	|     58194 |    4337   372006  1398282 |   470897    58194     65 |  0.000 % |
56.94/57.61	c 57	|     87386 |    4337   372006  1398282 |   517987    87386     65 |  0.000 % |
104.09/105.23	c 105	|    131175 |    4337   372006  1398282 |   569785   131175     71 |  0.001 % |
186.61/188.53	c 188	|    196859 |    4337   372006  1398282 |   626764   196859     75 |  0.000 % |
372.15/375.88	c 375	|    295387 |    4337   372006  1398282 |   689440   295387     82 |  0.000 % |
736.97/744.10	c 744	|    443177 |    4337   372006  1398282 |   758384   443177     82 |  0.000 % |
1296.86/1309.35	c 1309	|    664861 |    4337   372006  1398282 |   834223   664861     88 |  0.000 % |
1800.00/1817.22	c ERROR INTERRUPTED
1800.00/1817.26	s UNKNOWN
1800.00/1817.26	c 1817	CPU 1.91 (0.06 0.01 1.71 0.13)
1800.00/1817.26	c 1817	END Sun Jul 12 00:19:20 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-2068926-1247348942/watcher-2068926-1247348942 -o /tmp/evaluation-result-2068926-1247348942/solver-2068926-1247348942 -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-2068926-1247348942.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.91 1.95 1.98 4/76 18041
/proc/meminfo: memFree=1031968/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=18576 CPUtime=0
/proc/18041/stat : 18041 (runsolver) R 18039 18041 16109 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21585530 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18041/statm: 4644 284 249 26 0 2626 0

[startup+0.0969571 s]
/proc/loadavg: 1.91 1.95 1.98 4/76 18041
/proc/meminfo: memFree=1031968/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=0.07
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21585530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101954 s]
/proc/loadavg: 1.91 1.95 1.98 4/76 18041
/proc/meminfo: memFree=1031968/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=0.07
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21585530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301975 s]
/proc/loadavg: 1.91 1.95 1.98 4/76 18041
/proc/meminfo: memFree=1031968/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=0.07
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21585530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70203 s]
/proc/loadavg: 1.91 1.95 1.98 4/76 18041
/proc/meminfo: memFree=1031968/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=0.55
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1309 4607 0 1 6 1 45 3 16 0 1 0 21585530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 1.91 1.95 1.98 3/87 18063
/proc/meminfo: memFree=1017544/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=0.55
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1310 4607 0 1 6 1 45 3 15 0 1 0 21585530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1111 409 3 0 796 0
[pid=18054] ppid=18041 vsize=5356 CPUtime=0
/proc/18054/stat : 18054 (sh) S 18041 18041 16109 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21585591 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18054/statm: 1339 233 193 169 0 50 0
[pid=18055] ppid=18054 vsize=868588 CPUtime=0.85
/proc/18055/stat : 18055 (java) S 18054 18041 16109 0 -1 0 6538 0 1 0 80 5 0 0 19 0 9 0 21585592 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18055/statm: 217147 5665 2589 9 0 211624 0
[pid=18055/tid=18056] ppid=18054 vsize=868588 CPUtime=0.6
/proc/18055/task/18056/stat : 18056 (java) R 18054 18041 16109 0 -1 64 2827 0 1 0 57 3 0 0 21 0 9 0 21585593 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4126763063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18057] ppid=18054 vsize=868588 CPUtime=0.06
/proc/18055/task/18057/stat : 18057 (java) S 18054 18041 16109 0 -1 64 1528 0 0 0 6 0 0 0 16 0 9 0 21585594 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18058] ppid=18054 vsize=868588 CPUtime=0
/proc/18055/task/18058/stat : 18058 (java) S 18054 18041 16109 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21585594 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18059] ppid=18054 vsize=868588 CPUtime=0
/proc/18055/task/18059/stat : 18059 (java) S 18054 18041 16109 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21585594 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18060] ppid=18054 vsize=868588 CPUtime=0
/proc/18055/task/18060/stat : 18060 (java) S 18054 18041 16109 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21585596 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18061] ppid=18054 vsize=868588 CPUtime=0.17
/proc/18055/task/18061/stat : 18061 (java) S 18054 18041 16109 0 -1 64 1485 0 0 0 17 0 0 0 16 0 9 0 21585596 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18062] ppid=18054 vsize=868588 CPUtime=0
/proc/18055/task/18062/stat : 18062 (java) S 18054 18041 16109 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21585596 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18055/tid=18063] ppid=18054 vsize=868588 CPUtime=0
/proc/18055/task/18063/stat : 18063 (java) R 18054 18041 16109 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21585596 889434112 5665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890812

[startup+3.10235 s]
/proc/loadavg: 1.91 1.95 1.98 3/79 18065
/proc/meminfo: memFree=1014024/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 15 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=21580 CPUtime=1.05
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 5211 0 0 0 102 3 0 0 25 0 1 0 21585733 22097920 5197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 5395 5197 76 150 0 5242 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 43804

[startup+6.30176 s]
/proc/loadavg: 1.92 1.95 1.98 3/79 18065
/proc/meminfo: memFree=998088/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 15 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=23696 CPUtime=4.22
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 5748 0 0 0 418 4 0 0 25 0 1 0 21585733 24264704 5734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 5924 5734 76 150 0 5771 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 45920

[startup+12.7016 s]
/proc/loadavg: 1.93 1.95 1.98 3/79 18065
/proc/meminfo: memFree=994120/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=27648 CPUtime=10.56
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 6718 0 0 0 1051 5 0 0 25 0 1 0 21585733 28311552 6704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 6912 6704 76 150 0 6759 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 49872

[startup+25.5013 s]
/proc/loadavg: 1.94 1.96 1.98 3/79 18065
/proc/meminfo: memFree=988168/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=33568 CPUtime=23.24
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 8196 0 0 0 2318 6 0 0 25 0 1 0 21585733 34373632 8182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 8392 8182 76 150 0 8239 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 55792

[startup+51.1016 s]
/proc/loadavg: 1.96 1.96 1.98 3/79 18065
/proc/meminfo: memFree=977800/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=44116 CPUtime=48.6
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 10838 0 0 0 4851 9 0 0 25 0 1 0 21585733 45174784 10824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 11029 10824 76 150 0 10876 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 66340

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.98 3/79 18065
/proc/meminfo: memFree=957896/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=61376 CPUtime=99.31
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 15130 0 0 0 9917 14 0 0 25 0 1 0 21585733 62849024 15116 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 15344 15116 76 150 0 15191 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 83600

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18065
/proc/meminfo: memFree=937928/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=77516 CPUtime=158.76
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 19167 0 0 0 15857 19 0 0 25 0 1 0 21585733 79376384 19153 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 19379 19153 76 150 0 19226 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 99740

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18065
/proc/meminfo: memFree=921928/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=713736/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=273064 CPUtime=1288.01
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 67939 0 0 0 128730 71 0 0 25 0 1 0 21585733 279617536 67925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 68266 67925 76 150 0 68113 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 295288

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=701320/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=278764 CPUtime=1347.46
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 69374 0 0 0 134673 73 0 0 25 0 1 0 21585733 285454336 69360 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 69691 69360 76 150 0 69538 0
Current children cumulated CPU time (s) 1349.37
Current children cumulated vsize (KiB) 300988

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=696456/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=283536 CPUtime=1406.89
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 70580 0 0 0 140616 73 0 0 25 0 1 0 21585733 290340864 70566 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 70884 70566 76 150 0 70731 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 305760

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=692104/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=289304 CPUtime=1466.33
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 71698 0 0 0 146558 75 0 0 25 0 1 0 21585733 296247296 71684 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 72326 71684 76 150 0 72173 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 311528

[startup+1542.3 s]
/proc/loadavg: 1.93 1.95 1.98 3/77 18101
/proc/meminfo: memFree=828312/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=293636 CPUtime=1525.78
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 72767 0 0 0 152501 77 0 0 25 0 1 0 21585733 300683264 72753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 73409 72753 76 150 0 73256 0
Current children cumulated CPU time (s) 1527.69
Current children cumulated vsize (KiB) 315860

[startup+1602.3 s]
/proc/loadavg: 1.97 1.96 1.98 3/77 18101
/proc/meminfo: memFree=824152/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=297760 CPUtime=1585.21
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 73818 0 0 0 158443 78 0 0 25 0 1 0 21585733 304906240 73804 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 74440 73804 76 150 0 74287 0
Current children cumulated CPU time (s) 1587.12
Current children cumulated vsize (KiB) 319984

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18101
/proc/meminfo: memFree=819864/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=301992 CPUtime=1644.65
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 74866 0 0 0 164386 79 0 0 25 0 1 0 21585733 309239808 74852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 75498 74852 76 150 0 75345 0
Current children cumulated CPU time (s) 1646.56
Current children cumulated vsize (KiB) 324216

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18101
/proc/meminfo: memFree=815704/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=305984 CPUtime=1704.09
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 75866 0 0 0 170329 80 0 0 25 0 1 0 21585733 313327616 75852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 76496 75852 76 150 0 76343 0
Current children cumulated CPU time (s) 1706
Current children cumulated vsize (KiB) 328208

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18101
/proc/meminfo: memFree=810712/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=310804 CPUtime=1763.52
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 77099 0 0 0 176271 81 0 0 25 0 1 0 21585733 318263296 77085 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 77701 77085 76 150 0 77548 0
Current children cumulated CPU time (s) 1765.43
Current children cumulated vsize (KiB) 333028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 18101
/proc/meminfo: memFree=807832/2055920 swapFree=4192812/4192956
[pid=18041] ppid=18039 vsize=16868 CPUtime=1.91
/proc/18041/stat : 18041 (sugar) S 18039 18041 16109 0 -1 4194304 1376 11604 0 2 6 1 171 13 16 0 1 0 21585530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18041/statm: 4217 1113 409 3 0 796 0
[pid=18064] ppid=18041 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18041 18041 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21585733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 232 193 169 0 50 0
[pid=18065] ppid=18064 vsize=313584 CPUtime=1798.09
/proc/18065/stat : 18065 (minisat) R 18064 18041 16109 0 -1 4194304 77802 0 0 0 179728 81 0 0 25 0 1 0 21585733 321110016 77788 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/18065/statm: 78396 77788 76 150 0 78243 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 335808

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

Real time (s): 1817.27
CPU time (s): 1800
CPU user time (s): 1799.05
CPU system time (s): 0.95
CPU usage (%): 99.0496
Max. virtual memory (cumulated for all children) (KiB): 890812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78173
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13363
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= 3475
involuntary context switches= 3349

runsolver used 2.32265 second user time and 5.95909 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 23:49:02
IDJOB=2068926
IDBENCH=54956
IDSOLVER=739
FILE ID=node40/2068926-1247348942
PBS_JOBID= 9506767
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-2-30.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-2068926-1247348942/watcher-2068926-1247348942 -o /tmp/evaluation-result-2068926-1247348942/solver-2068926-1247348942 -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-2068926-1247348942.xml

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

MD5SUM BENCH= 580d1f4298858f6e76af46cd173ebb13
RANDOM SEED=622044479

node40.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.213
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.213
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:       1032448 kB
Buffers:         64212 kB
Cached:         774636 kB
SwapCached:          0 kB
Active:         276540 kB
Inactive:       674904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:         124004 kB
Slab:            56832 kB
Committed_AS:   263916 kB
PageTables:       2100 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66228 MiB
End job on node40 at 2009-07-12 00:19:22