Trace number 2084975

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.07 1801.63

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-20.xml
MD5SUM9fd5dc5134c8b962932ab2640e6eee46
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.295954
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 08:38:41 2009
0.05/0.07	c 0	PID 26745
0.05/0.07	c 0	HOST node59.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2084975-1247380721.xml TO HOME/temp.csp
0.05/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-2084975-1247380721.xml' 'HOME/temp.csp'
0.96/1.03	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.96/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.07	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.99/1.15	c 1	Parsing HOME/temp.csp
0.99/1.43	c 1	parsed 8712 expressions
0.99/1.44	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.44	c 1	Converting to clausal form CSP
0.99/1.65	c 2	converted 872 (10%) expressions
0.99/1.72	c 2	converted 1743 (20%) expressions
0.99/1.74	c 2	converted 2614 (30%) expressions
0.99/1.82	c 2	converted 3485 (40%) expressions
0.99/1.85	c 2	converted 4356 (50%) expressions
0.99/1.88	c 2	converted 5228 (60%) expressions
0.99/1.91	c 2	converted 6099 (70%) expressions
0.99/1.94	c 2	converted 6970 (80%) expressions
0.99/2.03	c 2	converted 7841 (90%) expressions
0.99/2.06	c 2	converted 8712 (100%) expressions
0.99/2.07	c 2	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 20
0.99/2.07	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/2.07	c 2	Propagation in CSP
1.99/2.12	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.12	c 2	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 20
1.99/2.12	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.28	c 2	CSP : 450 integers, 16520 booleans, 24780 clauses, largest domain size 20
2.09/2.28	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.41	c 2	45 (10%) CSP integer variables are encoded (810 clauses, 8770 bytes)
2.28/2.41	c 2	90 (20%) CSP integer variables are encoded (1620 clauses, 19027 bytes)
2.28/2.41	c 2	135 (30%) CSP integer variables are encoded (2430 clauses, 29557 bytes)
2.28/2.41	c 2	180 (40%) CSP integer variables are encoded (3240 clauses, 40087 bytes)
2.28/2.42	c 2	225 (50%) CSP integer variables are encoded (4050 clauses, 50617 bytes)
2.28/2.42	c 2	270 (60%) CSP integer variables are encoded (4860 clauses, 61147 bytes)
2.28/2.42	c 2	315 (70%) CSP integer variables are encoded (5670 clauses, 71677 bytes)
2.28/2.42	c 2	360 (80%) CSP integer variables are encoded (6480 clauses, 82207 bytes)
2.28/2.42	c 2	405 (90%) CSP integer variables are encoded (7290 clauses, 92737 bytes)
2.28/2.42	c 2	450 (100%) CSP integer variables are encoded (8100 clauses, 103267 bytes)
2.38/2.55	c 3	2478 (10%) CSP clauses are encoded (41966 clauses, 686902 bytes)
2.48/2.62	c 3	4956 (20%) CSP clauses are encoded (75832 clauses, 1316356 bytes)
2.58/2.70	c 3	7434 (30%) CSP clauses are encoded (109698 clauses, 1970548 bytes)
2.58/2.77	c 3	9912 (40%) CSP clauses are encoded (143564 clauses, 2624740 bytes)
2.68/2.85	c 3	12390 (50%) CSP clauses are encoded (177430 clauses, 3278932 bytes)
2.78/2.93	c 3	14868 (60%) CSP clauses are encoded (211296 clauses, 3933124 bytes)
2.87/3.00	c 3	17346 (70%) CSP clauses are encoded (245162 clauses, 4587316 bytes)
2.87/3.07	c 3	19824 (80%) CSP clauses are encoded (279028 clauses, 5241508 bytes)
2.98/3.15	c 3	22302 (90%) CSP clauses are encoded (312894 clauses, 5895700 bytes)
3.08/3.23	c 3	24780 (100%) CSP clauses are encoded (346760 clauses, 6549892 bytes)
3.08/3.23	c 3	24780 CSP clauses encoded
3.08/3.23	c 3	Writing map file : HOME/temp.map
3.08/3.25	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.25	c 3	SAT : 25070 SAT variables, 346760 SAT clauses, 6549892 bytes
3.08/3.25	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.27	c 3	SOLVING HOME/temp.cnf
3.08/3.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.08/3.27	c 3	This is MiniSat 2.0 beta
3.08/3.27	c 3	WARNING: for repeatability, setting FPU to use double precision
3.08/3.27	c 3	============================[ Problem Statistics ]=============================
3.08/3.27	c 3	|                                                                             |
3.08/3.27	c 3	|  Number of variables:  25070                                                |
3.08/3.27	c 3	|  Number of clauses:    346760                                               |
3.16/3.47	c 3	|  Parsing time:         0.17         s                                       |
3.16/3.48	c 3	============================[ Search Statistics ]==============================
3.16/3.48	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.16/3.48	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.16/3.48	c 3	===============================================================================
3.16/3.48	c 3	|         0 |   25070   346760   990880 |   115586        0    nan |  0.000 % |
3.16/3.56	c 4	|       101 |   25070   346760   990880 |   127145      101     20 |  0.000 % |
3.16/3.58	c 4	|       251 |   25070   346760   990880 |   139859      251     15 |  0.000 % |
3.16/3.60	c 4	|       476 |   25070   346760   990880 |   153845      476     12 |  0.000 % |
3.16/3.63	c 4	|       813 |   25070   346760   990880 |   169230      813     12 |  0.000 % |
3.16/3.66	c 4	|      1321 |   25070   346760   990880 |   186153     1321     11 |  0.000 % |
3.16/3.69	c 4	|      2080 |   25070   346760   990880 |   204768     2080     10 |  0.000 % |
3.16/3.77	c 4	|      3219 |   25070   346760   990880 |   225245     3219     11 |  0.000 % |
3.16/3.88	c 4	|      4927 |   25070   346760   990880 |   247770     4927     11 |  0.000 % |
3.16/4.03	c 4	|      7490 |   25070   346760   990880 |   272547     7490     11 |  0.000 % |
3.16/4.25	c 4	|     11334 |   25070   346760   990880 |   299802    11334     11 |  0.000 % |
4.46/4.66	c 5	|     17100 |   25070   346760   990880 |   329782    17100     11 |  0.000 % |
5.25/5.42	c 5	|     25750 |   25070   346760   990880 |   362760    25750     11 |  0.000 % |
6.85/7.08	c 7	|     38725 |   25070   346760   990880 |   399036    38725     11 |  0.000 % |
10.61/10.81	c 11	|     58186 |   25070   346760   990880 |   438940    58186     12 |  0.000 % |
19.62/19.92	c 20	|     87379 |   25070   346760   990880 |   482834    87379     13 |  0.000 % |
39.63/40.12	c 40	|    131169 |   25070   346760   990880 |   531117   131169     14 |  0.000 % |
73.07/73.85	c 74	|    196853 |   25070   346760   990880 |   584229   196853     14 |  0.000 % |
218.89/219.73	c 220	|    295379 |   25070   346760   990880 |   642652   295379     15 |  0.000 % |
428.70/429.61	c 430	|    443168 |   25070   346760   990880 |   706917   443168     16 |  0.000 % |
942.46/943.66	c 944	|    664851 |   25070   346760   990880 |   777609   664851     17 |  0.000 % |
1447.62/1449.10	c 1449	|    997377 |   25070   346760   990880 |   855370   238599     16 |  0.000 % |
1800.07/1801.62	c ERROR INTERRUPTED
1800.07/1801.62	s UNKNOWN
1800.07/1801.62	c 1802	CPU 3.16 (0.06 0.01 2.91 0.18)
1800.07/1801.62	c 1802	END Sun Jul 12 09:08:43 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-2084975-1247380721/watcher-2084975-1247380721 -o /tmp/evaluation-result-2084975-1247380721/solver-2084975-1247380721 -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-2084975-1247380721.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26745
/proc/meminfo: memFree=1559496/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=12272 CPUtime=0
/proc/26745/stat : 26745 (sugar) R 26743 26745 25777 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25135215 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 0 4224 0 0 0 0 17 0 0 0
/proc/26745/statm: 3068 327 246 3 0 168 0

