Trace number 2085030

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.02 1801.54

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25d-23.xml
MD5SUMede0d66de0ce550243893916034293f6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.618905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17425
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17425
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:39:53 2009
0.00/0.07	c 0	PID 23804
0.00/0.07	c 0	HOST node63.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2085030-1247380793.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085030-1247380793.xml' 'HOME/temp.csp'
1.07/1.15	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 17425 constraints
1.07/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.17	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'
1.13/1.24	c 2	Parsing HOME/temp.csp
1.13/1.38	c 2	parsed 10000 expressions
1.13/1.47	c 2	parsed 17877 expressions
1.13/1.47	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.47	c 2	Converting to clausal form CSP
1.13/1.73	c 2	converted 1788 (10%) expressions
1.13/1.78	c 2	converted 3576 (20%) expressions
1.13/1.90	c 2	converted 5364 (30%) expressions
1.13/1.95	c 2	converted 7151 (40%) expressions
1.13/2.01	c 2	converted 8939 (50%) expressions
1.13/2.06	c 2	converted 10727 (60%) expressions
2.16/2.21	c 2	converted 12514 (70%) expressions
2.16/2.26	c 3	converted 14302 (80%) expressions
2.25/2.32	c 3	converted 16090 (90%) expressions
2.25/2.37	c 3	converted 17877 (100%) expressions
2.25/2.37	c 3	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 23
2.25/2.37	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.25/2.37	c 3	Propagation in CSP
2.35/2.45	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.35/2.45	c 3	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 23
2.35/2.45	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.35/2.47	c 3	Simplifing CSP by introducing new Boolean variables
2.66/2.76	c 3	CSP : 450 integers, 34850 booleans, 52275 clauses, largest domain size 23
2.66/2.76	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.76/2.89	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.85/2.92	c 3	45 (10%) CSP integer variables are encoded (945 clauses, 10253 bytes)
2.85/2.93	c 3	90 (20%) CSP integer variables are encoded (1890 clauses, 22521 bytes)
2.85/2.93	c 3	135 (30%) CSP integer variables are encoded (2835 clauses, 34806 bytes)
2.85/2.93	c 3	180 (40%) CSP integer variables are encoded (3780 clauses, 47091 bytes)
2.85/2.93	c 3	225 (50%) CSP integer variables are encoded (4725 clauses, 59376 bytes)
2.85/2.93	c 3	270 (60%) CSP integer variables are encoded (5670 clauses, 71661 bytes)
2.85/2.93	c 3	315 (70%) CSP integer variables are encoded (6615 clauses, 83946 bytes)
2.85/2.93	c 3	360 (80%) CSP integer variables are encoded (7560 clauses, 96231 bytes)
2.85/2.93	c 3	405 (90%) CSP integer variables are encoded (8505 clauses, 108516 bytes)
2.85/2.94	c 3	450 (100%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.05/3.14	c 3	5228 (10%) CSP clauses are encoded (91370 clauses, 1601275 bytes)
3.16/3.29	c 4	10455 (20%) CSP clauses are encoded (173245 clauses, 3110835 bytes)
3.36/3.45	c 4	15683 (30%) CSP clauses are encoded (255165 clauses, 4695405 bytes)
3.56/3.61	c 4	20910 (40%) CSP clauses are encoded (337040 clauses, 6284123 bytes)
3.65/3.76	c 4	26138 (50%) CSP clauses are encoded (418960 clauses, 7873725 bytes)
3.86/3.92	c 4	31365 (60%) CSP clauses are encoded (500835 clauses, 9462443 bytes)
3.95/4.07	c 4	36593 (70%) CSP clauses are encoded (582755 clauses, 11052045 bytes)
4.16/4.22	c 4	41820 (80%) CSP clauses are encoded (664630 clauses, 12640763 bytes)
4.26/4.37	c 5	47048 (90%) CSP clauses are encoded (746550 clauses, 14230365 bytes)
4.44/4.53	c 5	52275 (100%) CSP clauses are encoded (828425 clauses, 15819083 bytes)
4.44/4.53	c 5	52275 CSP clauses encoded
4.44/4.53	c 5	Writing map file : HOME/temp.map
4.44/4.55	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.44/4.55	c 5	SAT : 44750 SAT variables, 828425 SAT clauses, 15819083 bytes
4.44/4.55	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.44/4.56	c 5	SOLVING HOME/temp.cnf
4.44/4.56	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.44/4.57	c 5	This is MiniSat 2.0 beta
4.44/4.57	c 5	WARNING: for repeatability, setting FPU to use double precision
4.44/4.57	c 5	============================[ Problem Statistics ]=============================
4.44/4.57	c 5	|                                                                             |
4.44/4.57	c 5	|  Number of variables:  44750                                                |
4.44/4.57	c 5	|  Number of clauses:    828425                                               |
4.52/4.99	c 5	|  Parsing time:         0.36         s                                       |
4.52/5.01	c 5	============================[ Search Statistics ]==============================
4.52/5.01	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.52/5.01	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.52/5.01	c 5	===============================================================================
4.52/5.01	c 5	|         0 |   44750   828425  2388700 |   276141        0    nan |  0.000 % |
4.52/5.25	c 6	|       101 |   44750   828425  2388700 |   303755      101     36 |  0.000 % |
4.52/5.34	c 6	|       251 |   44750   828425  2388700 |   334131      251     21 |  0.000 % |
4.52/5.40	c 6	|       476 |   44750   828425  2388700 |   367544      476     16 |  0.000 % |
5.34/5.44	c 6	|       813 |   44750   828425  2388700 |   404299      813     14 |  0.000 % |
5.34/5.46	c 6	|      1321 |   44750   828425  2388700 |   444728     1321     12 |  0.000 % |
5.44/5.51	c 6	|      2080 |   44750   828425  2388700 |   489201     2080     11 |  0.000 % |
5.54/5.60	c 6	|      3219 |   44750   828425  2388700 |   538121     3219     12 |  0.000 % |
5.54/5.70	c 6	|      4927 |   44750   828425  2388700 |   591934     4927     12 |  0.000 % |
5.73/5.83	c 6	|      7492 |   44750   828425  2388700 |   651127     7492     11 |  0.000 % |
5.93/6.06	c 6	|     11337 |   44750   828425  2388700 |   716240    11337     11 |  0.000 % |
6.45/6.56	c 7	|     17103 |   44750   828425  2388700 |   787864    17103     13 |  0.000 % |
7.14/7.28	c 8	|     25753 |   44750   828425  2388700 |   866650    25753     13 |  0.000 % |
8.44/8.54	c 9	|     38728 |   44750   828425  2388700 |   953315    38728     13 |  0.000 % |
10.73/10.86	c 11	|     58189 |   44750   828425  2388700 |  1048647    58189     12 |  0.000 % |
18.64/18.78	c 19	|     87382 |   44750   828425  2388700 |  1153512    87382     13 |  0.000 % |
38.03/38.11	c 38	|    131171 |   44750   828425  2388700 |  1268863   131171     15 |  0.000 % |
54.71/54.87	c 55	|    196856 |   44750   828425  2388700 |  1395749   196856     14 |  0.000 % |
131.49/131.66	c 132	|    295383 |   44750   828425  2388700 |  1535324   295383     15 |  0.000 % |
409.71/409.91	c 410	|    443172 |   44750   828425  2388700 |  1688857   443172     15 |  0.000 % |
967.34/967.76	c 968	|    664855 |   44750   828425  2388700 |  1857743   664855     17 |  0.000 % |
1800.02/1801.52	c ERROR INTERRUPTED
1800.02/1801.52	s UNKNOWN
1800.02/1801.52	c 1802	CPU 4.52 (0.06 0.01 4.2 0.25)
1800.02/1801.52	c 1802	END Sun Jul 12 09:09:55 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-2085030-1247380793/watcher-2085030-1247380793 -o /tmp/evaluation-result-2085030-1247380793/solver-2085030-1247380793 -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-2085030-1247380793.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.94 1.98 1.99 4/74 23804
/proc/meminfo: memFree=1738656/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=12272 CPUtime=0
/proc/23804/stat : 23804 (sugar) R 23802 23804 23677 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25141891 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 1 0 0
/proc/23804/statm: 3068 327 246 3 0 168 0

[startup+0.0754241 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 23804
/proc/meminfo: memFree=1738656/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=0.06
/proc/23804/stat : 23804 (sugar) R 23802 23804 23677 0 -1 4194304 1199 128 0 0 5 1 0 0 16 0 1 0 25141891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244276849311 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101349 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 23804
/proc/meminfo: memFree=1738656/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=0.06
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25141891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301372 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 23804
/proc/meminfo: memFree=1738656/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=0.06
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25141891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701419 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 23804
/proc/meminfo: memFree=1738656/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=0.06
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25141891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50151 s]
/proc/loadavg: 1.94 1.98 1.99 4/85 23816
/proc/meminfo: memFree=1705288/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=1.13
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1309 12040 0 1 5 1 101 6 16 0 1 0 25141891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16868

[startup+3.10269 s]
/proc/loadavg: 1.94 1.98 1.99 4/85 23826
/proc/meminfo: memFree=1711112/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=1.14
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1310 12040 0 1 6 1 101 6 15 0 1 0 25141891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1111 409 3 0 796 0
[pid=23817] ppid=23804 vsize=5356 CPUtime=0
/proc/23817/stat : 23817 (sh) S 23804 23804 23677 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25142008 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23817/statm: 1339 233 193 169 0 50 0
[pid=23818] ppid=23817 vsize=868716 CPUtime=1.91
/proc/23818/stat : 23818 (java) S 23817 23804 23677 0 -1 0 13921 0 1 0 183 8 0 0 18 0 9 0 25142008 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23818/statm: 217179 12698 2590 9 0 211656 0
[pid=23818/tid=23819] ppid=23817 vsize=868716 CPUtime=0.99
/proc/23818/task/23819/stat : 23819 (java) R 23817 23804 23677 0 -1 64 2959 0 1 0 97 2 0 0 25 0 9 0 25142009 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23820] ppid=23817 vsize=868716 CPUtime=0.69
/proc/23818/task/23820/stat : 23820 (java) S 23817 23804 23677 0 -1 64 8745 0 0 0 65 4 0 0 16 0 9 0 25142010 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23821] ppid=23817 vsize=868716 CPUtime=0
/proc/23818/task/23821/stat : 23821 (java) S 23817 23804 23677 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25142010 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23822] ppid=23817 vsize=868716 CPUtime=0
/proc/23818/task/23822/stat : 23822 (java) S 23817 23804 23677 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25142010 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23823] ppid=23817 vsize=868716 CPUtime=0
/proc/23818/task/23823/stat : 23823 (java) S 23817 23804 23677 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25142012 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23824] ppid=23817 vsize=868716 CPUtime=0.2
/proc/23818/task/23824/stat : 23824 (java) S 23817 23804 23677 0 -1 64 1514 0 0 0 19 1 0 0 16 0 9 0 25142012 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23825] ppid=23817 vsize=868716 CPUtime=0
/proc/23818/task/23825/stat : 23825 (java) S 23817 23804 23677 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25142012 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23818/tid=23826] ppid=23817 vsize=868716 CPUtime=0
/proc/23818/task/23826/stat : 23826 (java) S 23817 23804 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25142012 889565184 12698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890940

