Trace number 2086867

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.09 1809.53

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-15.xml
MD5SUM4d1aaa592db27ccaece4a9a11c6999b4
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 benchmark32.1991
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1815
Maximum constraint arity2
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1815
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.06	c 0	BEGIN Sun Jul 12 09:42:23 2009
0.00/0.06	c 0	PID 26788
0.00/0.07	c 0	HOST node76.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2086867-1247384543.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-2086867-1247384543.xml' 'HOME/temp.csp'
0.06/0.48	c 0	1 domains, 60 variables, 2 predicates, 0 relations, 1815 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.47/0.56	c 1	Parsing HOME/temp.csp
0.47/0.68	c 1	parsed 1878 expressions
0.47/0.69	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.69	c 1	Converting to clausal form CSP
0.47/0.76	c 1	converted 188 (10%) expressions
0.47/0.86	c 1	converted 376 (20%) expressions
0.47/0.89	c 1	converted 564 (30%) expressions
0.47/0.90	c 1	converted 752 (40%) expressions
0.47/0.92	c 1	converted 939 (50%) expressions
0.47/0.93	c 1	converted 1127 (60%) expressions
0.47/0.94	c 1	converted 1315 (70%) expressions
0.47/0.94	c 1	converted 1503 (80%) expressions
0.47/0.95	c 1	converted 1691 (90%) expressions
0.47/0.96	c 1	converted 1878 (100%) expressions
0.47/0.96	c 1	CSP : 60 integers, 0 booleans, 1860 clauses, largest domain size 58
0.47/0.96	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.96	c 1	Propagation in CSP
0.47/0.98	c 1	405 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.47/0.98	c 1	CSP : 60 integers, 0 booleans, 1860 clauses, largest domain size 54
0.47/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.96/1.02	c 1	CSP : 60 integers, 3540 booleans, 5400 clauses, largest domain size 54
0.96/1.02	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.96/1.07	c 1	6 (10%) CSP integer variables are encoded (267 clauses, 2789 bytes)
0.96/1.07	c 1	12 (20%) CSP integer variables are encoded (426 clauses, 4538 bytes)
0.96/1.07	c 1	18 (30%) CSP integer variables are encoded (612 clauses, 6584 bytes)
0.96/1.07	c 1	24 (40%) CSP integer variables are encoded (825 clauses, 8927 bytes)
0.96/1.07	c 1	30 (50%) CSP integer variables are encoded (930 clauses, 10082 bytes)
0.96/1.07	c 1	36 (60%) CSP integer variables are encoded (1197 clauses, 13476 bytes)
0.96/1.07	c 1	42 (70%) CSP integer variables are encoded (1356 clauses, 15543 bytes)
0.96/1.08	c 1	48 (80%) CSP integer variables are encoded (1542 clauses, 17961 bytes)
0.96/1.08	c 1	54 (90%) CSP integer variables are encoded (1755 clauses, 20730 bytes)
0.96/1.08	c 1	60 (100%) CSP integer variables are encoded (1860 clauses, 22095 bytes)
1.06/1.12	c 1	540 (10%) CSP clauses are encoded (12837 clauses, 201414 bytes)
1.06/1.15	c 1	1080 (20%) CSP clauses are encoded (21641 clauses, 349825 bytes)
1.06/1.17	c 1	1620 (30%) CSP clauses are encoded (27426 clauses, 446829 bytes)
1.06/1.18	c 1	2160 (40%) CSP clauses are encoded (30262 clauses, 492345 bytes)
1.17/1.20	c 1	2700 (50%) CSP clauses are encoded (37710 clauses, 618837 bytes)
1.17/1.22	c 1	3240 (60%) CSP clauses are encoded (46879 clauses, 776951 bytes)
1.17/1.23	c 1	3780 (70%) CSP clauses are encoded (52914 clauses, 880027 bytes)
1.17/1.25	c 1	4320 (80%) CSP clauses are encoded (60026 clauses, 1006740 bytes)
1.17/1.26	c 1	4860 (90%) CSP clauses are encoded (68778 clauses, 1166923 bytes)
1.17/1.28	c 1	5400 (100%) CSP clauses are encoded (76061 clauses, 1300459 bytes)
1.17/1.28	c 1	5400 CSP clauses encoded
1.17/1.28	c 1	Writing map file : HOME/temp.map
1.17/1.28	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.17/1.28	c 1	SAT : 5460 SAT variables, 76061 SAT clauses, 1300459 bytes
1.17/1.28	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.32	c 1	SOLVING HOME/temp.cnf
1.24/1.32	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.24/1.33	c 1	This is MiniSat 2.0 beta
1.24/1.33	c 1	WARNING: for repeatability, setting FPU to use double precision
1.24/1.33	c 1	============================[ Problem Statistics ]=============================
1.24/1.33	c 1	|                                                                             |
1.24/1.33	c 1	|  Number of variables:  5460                                                 |
1.24/1.33	c 1	|  Number of clauses:    76061                                                |
1.24/1.37	c 1	|  Parsing time:         0.04         s                                       |
1.24/1.37	c 1	============================[ Search Statistics ]==============================
1.24/1.37	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.37	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.37	c 1	===============================================================================
1.24/1.37	c 1	|         0 |    5038    75639   217258 |    25213        0    nan |  0.000 % |
1.26/1.44	c 1	|       100 |    5038    75639   217258 |    27734      100     10 |  7.729 % |
1.26/1.56	c 2	|       250 |    5038    75639   217258 |    30507      250     10 |  7.729 % |
1.26/1.72	c 2	|       475 |    5038    75639   217258 |    33558      475     10 |  7.729 % |
1.26/1.96	c 2	|       813 |    5038    75639   217258 |    36914      813     10 |  7.730 % |
2.22/2.33	c 2	|      1320 |    5038    75639   217258 |    40605     1320     10 |  7.730 % |
2.82/2.94	c 3	|      2079 |    5038    75639   217258 |    44666     2079     10 |  7.730 % |
3.62/3.78	c 4	|      3218 |    5038    75639   217258 |    49133     3218     11 |  7.730 % |
5.22/5.36	c 5	|      4927 |    5038    75639   217258 |    54046     4927     11 |  7.730 % |
6.62/6.77	c 7	|      7489 |    5038    75639   217258 |    59450     7489     12 |  7.730 % |
10.01/10.18	c 10	|     11333 |    5038    75639   217258 |    65396    11333     12 |  7.729 % |
15.82/15.90	c 16	|     17099 |    5036    75590   217114 |    71935    17098     12 |  7.766 % |
24.51/24.68	c 25	|     25749 |    5036    75590   217114 |    79129    25748     12 |  7.767 % |
39.20/39.39	c 39	|     38724 |    5036    75590   217114 |    87042    38723     13 |  7.767 % |
66.08/66.21	c 66	|     58185 |    5036    75590   217114 |    95746    58184     13 |  7.766 % |
112.46/112.66	c 113	|     87377 |    5036    75590   217114 |   105320    87376     13 |  7.767 % |
177.24/177.49	c 177	|    131166 |    5024    75348   216426 |   115853    10918     12 |  7.985 % |
264.30/264.53	c 265	|    196850 |    5014    75193   215976 |   127438    76595     14 |  8.170 % |
434.59/435.18	c 435	|    295377 |    5000    74983   215387 |   140182   118190     15 |  8.425 % |
709.48/711.73	c 712	|    443167 |    4998    74937   215252 |   154200   141259     16 |  8.462 % |
1078.82/1082.99	c 1083	|    664850 |    4972    74537   214110 |   169620    70034     16 |  8.938 % |
1761.23/1770.55	c 1771	|    997375 |    4926    73690   211691 |   186582   138831     17 |  9.781 % |
1800.04/1809.51	sh: line 1: 26812 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1809.51	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1809.51	c 1809	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.04/1809.52	c ERROR INTERRUPTED
1800.04/1809.52	s UNKNOWN
1800.04/1809.52	c 1810	CPU 1800.07 (0.06 0.01 1799.8 0.2)
1800.04/1809.52	c 1810	END Sun Jul 12 10:12:33 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-2086867-1247384543/watcher-2086867-1247384543 -o /tmp/evaluation-result-2086867-1247384543/solver-2086867-1247384543 -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-2086867-1247384543.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.27 2.10 2.06 4/82 26788
/proc/meminfo: memFree=1883008/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=12272 CPUtime=0
/proc/26788/stat : 26788 (sugar) R 26786 26788 25753 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 25519634 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/26788/statm: 3068 364 274 3 0 168 0

