Trace number 2086933

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.14 1804.92

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-16.xml
MD5SUMfd33636e90e1af45a8ce1a4c6ef68b7c
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 benchmark156.906
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints2064
Maximum constraint arity2
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2064
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:45:42 2009
0.00/0.07	c 0	PID 28658
0.06/0.07	c 0	HOST node82.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2086933-1247384741.xml TO HOME/temp.csp
0.06/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-2086933-1247384741.xml' 'HOME/temp.csp'
0.06/0.52	c 0	1 domains, 64 variables, 2 predicates, 0 relations, 2064 constraints
0.06/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.49/0.62	c 0	Parsing HOME/temp.csp
0.49/0.70	c 0	parsed 2131 expressions
0.49/0.70	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.70	c 0	Converting to clausal form CSP
0.49/0.78	c 0	converted 214 (10%) expressions
0.49/0.89	c 0	converted 427 (20%) expressions
0.49/0.91	c 0	converted 640 (30%) expressions
0.49/0.93	c 0	converted 853 (40%) expressions
0.49/0.94	c 0	converted 1066 (50%) expressions
0.49/0.95	c 0	converted 1279 (60%) expressions
0.49/0.96	c 0	converted 1492 (70%) expressions
0.49/0.97	c 0	converted 1705 (80%) expressions
0.49/0.97	c 0	converted 1918 (90%) expressions
0.49/0.98	c 0	converted 2131 (100%) expressions
0.49/0.98	c 0	CSP : 64 integers, 0 booleans, 2112 clauses, largest domain size 62
0.49/0.98	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.98	c 0	Propagation in CSP
0.93/1.01	c 1	456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.01	c 1	CSP : 64 integers, 0 booleans, 2112 clauses, largest domain size 58
0.93/1.01	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.05	c 1	CSP : 64 integers, 4032 booleans, 6144 clauses, largest domain size 58
0.93/1.05	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.10	c 1	7 (10%) CSP integer variables are encoded (329 clauses, 3471 bytes)
0.93/1.10	c 1	13 (20%) CSP integer variables are encoded (494 clauses, 5286 bytes)
0.93/1.10	c 1	20 (30%) CSP integer variables are encoded (742 clauses, 8014 bytes)
0.93/1.10	c 1	26 (40%) CSP integer variables are encoded (961 clauses, 10423 bytes)
0.93/1.10	c 1	32 (50%) CSP integer variables are encoded (1072 clauses, 11843 bytes)
0.93/1.10	c 1	39 (60%) CSP integer variables are encoded (1401 clauses, 16120 bytes)
1.02/1.10	c 1	45 (70%) CSP integer variables are encoded (1566 clauses, 18265 bytes)
1.02/1.11	c 1	52 (80%) CSP integer variables are encoded (1814 clauses, 21489 bytes)
1.02/1.11	c 1	58 (90%) CSP integer variables are encoded (2033 clauses, 24336 bytes)
1.02/1.11	c 1	64 (100%) CSP integer variables are encoded (2144 clauses, 25779 bytes)
1.02/1.16	c 1	615 (10%) CSP clauses are encoded (15729 clauses, 249517 bytes)
1.02/1.19	c 1	1229 (20%) CSP clauses are encoded (26411 clauses, 432406 bytes)
1.13/1.21	c 1	1844 (30%) CSP clauses are encoded (33654 clauses, 554467 bytes)
1.13/1.23	c 1	2458 (40%) CSP clauses are encoded (37128 clauses, 611338 bytes)
1.13/1.25	c 1	3072 (50%) CSP clauses are encoded (46204 clauses, 767146 bytes)
1.13/1.27	c 1	3687 (60%) CSP clauses are encoded (57688 clauses, 966485 bytes)
1.13/1.29	c 1	4301 (70%) CSP clauses are encoded (65144 clauses, 1098509 bytes)
1.22/1.30	c 1	4916 (80%) CSP clauses are encoded (73798 clauses, 1256812 bytes)
1.22/1.32	c 1	5530 (90%) CSP clauses are encoded (84422 clauses, 1451466 bytes)
1.22/1.34	c 1	6144 (100%) CSP clauses are encoded (93427 clauses, 1617131 bytes)
1.22/1.34	c 1	6144 CSP clauses encoded
1.22/1.34	c 1	Writing map file : HOME/temp.map
1.22/1.35	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.35	c 1	SAT : 6240 SAT variables, 93427 SAT clauses, 1617131 bytes
1.22/1.35	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.38	c 1	SOLVING HOME/temp.cnf
1.22/1.38	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.22/1.39	c 1	This is MiniSat 2.0 beta
1.22/1.39	c 1	WARNING: for repeatability, setting FPU to use double precision
1.22/1.39	c 1	============================[ Problem Statistics ]=============================
1.22/1.39	c 1	|                                                                             |
1.22/1.39	c 1	|  Number of variables:  6240                                                 |
1.22/1.39	c 1	|  Number of clauses:    93427                                                |
1.30/1.44	c 1	|  Parsing time:         0.04         s                                       |
1.30/1.44	c 1	============================[ Search Statistics ]==============================
1.30/1.44	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.44	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.44	c 1	===============================================================================
1.30/1.44	c 1	|         0 |    5774    92961   267806 |    30987        0    nan |  0.000 % |
1.30/1.55	c 1	|       101 |    5774    92961   267806 |    34085      101     11 |  7.468 % |
1.30/1.73	c 1	|       252 |    5774    92961   267806 |    37494      252     11 |  7.468 % |
1.30/1.97	c 1	|       477 |    5774    92961   267806 |    41243      477     11 |  7.469 % |
2.20/2.31	c 2	|       814 |    5774    92961   267806 |    45368      814     12 |  7.468 % |
2.60/2.80	c 2	|      1321 |    5774    92961   267806 |    49904     1321     12 |  7.468 % |
3.40/3.55	c 3	|      2081 |    5774    92961   267806 |    54895     2081     12 |  7.469 % |
4.79/4.90	c 4	|      3221 |    5774    92961   267806 |    60384     3221     12 |  7.468 % |
6.69/6.82	c 6	|      4929 |    5774    92961   267806 |    66423     4929     12 |  7.469 % |
9.69/9.82	c 9	|      7495 |    5774    92961   267806 |    73065     7495     12 |  7.469 % |
14.40/14.56	c 14	|     11339 |    5774    92961   267806 |    80372    11339     12 |  7.468 % |
22.19/22.38	c 22	|     17106 |    5774    92961   267806 |    88409    17106     12 |  7.468 % |
35.29/35.49	c 35	|     25755 |    5774    92961   267806 |    97250    25755     13 |  7.469 % |
54.17/54.38	c 54	|     38729 |    5774    92961   267806 |   106975    38729     13 |  7.468 % |
88.36/88.57	c 88	|     58190 |    5774    92961   267806 |   117673    58190     14 |  7.468 % |
145.85/146.04	c 146	|     87382 |    5770    92902   267635 |   129440    87380     14 |  7.533 % |
241.62/241.87	c 241	|    131172 |    5768    92849   267479 |   142384    15489     14 |  7.564 % |
356.88/357.11	c 357	|    196856 |    5766    92820   267395 |   156622    81172     14 |  7.597 % |
586.60/586.98	c 586	|    295382 |    5762    92756   267209 |   172285    38669     16 |  7.661 % |
934.06/934.68	c 934	|    443172 |    5760    92715   267089 |   189513    31538     14 |  7.693 % |
1385.92/1388.71	c 1388	|    664858 |    5742    92382   266136 |   208465   176518     16 |  7.981 % |
1800.09/1804.91	sh: line 1: 28682 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1804.91	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1804.91	c 1804	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.09/1804.92	c ERROR INTERRUPTED
1800.09/1804.92	s UNKNOWN
1800.09/1804.92	c 1804	CPU 1800.11 (0.05 0.02 1799.83 0.21)
1800.09/1804.92	c 1804	END Sun Jul 12 10:15:46 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-2086933-1247384741/watcher-2086933-1247384741 -o /tmp/evaluation-result-2086933-1247384741/solver-2086933-1247384741 -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-2086933-1247384741.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.13 2.03 2.01 4/73 28658
/proc/meminfo: memFree=1891584/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=11864 CPUtime=0
/proc/28658/stat : 28658 (sugar) R 28656 28658 26338 0 -1 4194304 99 0 0 0 0 0 0 0 20 0 1 0 25539119 12148736 68 996147200 4194304 4206940 548682068608 18446744073709551615 224262158425 0 0 4096 0 0 0 0 17 1 0 0
/proc/28658/statm: 2966 68 41 3 0 66 0

