Trace number 1084486

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.13+minisat? (TO) 1800.08 1801.42

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-30.xml
MD5SUM684bd73868b3c19d67d9dc2b2bd45b2f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1800
Maximum constraint arity2
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 06:01:09 2008
0.00/0.05	c 0	PID 27585
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1084486-1215230469.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084486-1215230469.xml' 'HOME/temp.csp'
0.04/0.51	c 1	1 domains, 60 variables, 2 predicates, 0 relations, 1800 constraints
0.04/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/0.61	c 1	Parsing HOME/temp.csp
0.48/0.79	c 1	parsed 1863 expressions
0.48/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.79	c 1	Converting to clausal form CSP
0.48/0.85	c 1	converted 187 (10%) expressions
0.48/0.96	c 1	converted 373 (20%) expressions
0.48/0.98	c 1	converted 559 (30%) expressions
0.48/0.99	c 1	converted 746 (40%) expressions
0.48/1.01	c 1	converted 932 (50%) expressions
0.48/1.02	c 1	converted 1118 (60%) expressions
0.48/1.03	c 1	converted 1305 (70%) expressions
0.48/1.03	c 1	converted 1491 (80%) expressions
0.48/1.04	c 1	converted 1677 (90%) expressions
0.48/1.04	c 1	converted 1863 (100%) expressions
0.48/1.04	c 1	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 60
0.48/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/1.04	c 1	Propagation in CSP
0.48/1.09	c 1	990 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.48/1.09	c 1	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 58
0.48/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/1.10	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.14	c 2	CSP : 60 integers, 3540 booleans, 5370 clauses, largest domain size 58
1.03/1.14	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.19	c 2	6 (10%) CSP integer variables are encoded (321 clauses, 3383 bytes)
1.03/1.19	c 2	12 (20%) CSP integer variables are encoded (606 clauses, 6518 bytes)
1.03/1.20	c 2	18 (30%) CSP integer variables are encoded (855 clauses, 9257 bytes)
1.03/1.20	c 2	24 (40%) CSP integer variables are encoded (1068 clauses, 11781 bytes)
1.03/1.20	c 2	30 (50%) CSP integer variables are encoded (1245 clauses, 14082 bytes)
1.03/1.20	c 2	36 (60%) CSP integer variables are encoded (1566 clauses, 18255 bytes)
1.03/1.20	c 2	42 (70%) CSP integer variables are encoded (1851 clauses, 21960 bytes)
1.03/1.20	c 2	48 (80%) CSP integer variables are encoded (2100 clauses, 25197 bytes)
1.13/1.20	c 2	54 (90%) CSP integer variables are encoded (2313 clauses, 27966 bytes)
1.13/1.20	c 2	60 (100%) CSP integer variables are encoded (2490 clauses, 30267 bytes)
1.13/1.26	c 2	537 (10%) CSP clauses are encoded (17753 clauses, 284561 bytes)
1.22/1.30	c 2	1074 (20%) CSP clauses are encoded (32152 clauses, 533292 bytes)
1.22/1.33	c 2	1611 (30%) CSP clauses are encoded (45602 clauses, 766711 bytes)
1.22/1.36	c 2	2148 (40%) CSP clauses are encoded (57694 clauses, 976657 bytes)
1.22/1.40	c 2	2685 (50%) CSP clauses are encoded (68661 clauses, 1167431 bytes)
1.32/1.48	c 2	3222 (60%) CSP clauses are encoded (77990 clauses, 1331097 bytes)
1.32/1.48	c 2	3759 (70%) CSP clauses are encoded (85341 clauses, 1465854 bytes)
1.32/1.48	c 2	4296 (80%) CSP clauses are encoded (95110 clauses, 1646397 bytes)
1.32/1.49	c 2	4833 (90%) CSP clauses are encoded (109569 clauses, 1916822 bytes)
1.42/1.52	c 2	5370 (100%) CSP clauses are encoded (122124 clauses, 2151071 bytes)
1.42/1.52	c 2	5370 CSP clauses encoded
1.42/1.52	c 2	Writing map file : HOME/temp.map
1.42/1.52	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.52	c 2	SAT : 6090 SAT variables, 122124 SAT clauses, 2151071 bytes
1.42/1.52	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.58	c 2	SOLVING HOME/temp.cnf
1.42/1.58	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.42/1.58	c 2	This is MiniSat 2.0 beta
1.42/1.58	c 2	WARNING: for repeatability, setting FPU to use double precision
1.42/1.58	c 2	============================[ Problem Statistics ]=============================
1.42/1.58	c 2	|                                                                             |
1.42/1.58	c 2	|  Number of variables:  6090                                                 |
1.42/1.58	c 2	|  Number of clauses:    122124                                               |
1.45/1.65	c 2	|  Parsing time:         0.06         s                                       |
1.45/1.65	c 2	============================[ Search Statistics ]==============================
1.45/1.65	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.45/1.65	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.45/1.65	c 2	===============================================================================
1.45/1.65	c 2	|         0 |    6070   122104   355122 |    40701        0    nan |  0.000 % |
1.45/1.72	c 2	|       100 |    6070   122104   355122 |    44771      100     20 |  0.328 % |
1.45/1.77	c 2	|       251 |    6070   122104   355122 |    49248      251     18 |  0.329 % |
1.45/1.81	c 2	|       477 |    6070   122104   355122 |    54173      477     16 |  0.329 % |
1.45/2.04	c 2	|       815 |    6070   122104   355122 |    59590      815     19 |  0.328 % |
2.05/2.25	c 3	|      1321 |    6070   122104   355122 |    65549     1321     20 |  0.329 % |
2.44/2.64	c 3	|      2081 |    6070   122104   355122 |    72104     2081     22 |  0.328 % |
2.84/3.06	c 3	|      3221 |    6070   122104   355122 |    79315     3221     26 |  0.328 % |
3.63/3.85	c 4	|      4929 |    6070   122104   355122 |    87246     4929     27 |  0.329 % |
4.03/4.23	c 5	|      7491 |    6070   122104   355122 |    95971     7491     24 |  0.329 % |
6.10/6.37	c 7	|     11335 |    6070   122104   355122 |   105568    11335     27 |  0.328 % |
9.68/9.99	c 10	|     17101 |    6070   122104   355122 |   116125    17101     28 |  0.329 % |
11.96/12.22	c 13	|     25750 |    6070   122104   355122 |   127738    25750     26 |  0.329 % |
23.84/24.27	c 25	|     38724 |    6070   122104   355122 |   140512    38724     28 |  0.329 % |
36.71/37.28	c 38	|     58185 |    6070   122104   355122 |   154563    58185     28 |  0.329 % |
71.66/72.33	c 73	|     87378 |    6070   122104   355122 |   170019    87378     33 |  0.329 % |
107.84/108.54	c 109	|    131168 |    6070   122104   355122 |   187021   131168     32 |  0.329 % |
184.32/185.08	c 185	|    196852 |    6070   122104   355122 |   205723    20490     27 |  0.329 % |
319.57/320.37	c 321	|    295378 |    6070   122104   355122 |   226296   119016     34 |  0.328 % |
556.38/557.23	c 558	|    443167 |    6070   122104   355122 |   248925    56899     40 |  0.328 % |
1005.60/1006.62	c 1007	|    664852 |    6070   122104   355122 |   273818    41457     41 |  0.328 % |
1623.15/1624.40	c 1625	|    997378 |    6070   122104   355122 |   301200   116839     46 |  0.329 % |
1800.08/1801.41	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1801.41	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1801.42	c ERROR INTERRUPTED
1800.08/1801.42	s UNKNOWN
1800.08/1801.42	c 1802	CPU 1.32 (0.03 0.01 1.29 0.13)
1800.08/1801.42	c 1802	END Sat Jul  5 06:31:11 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084486-1215230469/watcher-1084486-1215230469 -o /tmp/evaluation-result-1084486-1215230469/solver-1084486-1215230469 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1084486-1215230469.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27585
/proc/meminfo: memFree=1128152/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=12268 CPUtime=0
/proc/27585/stat : 27585 (sugar) R 27583 27585 27254 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002019787 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27585/statm: 3067 316 241 3 0 167 0