[startup+0.069675 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26745
/proc/meminfo: memFree=1559496/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16608 CPUtime=0.05
/proc/26745/stat : 26745 (sugar) R 26743 26745 25777 0 -1 4194304 1069 0 0 0 4 1 0 0 18 0 1 0 25135215 17006592 1037 996147200 4194304 4206940 548682068608 18446744073709551615 217051468513 0 0 4224 0 0 0 0 17 0 0 0
/proc/26745/statm: 4152 1038 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.105555 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26745
/proc/meminfo: memFree=1559496/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.06
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25135215 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301699 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26745
/proc/meminfo: memFree=1559496/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.06
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25135215 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701777 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26745
/proc/meminfo: memFree=1559496/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.06
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25135215 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 26757
/proc/meminfo: memFree=1537704/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=0.99
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1309 8628 0 1 5 1 88 5 15 0 1 0 25135215 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10224 s]
/proc/loadavg: 2.16 2.03 2.01 4/92 26767
/proc/meminfo: memFree=1536552/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=1
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1310 8628 0 1 6 1 88 5 15 0 1 0 25135215 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1111 409 3 0 796 0
[pid=26758] ppid=26745 vsize=5356 CPUtime=0
/proc/26758/stat : 26758 (sh) S 26745 26745 25777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25135323 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26758/statm: 1339 233 193 169 0 50 0
[pid=26759] ppid=26758 vsize=868712 CPUtime=1.98
/proc/26759/stat : 26759 (java) S 26758 26745 25777 0 -1 0 9693 0 1 0 188 10 0 0 18 0 9 0 25135323 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26759/statm: 217178 8752 2590 9 0 211655 0
[pid=26759/tid=26760] ppid=26758 vsize=868712 CPUtime=1.32
/proc/26759/task/26760/stat : 26760 (java) R 26758 26745 25777 0 -1 64 2970 0 1 0 127 5 0 0 22 0 9 0 25135324 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4126979875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26761] ppid=26758 vsize=868712 CPUtime=0.42
/proc/26759/task/26761/stat : 26761 (java) S 26758 26745 25777 0 -1 64 4512 0 0 0 39 3 0 0 16 0 9 0 25135326 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26762] ppid=26758 vsize=868712 CPUtime=0
/proc/26759/task/26762/stat : 26762 (java) S 26758 26745 25777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25135326 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26763] ppid=26758 vsize=868712 CPUtime=0
/proc/26759/task/26763/stat : 26763 (java) S 26758 26745 25777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25135326 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26764] ppid=26758 vsize=868712 CPUtime=0
/proc/26759/task/26764/stat : 26764 (java) S 26758 26745 25777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25135328 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26765] ppid=26758 vsize=868712 CPUtime=0.22
/proc/26759/task/26765/stat : 26765 (java) S 26758 26745 25777 0 -1 64 1513 0 0 0 21 1 0 0 16 0 9 0 25135328 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26766] ppid=26758 vsize=868712 CPUtime=0
/proc/26759/task/26766/stat : 26766 (java) S 26758 26745 25777 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25135328 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26759/tid=26767] ppid=26758 vsize=868712 CPUtime=0
/proc/26759/task/26767/stat : 26767 (java) S 26758 26745 25777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25135328 889561088 8752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890936