[startup+0.087926 s]
/proc/loadavg: 2.27 2.10 2.06 4/82 26788
/proc/meminfo: memFree=1883008/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=0.06
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25519634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102923 s]
/proc/loadavg: 2.27 2.10 2.06 4/82 26788
/proc/meminfo: memFree=1883008/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=0.06
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25519634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301961 s]
/proc/loadavg: 2.27 2.10 2.06 4/82 26788
/proc/meminfo: memFree=1883008/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=0.06
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25519634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702032 s]
/proc/loadavg: 2.27 2.10 2.06 4/82 26788
/proc/meminfo: memFree=1883008/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=0.47
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1309 5089 0 1 5 1 38 3 16 0 1 0 25519634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50119 s]
/proc/loadavg: 2.27 2.10 2.06 3/93 26810
/proc/meminfo: memFree=1867368/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 15 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 16868

[startup+3.10149 s]
/proc/loadavg: 2.27 2.10 2.06 3/85 26812
/proc/meminfo: memFree=1873448/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 15 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=5704 CPUtime=1.76
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 1302 0 0 0 176 0 0 0 25 0 1 0 25519767 5840896 1288 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 1426 1288 75 150 0 1273 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 27928

[startup+6.30211 s]
/proc/loadavg: 2.25 2.10 2.06 3/85 26812
/proc/meminfo: memFree=1873000/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=5972 CPUtime=4.96
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 1395 0 0 0 496 0 0 0 25 0 1 0 25519767 6115328 1381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 1493 1381 75 150 0 1340 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 28196