[startup+0.108337 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27585
/proc/meminfo: memFree=1128152/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=0.04
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002019787 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202347 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27585
/proc/meminfo: memFree=1128152/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=0.04
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002019787 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302356 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27585
/proc/meminfo: memFree=1128152/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=0.04
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002019787 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701396 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27585
/proc/meminfo: memFree=1128152/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=0.48
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 973 5033 0 1 3 1 40 4 16 0 1 0 2002019787 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 27607
/proc/meminfo: memFree=1113792/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=0.48
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 974 5033 0 1 3 1 40 4 15 0 1 0 2002019787 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 797 370 3 0 500 0
[pid=27598] ppid=27585 vsize=5356 CPUtime=0
/proc/27598/stat : 27598 (sh) S 27585 27585 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002019841 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 1339 233 193 169 0 50 0
[pid=27599] ppid=27598 vsize=869400 CPUtime=0.94
/proc/27599/stat : 27599 (java) S 27598 27585 27254 0 -1 0 6837 0 1 0 87 7 0 0 18 0 9 0 2002019841 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27599/statm: 217350 6016 2562 9 0 211897 0
[pid=27599/tid=27600] ppid=27598 vsize=869400 CPUtime=0.6
/proc/27599/task/27600/stat : 27600 (java) R 27598 27585 27254 0 -1 64 2767 0 1 0 56 4 0 0 21 0 9 0 2002019842 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4126931727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27601] ppid=27598 vsize=869400 CPUtime=0.08
/proc/27599/task/27601/stat : 27601 (java) S 27598 27585 27254 0 -1 64 1912 0 0 0 7 1 0 0 16 0 9 0 2002019843 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27602] ppid=27598 vsize=869400 CPUtime=0
/proc/27599/task/27602/stat : 27602 (java) S 27598 27585 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002019843 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27603] ppid=27598 vsize=869400 CPUtime=0
/proc/27599/task/27603/stat : 27603 (java) S 27598 27585 27254 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002019843 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27604] ppid=27598 vsize=869400 CPUtime=0
/proc/27599/task/27604/stat : 27604 (java) S 27598 27585 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002019846 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27605] ppid=27598 vsize=869400 CPUtime=0.23
/proc/27599/task/27605/stat : 27605 (java) S 27598 27585 27254 0 -1 64 1465 0 0 0 22 1 0 0 16 0 9 0 2002019846 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27606] ppid=27598 vsize=869400 CPUtime=0
/proc/27599/task/27606/stat : 27606 (java) S 27598 27585 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002019846 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27599/tid=27607] ppid=27598 vsize=869400 CPUtime=0
/proc/27599/task/27607/stat : 27607 (java) S 27598 27585 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002019846 890265600 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 888356