[startup+6.30205 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 23828
/proc/meminfo: memFree=1680328/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 15 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=41408 CPUtime=1.71
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 9944 0 0 0 165 6 0 0 25 0 1 0 25142348 42401792 9930 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 10352 9930 76 150 0 10199 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 63632

[startup+12.7018 s]
/proc/loadavg: 2.10 2.01 2.00 3/77 23828
/proc/meminfo: memFree=1674824/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=46480 CPUtime=8.11
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 11166 0 0 0 804 7 0 0 25 0 1 0 25142348 47595520 11152 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 11620 11152 76 150 0 11467 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 68704

[startup+25.5012 s]
/proc/loadavg: 2.08 2.01 2.00 3/77 23828
/proc/meminfo: memFree=1669320/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=50668 CPUtime=20.91
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 12200 0 0 0 2082 9 0 0 25 0 1 0 25142348 51884032 12186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 12667 12186 76 150 0 12514 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 72892

[startup+51.1011 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 23828
/proc/meminfo: memFree=1662088/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=58060 CPUtime=46.5
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 14057 0 0 0 4639 11 0 0 25 0 1 0 25142348 59453440 14043 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 14515 14043 76 150 0 14362 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 80284

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 23828
/proc/meminfo: memFree=1653960/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=65836 CPUtime=97.69
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 15929 0 0 0 9756 13 0 0 25 0 1 0 25142348 67416064 15915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 16459 15915 76 150 0 16306 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 88060

[startup+162.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/77 23828
/proc/meminfo: memFree=1647432/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=71856 CPUtime=157.66
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 17341 0 0 0 15752 14 0 0 25 0 1 0 25142348 73580544 17327 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 17964 17327 76 150 0 17811 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 94080

[startup+222.302 s]
/proc/loadavg: 2.06 2.04 2.00 3/77 23828
/proc/meminfo: memFree=1642568/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=76280 CPUtime=217.64
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 18438 0 0 0 21749 15 0 0 25 0 1 0 25142348 78110720 18424 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 19070 18424 76 150 0 18917 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 98504


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

/proc/meminfo: memFree=1581568/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=124272 CPUtime=1357.3
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 30053 0 0 0 135702 28 0 0 25 0 1 0 25142348 127254528 30039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 31068 30039 76 150 0 30915 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 146496

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.06 3/77 23836
/proc/meminfo: memFree=1580160/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=125480 CPUtime=1417.28
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 30403 0 0 0 141700 28 0 0 25 0 1 0 25142348 128491520 30389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 31370 30389 76 150 0 31217 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 147704

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/77 23836
/proc/meminfo: memFree=1578496/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=127164 CPUtime=1477.26
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 30812 0 0 0 147698 28 0 0 25 0 1 0 25142348 130215936 30798 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 31791 30798 76 150 0 31638 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 149388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 23836
/proc/meminfo: memFree=1577024/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=128640 CPUtime=1537.25
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 31181 0 0 0 153696 29 0 0 25 0 1 0 25142348 131727360 31167 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 32160 31167 76 150 0 32007 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 150864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 23836
/proc/meminfo: memFree=1575560/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=129992 CPUtime=1597.22
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 31540 0 0 0 159693 29 0 0 25 0 1 0 25142348 133111808 31526 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 32498 31526 76 150 0 32345 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 152216

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.04 3/75 23952
/proc/meminfo: memFree=1566688/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=131484 CPUtime=1656.85
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 31900 0 0 0 165655 30 0 0 25 0 1 0 25142348 134639616 31886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 32871 31886 76 150 0 32718 0
Current children cumulated CPU time (s) 1661.37
Current children cumulated vsize (KiB) 153708

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/75 23952
/proc/meminfo: memFree=1564128/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=132924 CPUtime=1716.61
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 32298 0 0 0 171630 31 0 0 25 0 1 0 25142348 136114176 32284 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 33231 32284 76 150 0 33078 0
Current children cumulated CPU time (s) 1721.13
Current children cumulated vsize (KiB) 155148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 23952
/proc/meminfo: memFree=1562464/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=134488 CPUtime=1776.37
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 32692 0 0 0 177606 31 0 0 25 0 1 0 25142348 137715712 32678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 33622 32678 76 150 0 33469 0
Current children cumulated CPU time (s) 1780.89
Current children cumulated vsize (KiB) 156712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 23952
/proc/meminfo: memFree=1561760/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=134884 CPUtime=1795.5
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 32814 0 0 0 179519 31 0 0 25 0 1 0 25142348 138121216 32800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 33721 32800 76 150 0 33568 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 157108

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

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 23952
/proc/meminfo: memFree=1561760/2055920 swapFree=4191904/4192956
[pid=23804] ppid=23802 vsize=16868 CPUtime=4.52
/proc/23804/stat : 23804 (sugar) S 23802 23804 23677 0 -1 4194304 1376 26460 0 2 6 1 420 25 16 0 1 0 25141891 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23804/statm: 4217 1113 409 3 0 796 0
[pid=23827] ppid=23804 vsize=5356 CPUtime=0
/proc/23827/stat : 23827 (sh) S 23804 23804 23677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25142348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23827/statm: 1339 232 193 169 0 50 0
[pid=23828] ppid=23827 vsize=134884 CPUtime=1795.5
/proc/23828/stat : 23828 (minisat) R 23827 23804 23677 0 -1 4194304 32814 0 0 0 179519 31 0 0 25 0 1 0 25142348 138121216 32800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23828/statm: 33721 32800 76 150 0 33568 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 157108

Child status: 0

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

Real time (s): 1801.54
CPU time (s): 1800.02
CPU user time (s): 1799.45
CPU system time (s): 0.57
CPU usage (%): 99.9157
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.26335
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28219
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= 4471
involuntary context switches= 4368

runsolver used 2.10368 second user time and 5.95509 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 08:39:53
IDJOB=2085030
IDBENCH=58276
IDSOLVER=739
FILE ID=node63/2085030-1247380793
PBS_JOBID= 9507264
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25d-23.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-2085030-1247380793/watcher-2085030-1247380793 -o /tmp/evaluation-result-2085030-1247380793/solver-2085030-1247380793 -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-2085030-1247380793.xml

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

MD5SUM BENCH= ede0d66de0ce550243893916034293f6
RANDOM SEED=24401236

node63.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739072 kB
Buffers:         44336 kB
Cached:         170964 kB
SwapCached:        260 kB
Active:         162768 kB
Inactive:       100084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739072 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          58032 kB
Slab:            39036 kB
Committed_AS:   210376 kB
PageTables:       1960 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= 66208 MiB
End job on node63 at 2009-07-12 09:09:57