[startup+12.7013 s]
/proc/loadavg: 2.23 2.10 2.06 3/85 26812
/proc/meminfo: memFree=1872304/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=6660 CPUtime=11.35
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 1545 0 0 0 1135 0 0 0 25 0 1 0 25519767 6819840 1531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 1665 1531 75 150 0 1512 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 28884

[startup+25.5018 s]
/proc/loadavg: 2.25 2.11 2.06 3/85 26812
/proc/meminfo: memFree=1871344/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=7684 CPUtime=24.15
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 1803 0 0 0 2414 1 0 0 25 0 1 0 25519767 7868416 1789 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 1921 1789 75 150 0 1768 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 29908

[startup+51.1027 s]
/proc/loadavg: 2.17 2.10 2.06 3/85 26812
/proc/meminfo: memFree=1869552/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=9524 CPUtime=49.73
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 2252 0 0 0 4972 1 0 0 25 0 1 0 25519767 9752576 2238 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 2381 2238 75 150 0 2228 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 31748

[startup+102.307 s]
/proc/loadavg: 2.06 2.08 2.05 3/85 26812
/proc/meminfo: memFree=1866544/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=12436 CPUtime=100.92
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 2981 0 0 0 10090 2 0 0 25 0 1 0 25519767 12734464 2967 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 3109 2967 75 150 0 2956 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 34660

[startup+162.301 s]
/proc/loadavg: 2.02 2.07 2.05 3/85 26812
/proc/meminfo: memFree=1864048/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=14880 CPUtime=160.88
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 3570 0 0 0 16085 3 0 0 25 0 1 0 25519767 15237120 3556 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 3720 3556 75 150 0 3567 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 37104

[startup+222.302 s]
/proc/loadavg: 2.01 2.05 2.04 3/85 26812
/proc/meminfo: memFree=1863984/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=14880 CPUtime=220.85
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 3587 0 0 0 22082 3 0 0 25 0 1 0 25519767 15237120 3573 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 3720 3573 75 150 0 3567 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 37104

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.04 3/85 26812
/proc/meminfo: memFree=1863920/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=15020 CPUtime=280.83
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 3594 0 0 0 28080 3 0 0 25 0 1 0 25519767 15380480 3580 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 3755 3580 75 150 0 3602 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 37244

[startup+342.302 s]

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