[startup+3.10165 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 27609
/proc/meminfo: memFree=1116864/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 15 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=7884 CPUtime=1.49
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 1863 0 0 0 149 0 0 0 25 0 1 0 2002019946 8073216 1849 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/27609/statm: 1971 1849 75 150 0 1818 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 26840

[startup+6.30198 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 27609
/proc/meminfo: memFree=1115648/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 15 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=9096 CPUtime=4.65
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 2137 0 0 0 465 0 0 0 25 0 1 0 2002019946 9314304 2123 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27609/statm: 2274 2123 75 150 0 2121 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 28052

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 27609
/proc/meminfo: memFree=1113472/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=11144 CPUtime=11
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 2650 0 0 0 1099 1 0 0 25 0 1 0 2002019946 11411456 2636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27609/statm: 2786 2636 75 150 0 2633 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 30100

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 27609
/proc/meminfo: memFree=1111296/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=13504 CPUtime=23.67
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 3230 0 0 0 2366 1 0 0 25 0 1 0 2002019946 13828096 3216 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/27609/statm: 3376 3216 75 150 0 3223 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 32460

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/72 27615
/proc/meminfo: memFree=1749104/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=18640 CPUtime=49.04
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 4508 0 0 0 4901 3 0 0 25 0 1 0 2002019946 19087360 4494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 4660 4494 75 150 0 4507 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 37596

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 27684
/proc/meminfo: memFree=1703888/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=27424 CPUtime=100.2
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 6716 0 0 0 10013 7 0 0 25 0 1 0 2002019946 28082176 6702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 6856 6702 75 150 0 6703 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 46380

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 27684
/proc/meminfo: memFree=1696272/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=35032 CPUtime=160.18
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 8587 0 0 0 16009 9 0 0 25 0 1 0 2002019946 35872768 8573 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 8758 8573 75 150 0 8605 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 53988

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 27684
/proc/meminfo: memFree=1693328/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1668304/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=62476 CPUtime=1359.71
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 15378 0 0 0 135952 19 0 0 25 0 1 0 2002019946 63975424 15364 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 15619 15364 75 150 0 15466 0
Current children cumulated CPU time (s) 1361.16
Current children cumulated vsize (KiB) 81432

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27684
/proc/meminfo: memFree=1663376/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=67480 CPUtime=1419.69
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 16617 0 0 0 141949 20 0 0 25 0 1 0 2002019946 69099520 16603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 16870 16603 75 150 0 16717 0
Current children cumulated CPU time (s) 1421.14
Current children cumulated vsize (KiB) 86436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27684
/proc/meminfo: memFree=1659216/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71540 CPUtime=1479.65
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17654 0 0 0 147944 21 0 0 25 0 1 0 2002019946 73256960 17640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17885 17640 75 150 0 17732 0
Current children cumulated CPU time (s) 1481.1
Current children cumulated vsize (KiB) 90496

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27684
/proc/meminfo: memFree=1658832/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1539.64
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 153942 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1541.09
Current children cumulated vsize (KiB) 90892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27684
/proc/meminfo: memFree=1658768/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1599.61
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 159939 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1601.06
Current children cumulated vsize (KiB) 90892

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 27684
/proc/meminfo: memFree=1658768/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1659.59
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 165937 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1661.04
Current children cumulated vsize (KiB) 90892

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 27684
/proc/meminfo: memFree=1658768/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1719.56
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 171934 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1721.01
Current children cumulated vsize (KiB) 90892

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 27684
/proc/meminfo: memFree=1658704/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1779.54
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 177932 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 90892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.09 2.03 2.00 3/83 27684
/proc/meminfo: memFree=1658640/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1798.63
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 179841 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 90892

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

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

[startup+1801.4 s]
/proc/loadavg: 2.09 2.03 2.00 3/83 27684
/proc/meminfo: memFree=1658640/2055920 swapFree=4180396/4192956
[pid=27585] ppid=27583 vsize=13600 CPUtime=1.45
/proc/27585/stat : 27585 (sugar) S 27583 27585 27254 0 -1 4194304 1032 12181 0 2 3 1 129 12 16 0 1 0 2002019787 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27585/statm: 3400 798 370 3 0 500 0
[pid=27608] ppid=27585 vsize=5356 CPUtime=0
/proc/27608/stat : 27608 (sh) S 27585 27585 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002019946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27608/statm: 1339 232 193 169 0 50 0
[pid=27609] ppid=27608 vsize=71936 CPUtime=1798.63
/proc/27609/stat : 27609 (minisat) R 27608 27585 27254 0 -1 4194304 17748 0 0 0 179841 22 0 0 25 0 1 0 2002019946 73662464 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27609/statm: 17984 17734 75 150 0 17831 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 90892

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27585 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=339796
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 1.48577
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.42
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.35
CPU usage (%): 99.9255
Max. virtual memory (cumulated for all children) (KiB): 888356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3398
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13629
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= 2475
involuntary context switches= 2360

runsolver used 2.13167 second user time and 5.2392 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 06:01:09
IDJOB=1084486
IDBENCH=57565
IDSOLVER=346
FILE ID=node44/1084486-1215230469
PBS_JOBID= 7881862
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-30.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084486-1215230469/watcher-1084486-1215230469 -o /tmp/evaluation-result-1084486-1215230469/solver-1084486-1215230469 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1084486-1215230469.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 684bd73868b3c19d67d9dc2b2bd45b2f
RANDOM SEED=818651107

node44.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.213
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.213
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:       1128632 kB
Buffers:         44932 kB
Cached:         167352 kB
SwapCached:       6540 kB
Active:         792568 kB
Inactive:        72684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1128632 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         667424 kB
Slab:            45848 kB
Committed_AS:  4333624 kB
PageTables:       3104 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= 66548 MiB
End job on node44 at 2008-07-05 06:31:13