[startup+0.076658 s]
/proc/loadavg: 2.13 2.03 2.01 4/73 28658
/proc/meminfo: memFree=1891584/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16740 CPUtime=0.06
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 25539119 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28658/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102081 s]
/proc/loadavg: 2.13 2.03 2.01 4/73 28658
/proc/meminfo: memFree=1891584/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=0.06
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25539119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28658/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301115 s]
/proc/loadavg: 2.13 2.03 2.01 4/73 28658
/proc/meminfo: memFree=1891584/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=0.06
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25539119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28658/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701204 s]
/proc/loadavg: 2.13 2.03 2.01 4/73 28658
/proc/meminfo: memFree=1891584/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=0.49
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1309 5187 0 1 5 1 39 4 16 0 1 0 25539119 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50234 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 28680
/proc/meminfo: memFree=1875816/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 16868

[startup+3.10164 s]
/proc/loadavg: 2.12 2.03 2.01 3/76 28682
/proc/meminfo: memFree=1881000/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 15 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=6576 CPUtime=1.7
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 1493 0 0 0 170 0 0 0 25 0 1 0 25539258 6733824 1479 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 1644 1479 75 150 0 1491 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 28800

[startup+6.30224 s]
/proc/loadavg: 2.12 2.03 2.01 3/76 28682
/proc/meminfo: memFree=1880744/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=6840 CPUtime=4.89
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 1550 0 0 0 489 0 0 0 25 0 1 0 25539258 7004160 1536 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 1710 1536 75 150 0 1557 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 29064