[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=24844 CPUtime=1295.85
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6024 0 0 0 129576 9 0 0 25 0 1 0 25519767 25440256 6010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 6211 6010 75 150 0 6058 0
Current children cumulated CPU time (s) 1297.11
Current children cumulated vsize (KiB) 47068

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26863
/proc/meminfo: memFree=1674280/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25144 CPUtime=1355.55
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6073 0 0 0 135546 9 0 0 25 0 1 0 25519767 25747456 6059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 6286 6059 75 150 0 6133 0
Current children cumulated CPU time (s) 1356.81
Current children cumulated vsize (KiB) 47368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26863
/proc/meminfo: memFree=1674032/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25320 CPUtime=1415.25
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6118 0 0 0 141516 9 0 0 25 0 1 0 25519767 25927680 6104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 6330 6104 75 150 0 6177 0
Current children cumulated CPU time (s) 1416.51
Current children cumulated vsize (KiB) 47544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 26867
/proc/meminfo: memFree=1733392/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25744 CPUtime=1474.96
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6223 0 0 0 147487 9 0 0 25 0 1 0 25519767 26361856 6209 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 6436 6209 75 150 0 6283 0
Current children cumulated CPU time (s) 1476.22
Current children cumulated vsize (KiB) 47968

[startup+1542.3 s]
/proc/loadavg: 2.27 2.07 2.02 5/87 26902
/proc/meminfo: memFree=1445664/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25744 CPUtime=1533.99
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6223 0 0 0 153390 9 0 0 25 0 1 0 25519767 26361856 6209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26812/statm: 6436 6209 75 150 0 6283 0
Current children cumulated CPU time (s) 1535.25
Current children cumulated vsize (KiB) 47968

[startup+1602.3 s]
/proc/loadavg: 2.29 2.13 2.04 3/87 26902
/proc/meminfo: memFree=1145632/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25744 CPUtime=1593.08
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6223 0 0 0 159299 9 0 0 25 0 1 0 25519767 26361856 6209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 6436 6209 75 150 0 6283 0
Current children cumulated CPU time (s) 1594.34
Current children cumulated vsize (KiB) 47968

[startup+1662.3 s]
/proc/loadavg: 2.20 2.13 2.05 3/87 26902
/proc/meminfo: memFree=1145504/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25744 CPUtime=1652.51
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6223 0 0 0 165241 10 0 0 25 0 1 0 25519767 26361856 6209 996147200 134512640 135127466 4294956256 18446744073709551615 134528650 0 0 4096 3 0 0 0 17 0 0 0
/proc/26812/statm: 6436 6209 75 150 0 6283 0
Current children cumulated CPU time (s) 1653.77
Current children cumulated vsize (KiB) 47968

[startup+1722.3 s]
/proc/loadavg: 2.16 2.14 2.05 3/84 26938
/proc/meminfo: memFree=1774064/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25744 CPUtime=1712.01
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6230 0 0 0 171191 10 0 0 25 0 1 0 25519767 26361856 6216 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26812/statm: 6436 6216 75 150 0 6283 0
Current children cumulated CPU time (s) 1713.27
Current children cumulated vsize (KiB) 47968

[startup+1782.3 s]
/proc/loadavg: 2.06 2.11 2.05 3/84 26938
/proc/meminfo: memFree=1771376/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25884 CPUtime=1771.71
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6250 0 0 0 177161 10 0 0 25 0 1 0 25519767 26505216 6236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26812/statm: 6471 6236 75 150 0 6318 0
Current children cumulated CPU time (s) 1772.97
Current children cumulated vsize (KiB) 48108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.03 2.10 2.04 3/84 26938
/proc/meminfo: memFree=1771376/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25884 CPUtime=1798.78
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6250 0 0 0 179868 10 0 0 25 0 1 0 25519767 26505216 6236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26812/statm: 6471 6236 75 150 0 6318 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 48108

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

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

[startup+1809.51 s]
/proc/loadavg: 2.03 2.10 2.04 3/84 26938
/proc/meminfo: memFree=1771376/2055920 swapFree=4192812/4192956
[pid=26788] ppid=26786 vsize=16868 CPUtime=1.26
/proc/26788/stat : 26788 (sugar) S 26786 26788 25753 0 -1 4194304 1376 12158 0 2 6 1 111 8 16 0 1 0 25519634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26788/statm: 4217 1113 409 3 0 796 0
[pid=26811] ppid=26788 vsize=5356 CPUtime=0
/proc/26811/stat : 26811 (sh) S 26788 26788 25753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25519767 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26811/statm: 1339 232 193 169 0 50 0
[pid=26812] ppid=26811 vsize=25884 CPUtime=1798.78
/proc/26812/stat : 26812 (minisat) R 26811 26788 25753 0 -1 4194304 6250 0 0 0 179868 10 0 0 25 0 1 0 25519767 26505216 6236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26812/statm: 6471 6236 75 150 0 6318 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 48108

Child status: 0
Real time (s): 1809.53
CPU time (s): 1800.09
CPU user time (s): 1799.87
CPU system time (s): 0.222966
CPU usage (%): 99.4784
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20532
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= 2020
involuntary context switches= 28011

runsolver used 2.09668 second user time and 5.65314 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 09:42:23
IDJOB=2086867
IDBENCH=58652
IDSOLVER=739
FILE ID=node76/2086867-1247384543
PBS_JOBID= 9507208
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-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-2086867-1247384543/watcher-2086867-1247384543 -o /tmp/evaluation-result-2086867-1247384543/solver-2086867-1247384543 -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-2086867-1247384543.xml

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

MD5SUM BENCH= 4d1aaa592db27ccaece4a9a11c6999b4
RANDOM SEED=1862326348

node76.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.277
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.277
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:       1883424 kB
Buffers:         13504 kB
Cached:          69660 kB
SwapCached:          0 kB
Active:          91568 kB
Inactive:        27336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          56136 kB
Slab:            38700 kB
Committed_AS:   220640 kB
PageTables:       1936 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= 66424 MiB
End job on node76 at 2009-07-12 10:12:35