Trace number 2084986

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 1815.72

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-15.xml
MD5SUM36f7bb4525a596900e07fbeb72405348
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.292955
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size15
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.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 08:39:00 2009
0.05/0.08	c 0	PID 26673
0.05/0.09	c 0	HOST node38.alineos.net
0.05/0.09	c 0	CONVERTING HOME/instance-2084986-1247380739.xml TO HOME/temp.csp
0.05/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084986-1247380739.xml' 'HOME/temp.csp'
0.06/0.87	c 0	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.06/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.88	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.85/0.97	c 1	Parsing HOME/temp.csp
1.04/1.12	c 1	parsed 8712 expressions
1.04/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.13	c 1	Converting to clausal form CSP
1.23/1.35	c 1	converted 872 (10%) expressions
1.34/1.41	c 1	converted 1743 (20%) expressions
1.34/1.44	c 1	converted 2614 (30%) expressions
1.43/1.52	c 1	converted 3485 (40%) expressions
1.43/1.55	c 1	converted 4356 (50%) expressions
1.43/1.58	c 1	converted 5228 (60%) expressions
1.53/1.61	c 1	converted 6099 (70%) expressions
1.53/1.64	c 1	converted 6970 (80%) expressions
1.63/1.72	c 1	converted 7841 (90%) expressions
1.63/1.75	c 1	converted 8712 (100%) expressions
1.63/1.75	c 1	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 15
1.63/1.75	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.75	c 1	Propagation in CSP
1.73/1.80	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.80	c 1	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 15
1.73/1.80	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.81	c 1	Simplifing CSP by introducing new Boolean variables
1.83/1.98	c 2	CSP : 450 integers, 16520 booleans, 24780 clauses, largest domain size 15
1.83/1.98	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.94/2.08	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.11	c 2	45 (10%) CSP integer variables are encoded (585 clauses, 6299 bytes)
2.03/2.12	c 2	90 (20%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
2.03/2.12	c 2	135 (30%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
2.03/2.12	c 2	180 (40%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
2.03/2.12	c 2	225 (50%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
2.03/2.12	c 2	270 (60%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
2.03/2.12	c 2	315 (70%) CSP integer variables are encoded (4095 clauses, 51244 bytes)
2.03/2.13	c 2	360 (80%) CSP integer variables are encoded (4680 clauses, 58849 bytes)
2.03/2.13	c 2	405 (90%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
2.03/2.13	c 2	450 (100%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
2.12/2.25	c 2	2478 (10%) CSP clauses are encoded (31456 clauses, 504623 bytes)
2.22/2.30	c 2	4956 (20%) CSP clauses are encoded (57062 clauses, 942571 bytes)
2.22/2.36	c 2	7434 (30%) CSP clauses are encoded (82668 clauses, 1411797 bytes)
2.31/2.42	c 2	9912 (40%) CSP clauses are encoded (108274 clauses, 1900789 bytes)
2.31/2.48	c 2	12390 (50%) CSP clauses are encoded (133880 clauses, 2389781 bytes)
2.42/2.54	c 2	14868 (60%) CSP clauses are encoded (159486 clauses, 2878773 bytes)
2.52/2.60	c 2	17346 (70%) CSP clauses are encoded (185092 clauses, 3367765 bytes)
2.52/2.66	c 2	19824 (80%) CSP clauses are encoded (210698 clauses, 3856757 bytes)
2.61/2.72	c 2	22302 (90%) CSP clauses are encoded (236304 clauses, 4345749 bytes)
2.61/2.78	c 2	24780 (100%) CSP clauses are encoded (261910 clauses, 4834741 bytes)
2.61/2.78	c 2	24780 CSP clauses encoded
2.61/2.78	c 2	Writing map file : HOME/temp.map
2.61/2.79	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.61/2.79	c 2	SAT : 22820 SAT variables, 261910 SAT clauses, 4834741 bytes
2.61/2.79	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.71/2.82	c 2	SOLVING HOME/temp.cnf
2.71/2.82	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.71/2.82	c 2	This is MiniSat 2.0 beta
2.71/2.82	c 2	WARNING: for repeatability, setting FPU to use double precision
2.71/2.82	c 2	============================[ Problem Statistics ]=============================
2.71/2.82	c 2	|                                                                             |
2.71/2.83	c 2	|  Number of variables:  22820                                                |
2.71/2.83	c 2	|  Number of clauses:    261910                                               |
2.72/2.98	c 3	|  Parsing time:         0.13         s                                       |
2.72/2.98	c 3	============================[ Search Statistics ]==============================
2.72/2.98	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.72/2.98	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.72/2.98	c 3	===============================================================================
2.72/2.98	c 3	|         0 |   22820   261910   738580 |    87303        0    nan |  0.000 % |
2.72/3.03	c 3	|       103 |   22820   261910   738580 |    96033      103     21 |  0.000 % |
2.72/3.05	c 3	|       255 |   22820   261910   738580 |   105637      255     13 |  0.000 % |
2.72/3.06	c 3	|       481 |   22820   261910   738580 |   116200      481     11 |  0.000 % |
2.72/3.10	c 3	|       818 |   22820   261910   738580 |   127820      818     11 |  0.000 % |
2.72/3.12	c 3	|      1324 |   22820   261910   738580 |   140602     1324     10 |  0.000 % |
2.72/3.16	c 3	|      2084 |   22820   261910   738580 |   154663     2084      9 |  0.000 % |
3.09/3.23	c 3	|      3224 |   22820   261910   738580 |   170129     3224      9 |  0.000 % |
3.18/3.32	c 3	|      4935 |   22820   261910   738580 |   187142     4935      9 |  0.000 % |
3.37/3.52	c 3	|      7497 |   22820   261910   738580 |   205856     7497     10 |  0.000 % |
3.57/3.74	c 3	|     11343 |   22820   261910   738580 |   226442    11343     10 |  0.000 % |
4.07/4.22	c 4	|     17109 |   22820   261910   738580 |   249086    17109     10 |  0.000 % |
4.85/5.04	c 5	|     25758 |   22820   261910   738580 |   273995    25758     11 |  0.000 % |
6.94/7.15	c 7	|     38732 |   22820   261910   738580 |   301394    38732     11 |  0.000 % |
13.58/13.87	c 13	|     58193 |   22820   261910   738580 |   331534    58193     12 |  0.000 % |
21.50/21.83	c 21	|     87385 |   22820   261910   738580 |   364687    87385     12 |  0.000 % |
49.43/50.09	c 50	|    131174 |   22820   261910   738580 |   401156   131174     13 |  0.000 % |
120.76/122.06	c 122	|    196858 |   22820   261910   738580 |   441272   196858     13 |  0.000 % |
286.78/289.63	c 289	|    295384 |   22820   261910   738580 |   485399   295384     13 |  0.000 % |
614.09/620.00	c 620	|    443176 |   22820   261910   738580 |   533939   443176     14 |  0.000 % |
1006.17/1015.85	c 1015	|    664859 |   22820   261910   738580 |   587333   150146     14 |  0.000 % |
1705.44/1721.13	c 1721	|    997384 |   22820   261910   738580 |   646066   482671     14 |  0.000 % |
1800.02/1815.71	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1815.71	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1815.71	c ERROR INTERRUPTED
1800.02/1815.71	s UNKNOWN
1800.02/1815.72	c 1815	CPU 2.73 (0.05 0.02 2.48 0.18)
1800.02/1815.72	c 1815	END Sun Jul 12 09:09:15 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-2084986-1247380739/watcher-2084986-1247380739 -o /tmp/evaluation-result-2084986-1247380739/solver-2084986-1247380739 -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-2084986-1247380739.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26673
/proc/meminfo: memFree=1661208/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=12000 CPUtime=0
/proc/26673/stat : 26673 (sugar) R 26671 26673 26310 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 25138031 12288000 157 996147200 4194304 4206940 548682068608 18446744073709551615 266890312672 0 0 4224 0 0 0 0 17 1 0 0
/proc/26673/statm: 3000 157 119 3 0 100 0

[startup+0.0738251 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26673
/proc/meminfo: memFree=1661208/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16212 CPUtime=0.05
/proc/26673/stat : 26673 (sugar) R 26671 26673 26310 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 25138031 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 0 4224 0 0 0 0 17 1 0 0
/proc/26673/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

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

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

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

[startup+1.50297 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26695
/proc/meminfo: memFree=1653056/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=0.85
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1309 8621 0 1 5 2 73 5 16 0 1 0 25138031 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1111 409 3 0 796 0
[pid=26686] ppid=26673 vsize=5356 CPUtime=0
/proc/26686/stat : 26686 (sh) S 26673 26673 26310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25138119 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26686/statm: 1339 233 193 169 0 50 0
[pid=26687] ppid=26686 vsize=868560 CPUtime=0.58
/proc/26687/stat : 26687 (java) S 26686 26673 26310 0 -1 0 7151 0 1 0 54 4 0 0 18 0 9 0 25138120 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26687/statm: 217140 6388 2566 9 0 211645 0
[pid=26687/tid=26688] ppid=26686 vsize=868560 CPUtime=0.32
/proc/26687/task/26688/stat : 26688 (java) R 26686 26673 26310 0 -1 64 2664 0 1 0 30 2 0 0 18 0 9 0 25138121 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4126095954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26689] ppid=26686 vsize=868560 CPUtime=0.07
/proc/26687/task/26689/stat : 26689 (java) S 26686 26673 26310 0 -1 64 2322 0 0 0 7 0 0 0 16 0 9 0 25138122 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26690] ppid=26686 vsize=868560 CPUtime=0
/proc/26687/task/26690/stat : 26690 (java) S 26686 26673 26310 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25138122 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26691] ppid=26686 vsize=868560 CPUtime=0
/proc/26687/task/26691/stat : 26691 (java) S 26686 26673 26310 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25138122 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26692] ppid=26686 vsize=868560 CPUtime=0
/proc/26687/task/26692/stat : 26692 (java) S 26686 26673 26310 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25138124 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26693] ppid=26686 vsize=868560 CPUtime=0.15
/proc/26687/task/26693/stat : 26693 (java) S 26686 26673 26310 0 -1 64 1467 0 0 0 15 0 0 0 16 0 9 0 25138124 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26694] ppid=26686 vsize=868560 CPUtime=0
/proc/26687/task/26694/stat : 26694 (java) S 26686 26673 26310 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25138124 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26687/tid=26695] ppid=26686 vsize=868560 CPUtime=0
/proc/26687/task/26695/stat : 26695 (java) S 26686 26673 26310 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25138124 889405440 6388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890784

[startup+3.10115 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26695
/proc/meminfo: memFree=1632384/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 15 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 16868

[startup+6.30252 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1636288/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 15 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=17208 CPUtime=3.43
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 4111 0 0 0 340 3 0 0 25 0 1 0 25138313 17620992 4097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 4302 4097 76 150 0 4149 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 39432

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1633344/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=19148 CPUtime=9.77
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 4582 0 0 0 973 4 0 0 25 0 1 0 25138313 19607552 4568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 4787 4568 76 150 0 4634 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 41372

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1628928/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=22700 CPUtime=22.44
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 5440 0 0 0 2239 5 0 0 25 0 1 0 25138313 23244800 5426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 5675 5426 76 150 0 5522 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 44924

[startup+51.1015 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 26697
/proc/meminfo: memFree=1623616/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=26224 CPUtime=47.8
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 6325 0 0 0 4773 7 0 0 25 0 1 0 25138313 26853376 6311 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 6556 6311 76 150 0 6403 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 48448

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 2.00 3/77 26697
/proc/meminfo: memFree=1615680/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=31112 CPUtime=98.53
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 7522 0 0 0 9845 8 0 0 25 0 1 0 25138313 31858688 7508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 7778 7508 76 150 0 7625 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 53336

[startup+162.302 s]
/proc/loadavg: 2.09 2.04 2.00 3/77 26697
/proc/meminfo: memFree=1607552/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=35448 CPUtime=157.96
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 8501 0 0 0 15787 9 0 0 25 0 1 0 25138313 36298752 8487 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 8862 8487 76 150 0 8709 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 57672

[startup+222.302 s]
/proc/loadavg: 2.09 2.04 2.00 3/77 26697
/proc/meminfo: memFree=1600576/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=38644 CPUtime=217.39
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 9325 0 0 0 21730 9 0 0 25 0 1 0 25138313 39571456 9311 996147200 134512640 135127466 4294956256 18446744073709551615 134522643 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 9661 9311 76 150 0 9508 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 60868


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

/proc/meminfo: memFree=1535032/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=65252 CPUtime=1346.69
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 15687 0 0 0 134652 17 0 0 25 0 1 0 25138313 66818048 15673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 16313 15673 76 150 0 16160 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 87476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.03 3/77 26705
/proc/meminfo: memFree=1533304/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=66152 CPUtime=1406.13
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 15857 0 0 0 140596 17 0 0 25 0 1 0 25138313 67739648 15843 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 16538 15843 76 150 0 16385 0
Current children cumulated CPU time (s) 1408.85
Current children cumulated vsize (KiB) 88376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.02 4/77 26705
/proc/meminfo: memFree=1531768/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=66396 CPUtime=1465.57
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 15922 0 0 0 146539 18 0 0 25 0 1 0 25138313 67989504 15908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 16599 15908 76 150 0 16446 0
Current children cumulated CPU time (s) 1468.29
Current children cumulated vsize (KiB) 88620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/77 26705
/proc/meminfo: memFree=1530360/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=66888 CPUtime=1525
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16034 0 0 0 152482 18 0 0 25 0 1 0 25138313 68493312 16020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 16722 16020 76 150 0 16569 0
Current children cumulated CPU time (s) 1527.72
Current children cumulated vsize (KiB) 89112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/77 26705
/proc/meminfo: memFree=1528888/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=67292 CPUtime=1584.44
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16142 0 0 0 158426 18 0 0 25 0 1 0 25138313 68907008 16128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26697/statm: 16823 16128 76 150 0 16670 0
Current children cumulated CPU time (s) 1587.16
Current children cumulated vsize (KiB) 89516

[startup+1662.3 s]
/proc/loadavg: 1.85 1.98 1.99 3/72 26760
/proc/meminfo: memFree=1636192/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=67492 CPUtime=1643.96
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16178 0 0 0 164376 20 0 0 25 0 1 0 25138313 69111808 16164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26697/statm: 16873 16164 76 150 0 16720 0
Current children cumulated CPU time (s) 1646.68
Current children cumulated vsize (KiB) 89716

[startup+1722.3 s]
/proc/loadavg: 2.37 2.10 2.03 3/84 26778
/proc/meminfo: memFree=1597440/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=68364 CPUtime=1703.93
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16388 0 0 0 170372 21 0 0 25 0 1 0 25138313 70004736 16374 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/26697/statm: 17091 16374 76 150 0 16938 0
Current children cumulated CPU time (s) 1706.65
Current children cumulated vsize (KiB) 90588

[startup+1782.3 s]
/proc/loadavg: 2.28 2.12 2.04 3/84 26778
/proc/meminfo: memFree=1587904/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=68852 CPUtime=1763.91
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16476 0 0 0 176370 21 0 0 25 0 1 0 25138313 70504448 16462 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26697/statm: 17213 16462 76 150 0 17060 0
Current children cumulated CPU time (s) 1766.63
Current children cumulated vsize (KiB) 91076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 2.15 2.11 2.04 3/84 26778
/proc/meminfo: memFree=1582016/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=68852 CPUtime=1797.3
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16489 0 0 0 179709 21 0 0 25 0 1 0 25138313 70504448 16475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26697/statm: 17213 16475 76 150 0 17060 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 91076

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

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

[startup+1815.7 s]
/proc/loadavg: 2.15 2.11 2.04 3/84 26778
/proc/meminfo: memFree=1582016/2055920 swapFree=4192812/4192956
[pid=26673] ppid=26671 vsize=16868 CPUtime=2.72
/proc/26673/stat : 26673 (sugar) S 26671 26673 26310 0 -1 4194304 1376 18698 0 2 5 2 248 17 16 0 1 0 25138031 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26673/statm: 4217 1113 409 3 0 796 0
[pid=26696] ppid=26673 vsize=5356 CPUtime=0
/proc/26696/stat : 26696 (sh) S 26673 26673 26310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25138313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26696/statm: 1339 232 193 169 0 50 0
[pid=26697] ppid=26696 vsize=68852 CPUtime=1797.3
/proc/26697/stat : 26697 (minisat) R 26696 26673 26310 0 -1 4194304 16489 0 0 0 179709 21 0 0 25 0 1 0 25138313 70504448 16475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26697/statm: 17213 16475 76 150 0 17060 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 91076

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26673 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=547612
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 2.75858
# 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): 1815.72
CPU time (s): 1800.02
CPU user time (s): 1799.62
CPU system time (s): 0.4
CPU usage (%): 99.1351
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.54761
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= 20543
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= 3121
involuntary context switches= 3050

runsolver used 2.19067 second user time and 6.08308 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 08:39:00
IDJOB=2084986
IDBENCH=58263
IDSOLVER=739
FILE ID=node38/2084986-1247380739
PBS_JOBID= 9507169
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= 36f7bb4525a596900e07fbeb72405348
RANDOM SEED=1339248938

node38.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.229
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.229
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:       1661688 kB
Buffers:         52996 kB
Cached:         199692 kB
SwapCached:          0 kB
Active:         208120 kB
Inactive:       110816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          77532 kB
Slab:            60544 kB
Committed_AS:   236424 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= 66432 MiB
End job on node38 at 2009-07-12 09:09:17