[startup+12.7014 s]
/proc/loadavg: 2.10 2.03 2.01 3/76 28682
/proc/meminfo: memFree=1880232/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=7236 CPUtime=11.3
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 1659 0 0 0 1129 1 0 0 25 0 1 0 25539258 7409664 1645 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 1809 1645 75 150 0 1656 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 29460

[startup+25.5018 s]
/proc/loadavg: 2.08 2.03 2.01 3/76 28682
/proc/meminfo: memFree=1879400/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=8084 CPUtime=24.09
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 1849 0 0 0 2408 1 0 0 25 0 1 0 25539258 8278016 1835 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 2021 1835 75 150 0 1868 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 30308

[startup+51.1016 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 28682
/proc/meminfo: memFree=1877928/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=9568 CPUtime=49.68
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 2242 0 0 0 4967 1 0 0 25 0 1 0 25539258 9797632 2228 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 2392 2228 75 150 0 2239 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 31792

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 28682
/proc/meminfo: memFree=1875176/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=12348 CPUtime=100.87
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 2905 0 0 0 10084 3 0 0 25 0 1 0 25539258 12644352 2891 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 3087 2891 75 150 0 2934 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 34572

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 28682
/proc/meminfo: memFree=1872296/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=15336 CPUtime=160.84
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 3641 0 0 0 16080 4 0 0 25 0 1 0 25539258 15704064 3627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 3834 3627 75 150 0 3681 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 37560

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 28682
/proc/meminfo: memFree=1869672/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=17644 CPUtime=220.82
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 4247 0 0 0 22077 5 0 0 25 0 1 0 25539258 18067456 4233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 4411 4233 75 150 0 4258 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 39868

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28682
/proc/meminfo: memFree=1868904/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=18312 CPUtime=280.8
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 4414 0 0 0 28075 5 0 0 25 0 1 0 25539258 18751488 4400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 4578 4400 75 150 0 4425 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 40536

[startup+342.303 s]

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

[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=26324 CPUtime=1298.65
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 6341 0 0 0 129857 8 0 0 25 0 1 0 25539258 26955776 6327 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 6581 6327 75 150 0 6428 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 48548

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1790432/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=26592 CPUtime=1358.35
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 6416 0 0 0 135827 8 0 0 25 0 1 0 25539258 27230208 6402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 6648 6402 75 150 0 6495 0
Current children cumulated CPU time (s) 1359.65
Current children cumulated vsize (KiB) 48816

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1788128/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=28824 CPUtime=1418.06
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 6965 0 0 0 141797 9 0 0 25 0 1 0 25539258 29515776 6951 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7206 6951 75 150 0 7053 0
Current children cumulated CPU time (s) 1419.36
Current children cumulated vsize (KiB) 51048

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1786272/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=30984 CPUtime=1477.76
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7430 0 0 0 147767 9 0 0 25 0 1 0 25539258 31727616 7416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7746 7416 75 150 0 7593 0
Current children cumulated CPU time (s) 1479.06
Current children cumulated vsize (KiB) 53208

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1786144/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=30984 CPUtime=1537.46
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7430 0 0 0 153737 9 0 0 25 0 1 0 25539258 31727616 7416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7746 7416 75 150 0 7593 0
Current children cumulated CPU time (s) 1538.76
Current children cumulated vsize (KiB) 53208

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1786016/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=30984 CPUtime=1597.17
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7430 0 0 0 159708 9 0 0 25 0 1 0 25539258 31727616 7416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7746 7416 75 150 0 7593 0
Current children cumulated CPU time (s) 1598.47
Current children cumulated vsize (KiB) 53208

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1785888/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=30984 CPUtime=1656.88
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7430 0 0 0 165679 9 0 0 25 0 1 0 25539258 31727616 7416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7746 7416 75 150 0 7593 0
Current children cumulated CPU time (s) 1658.18
Current children cumulated vsize (KiB) 53208

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1785888/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=31308 CPUtime=1716.59
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7490 0 0 0 171650 9 0 0 25 0 1 0 25539258 32059392 7476 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7827 7476 75 150 0 7674 0
Current children cumulated CPU time (s) 1717.89
Current children cumulated vsize (KiB) 53532

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1785760/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=31308 CPUtime=1776.29
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7505 0 0 0 177620 9 0 0 25 0 1 0 25539258 32059392 7491 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7827 7491 75 150 0 7674 0
Current children cumulated CPU time (s) 1777.59
Current children cumulated vsize (KiB) 53532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1785632/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=31308 CPUtime=1798.79
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7519 0 0 0 179870 9 0 0 25 0 1 0 25539258 32059392 7505 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7827 7505 75 150 0 7674 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 53532

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

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

[startup+1804.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 28822
/proc/meminfo: memFree=1785632/2055920 swapFree=4192812/4192956
[pid=28658] ppid=28656 vsize=16868 CPUtime=1.3
/proc/28658/stat : 28658 (sugar) S 28656 28658 26338 0 -1 4194304 1376 12379 0 2 5 2 113 10 16 0 1 0 25539119 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28658/statm: 4217 1113 409 3 0 796 0
[pid=28681] ppid=28658 vsize=5356 CPUtime=0
/proc/28681/stat : 28681 (sh) S 28658 28658 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25539257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28681/statm: 1339 232 193 169 0 50 0
[pid=28682] ppid=28681 vsize=31308 CPUtime=1798.79
/proc/28682/stat : 28682 (minisat) R 28681 28658 26338 0 -1 4194304 7519 0 0 0 179870 9 0 0 25 0 1 0 25539258 32059392 7505 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28682/statm: 7827 7505 75 150 0 7674 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 53532

Child status: 0
Real time (s): 1804.92
CPU time (s): 1800.14
CPU user time (s): 1799.9
CPU system time (s): 0.242963
CPU usage (%): 99.7349
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21937
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= 2162
involuntary context switches= 13087

runsolver used 2.6546 second user time and 5.54916 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 09:45:41
IDJOB=2086933
IDBENCH=58660
IDSOLVER=739
FILE ID=node82/2086933-1247384741
PBS_JOBID= 9507157
Free space on /tmp= 66192 MiB

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

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

MD5SUM BENCH= fd33636e90e1af45a8ce1a4c6ef68b7c
RANDOM SEED=323317586

node82.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.265
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.265
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:       1892064 kB
Buffers:         13360 kB
Cached:          67696 kB
SwapCached:          0 kB
Active:          89980 kB
Inactive:        23440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          43896 kB
Slab:            35816 kB
Committed_AS:   199240 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 10:15:48