[startup+6.30185 s]
/proc/loadavg: 2.16 2.03 2.01 3/84 26769
/proc/meminfo: memFree=1530152/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 15 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=21340 CPUtime=2.99
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 5092 0 0 0 296 3 0 0 25 0 1 0 25135543 21852160 5078 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/26769/statm: 5335 5078 76 150 0 5182 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 43564

[startup+12.7011 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 26769
/proc/meminfo: memFree=1526248/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=24480 CPUtime=9.32
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 5861 0 0 0 928 4 0 0 25 0 1 0 25135543 25067520 5847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26769/statm: 6120 5847 76 150 0 5967 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 46704

[startup+25.5015 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 26769
/proc/meminfo: memFree=1522408/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=28452 CPUtime=22
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 6824 0 0 0 2195 5 0 0 25 0 1 0 25135543 29134848 6810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26769/statm: 7113 6810 76 150 0 6960 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 50676

[startup+51.1014 s]
/proc/loadavg: 2.07 2.03 2.01 3/84 26769
/proc/meminfo: memFree=1517736/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=33360 CPUtime=47.36
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 8048 0 0 0 4730 6 0 0 25 0 1 0 25135543 34160640 8034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26769/statm: 8340 8034 76 150 0 8187 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 55584

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 26845
/proc/meminfo: memFree=1506464/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=39748 CPUtime=98.39
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 9580 0 0 0 9830 9 0 0 25 0 1 0 25135543 40701952 9566 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 9937 9566 76 150 0 9784 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 61972

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 26845
/proc/meminfo: memFree=1502240/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=43904 CPUtime=158.36
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 10631 0 0 0 15826 10 0 0 25 0 1 0 25135543 44957696 10617 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 10976 10617 76 150 0 10823 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 66128

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26845
/proc/meminfo: memFree=1498528/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=47388 CPUtime=218.33
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 11543 0 0 0 21822 11 0 0 25 0 1 0 25135543 48525312 11529 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 11847 11529 76 150 0 11694 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 69612


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

/proc/meminfo: memFree=1449376/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1297.84
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23675 0 0 0 129758 26 0 0 25 0 1 0 25135543 100372480 23661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23661 76 150 0 24352 0
Current children cumulated CPU time (s) 1301
Current children cumulated vsize (KiB) 120244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1449184/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1357.8
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23684 0 0 0 135754 26 0 0 25 0 1 0 25135543 100372480 23670 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23670 76 150 0 24352 0
Current children cumulated CPU time (s) 1360.96
Current children cumulated vsize (KiB) 120244

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1449248/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1417.78
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23706 0 0 0 141752 26 0 0 25 0 1 0 25135543 100372480 23692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23692 76 150 0 24352 0
Current children cumulated CPU time (s) 1420.94
Current children cumulated vsize (KiB) 120244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1449248/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1477.75
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23710 0 0 0 147749 26 0 0 25 0 1 0 25135543 100372480 23696 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23696 76 150 0 24352 0
Current children cumulated CPU time (s) 1480.91
Current children cumulated vsize (KiB) 120244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1449184/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1537.72
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23711 0 0 0 153746 26 0 0 25 0 1 0 25135543 100372480 23697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23697 76 150 0 24352 0
Current children cumulated CPU time (s) 1540.88
Current children cumulated vsize (KiB) 120244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1449184/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1597.69
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23714 0 0 0 159743 26 0 0 25 0 1 0 25135543 100372480 23700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23700 76 150 0 24352 0
Current children cumulated CPU time (s) 1600.85
Current children cumulated vsize (KiB) 120244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1449120/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1657.67
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23717 0 0 0 165740 27 0 0 25 0 1 0 25135543 100372480 23703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23703 76 150 0 24352 0
Current children cumulated CPU time (s) 1660.83
Current children cumulated vsize (KiB) 120244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26853
/proc/meminfo: memFree=1449056/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1717.64
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23717 0 0 0 171737 27 0 0 25 0 1 0 25135543 100372480 23703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23703 76 150 0 24352 0
Current children cumulated CPU time (s) 1720.8
Current children cumulated vsize (KiB) 120244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1448928/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1777.61
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23718 0 0 0 177734 27 0 0 25 0 1 0 25135543 100372480 23704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23704 76 150 0 24352 0
Current children cumulated CPU time (s) 1780.77
Current children cumulated vsize (KiB) 120244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26853
/proc/meminfo: memFree=1448992/2055920 swapFree=4192812/4192956
[pid=26745] ppid=26743 vsize=16868 CPUtime=3.16
/proc/26745/stat : 26745 (sugar) S 26743 26745 25777 0 -1 4194304 1376 18657 0 2 6 1 291 18 16 0 1 0 25135215 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26745/statm: 4217 1113 409 3 0 796 0
[pid=26768] ppid=26745 vsize=5356 CPUtime=0
/proc/26768/stat : 26768 (sh) S 26745 26745 25777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25135543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26768/statm: 1339 232 193 169 0 50 0
[pid=26769] ppid=26768 vsize=98020 CPUtime=1796.91
/proc/26769/stat : 26769 (minisat) R 26768 26745 25777 0 -1 4194304 23718 0 0 0 179664 27 0 0 25 0 1 0 25135543 100372480 23704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26769/statm: 24505 23704 76 150 0 24352 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 120244

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 26745 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=974547
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 3.18551
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.63
CPU time (s): 1800.07
CPU user time (s): 1799.61
CPU system time (s): 0.46
CPU usage (%): 99.9135
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.97455
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20416
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= 3190
involuntary context switches= 3087

runsolver used 2.03769 second user time and 6.16606 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 08:38:41
IDJOB=2084975
IDBENCH=58257
IDSOLVER=739
FILE ID=node59/2084975-1247380721
PBS_JOBID= 9507181
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 9fd5dc5134c8b962932ab2640e6eee46
RANDOM SEED=1281159139

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1559976 kB
Buffers:         77200 kB
Cached:         290068 kB
SwapCached:          0 kB
Active:         219580 kB
Inactive:       195608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          68388 kB
Slab:            65768 kB
Committed_AS:   247196 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node59 at 2009-07-12 09:08:45