Trace number 1061166

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.05 1802.33

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-45.xml
MD5SUM761c2deb5b05f3480656e30f48462e50
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.4265
Satisfiable
(Un)Satisfiability was proved
Number of variables3150
Number of constraints160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension160
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 Fri Jul  4 02:29:25 2008
0.00/0.05	c 0	PID 15442
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1061166-1215131365.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-1061166-1215131365.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 3150 variables, 2 predicates, 0 relations, 160 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.44/0.56	c 1	Parsing HOME/temp.csp
0.44/0.79	c 1	parsed 3313 expressions
0.44/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.79	c 1	Converting to clausal form CSP
0.44/0.82	c 1	converted 332 (10%) expressions
0.44/0.83	c 1	converted 663 (20%) expressions
0.44/0.83	c 1	converted 994 (30%) expressions
0.44/0.84	c 1	converted 1326 (40%) expressions
0.44/0.85	c 1	converted 1657 (50%) expressions
0.44/0.85	c 1	converted 1988 (60%) expressions
0.44/0.85	c 1	converted 2320 (70%) expressions
0.44/0.85	c 1	converted 2651 (80%) expressions
0.44/0.85	c 1	converted 2982 (90%) expressions
1.44/1.52	c 2	converted 3313 (100%) expressions
1.44/1.52	c 2	CSP : 9130 integers, 0 booleans, 12120 clauses, largest domain size 24
1.44/1.52	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.52	c 2	Propagation in CSP
1.54/1.68	c 2	11410 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.68	c 2	CSP : 9130 integers, 0 booleans, 12120 clauses, largest domain size 19
1.54/1.69	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.70	c 2	CSP : 9130 integers, 0 booleans, 12120 clauses, largest domain size 19
1.63/1.70	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.76	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.78	c 2	913 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.79	c 2	1826 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.79	c 2	2739 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.80	c 2	3652 (40%) CSP integer variables are encoded (1708 clauses, 22268 bytes)
1.73/1.81	c 2	4565 (50%) CSP integer variables are encoded (4832 clauses, 62880 bytes)
1.73/1.82	c 2	5478 (60%) CSP integer variables are encoded (7970 clauses, 109017 bytes)
1.73/1.82	c 2	6391 (70%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.73/1.83	c 2	7304 (80%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.73/1.83	c 2	8217 (90%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.73/1.83	c 2	9130 (100%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.83/1.90	c 2	1212 (10%) CSP clauses are encoded (25870 clauses, 400265 bytes)
1.83/1.95	c 2	2424 (20%) CSP clauses are encoded (41582 clauses, 660293 bytes)
1.83/1.99	c 2	3636 (30%) CSP clauses are encoded (57340 clauses, 938299 bytes)
1.93/2.03	c 2	4848 (40%) CSP clauses are encoded (73056 clauses, 1239122 bytes)
1.93/2.07	c 2	6060 (50%) CSP clauses are encoded (88620 clauses, 1537015 bytes)
1.93/2.09	c 2	7272 (60%) CSP clauses are encoded (91030 clauses, 1573508 bytes)
2.03/2.11	c 2	8484 (70%) CSP clauses are encoded (93440 clauses, 1610046 bytes)
2.03/2.12	c 2	9696 (80%) CSP clauses are encoded (95850 clauses, 1647289 bytes)
2.03/2.14	c 2	10908 (90%) CSP clauses are encoded (98260 clauses, 1685138 bytes)
2.03/2.15	c 2	12120 (100%) CSP clauses are encoded (100670 clauses, 1722993 bytes)
2.03/2.15	c 2	12120 CSP clauses encoded
2.03/2.15	c 2	Writing map file : HOME/temp.map
2.03/2.20	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.20	c 2	SAT : 19300 SAT variables, 100670 SAT clauses, 1722993 bytes
2.03/2.20	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.22	c 3	SOLVING HOME/temp.cnf
2.13/2.22	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.13/2.22	c 3	This is MiniSat 2.0 beta
2.13/2.22	c 3	WARNING: for repeatability, setting FPU to use double precision
2.13/2.22	c 3	============================[ Problem Statistics ]=============================
2.13/2.22	c 3	|                                                                             |
2.13/2.22	c 3	|  Number of variables:  19300                                                |
2.13/2.22	c 3	|  Number of clauses:    100670                                               |
2.13/2.27	c 3	|  Parsing time:         0.05         s                                       |
2.13/2.28	c 3	============================[ Search Statistics ]==============================
2.13/2.28	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.28	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.28	c 3	===============================================================================
2.13/2.28	c 3	|         0 |   19300   100670   256370 |    33556        0    nan |  0.000 % |
2.15/2.30	c 3	|       100 |   19300   100670   256370 |    36912      100    106 |  0.000 % |
2.15/2.35	c 3	|       251 |   19300   100670   256370 |    40603      251     99 |  0.000 % |
2.15/2.39	c 3	|       477 |   19300   100670   256370 |    44663      477     70 |  0.000 % |
2.15/2.44	c 3	|       814 |   19300   100670   256370 |    49130      814     48 |  0.000 % |
2.15/2.53	c 3	|      1320 |   19300   100670   256370 |    54043     1320     43 |  0.000 % |
2.15/2.68	c 3	|      2080 |   19300   100670   256370 |    59447     2080     57 |  0.000 % |
2.15/2.85	c 3	|      3221 |   19300   100670   256370 |    65392     3221     54 |  0.000 % |
2.15/3.14	c 3	|      4930 |   19300   100670   256370 |    71931     4930     51 |  0.000 % |
3.31/3.47	c 4	|      7492 |   19300   100670   256370 |    79124     7492     40 |  0.000 % |
4.49/4.61	c 5	|     11336 |   19300   100670   256370 |    87037    11336     68 |  0.000 % |
5.58/5.72	c 6	|     17104 |   19300   100670   256370 |    95741    17104     55 |  0.000 % |
7.57/7.78	c 8	|     25754 |   19300   100670   256370 |   105315    25754     58 |  0.000 % |
11.44/11.66	c 12	|     38728 |   19300   100670   256370 |   115846    38728     61 |  0.000 % |
20.25/20.56	c 21	|     58189 |   19300   100670   256370 |   127431    58189     66 |  0.000 % |
39.56/40.01	c 40	|     87381 |   19300   100670   256370 |   140174    87381     84 |  0.000 % |
63.94/64.62	c 65	|    131170 |   19300   100670   256370 |   154191   131170     72 |  0.000 % |
136.15/137.56	c 138	|    196854 |   19300   100670   256370 |   169611    50477    109 |  0.000 % |
181.90/183.56	c 184	|    295380 |   19300   100670   256370 |   186572   149003     76 |  0.000 % |
392.02/393.77	c 394	|    443170 |   19300   100670   256370 |   205229   118826     72 |  0.000 % |
669.61/671.40	c 672	|    664853 |   19300   100670   256370 |   225752   144899     55 |  0.000 % |
1359.83/1361.92	c 1362	|    997378 |   19300   100670   256370 |   248327    49239     59 |  0.000 % |
1800.05/1802.31	c ERROR INTERRUPTED
1800.05/1802.32	s UNKNOWN
1800.05/1802.32	c 1803	CPU 2.01 (0.04 0 1.97 0.14)
1800.05/1802.32	c 1803	END Fri Jul  4 02:59:28 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-1061166-1215131365/watcher-1061166-1215131365 -o /tmp/evaluation-result-1061166-1215131365/solver-1061166-1215131365 -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-1061166-1215131365.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: 2.00 2.00 1.93 4/81 15442
/proc/meminfo: memFree=1534640/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=12000 CPUtime=0
/proc/15442/stat : 15442 (sugar) R 15440 15442 14377 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 1992111086 12288000 177 996147200 4194304 4206940 548682068608 18446744073709551615 237806540176 0 0 4224 0 0 0 0 17 1 0 0
/proc/15442/statm: 3000 177 138 3 0 100 0

[startup+0.0944999 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 15442
/proc/meminfo: memFree=1534640/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=0.03
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992111086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101498 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 15442
/proc/meminfo: memFree=1534640/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=0.03
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992111086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301521 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 15442
/proc/meminfo: memFree=1534640/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=0.03
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992111086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701563 s]
/proc/loadavg: 2.00 2.00 1.93 4/81 15442
/proc/meminfo: memFree=1534640/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=0.44
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 973 4979 0 1 3 0 36 5 16 0 1 0 1992111086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.00 2.00 1.93 5/92 15464
/proc/meminfo: memFree=1521240/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=0.44
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 973 4979 0 1 3 0 36 5 15 0 1 0 1992111086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 797 370 3 0 500 0
[pid=15455] ppid=15442 vsize=5356 CPUtime=0
/proc/15455/stat : 15455 (sh) S 15442 15442 14377 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992111134 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15455/statm: 1339 233 193 169 0 50 0
[pid=15456] ppid=15455 vsize=868384 CPUtime=1
/proc/15456/stat : 15456 (java) S 15455 15442 14377 0 -1 0 7956 0 1 0 95 5 0 0 18 0 9 0 1992111134 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15456/statm: 217096 7166 2541 9 0 211671 0
[pid=15456/tid=15457] ppid=15455 vsize=868384 CPUtime=0.57
/proc/15456/task/15457/stat : 15457 (java) R 15455 15442 14377 0 -1 64 2693 0 1 0 55 2 0 0 24 0 9 0 1992111135 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4126620187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15458] ppid=15455 vsize=868384 CPUtime=0.18
/proc/15456/task/15458/stat : 15458 (java) S 15455 15442 14377 0 -1 64 3099 0 0 0 17 1 0 0 16 0 9 0 1992111136 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15459] ppid=15455 vsize=868384 CPUtime=0
/proc/15456/task/15459/stat : 15459 (java) S 15455 15442 14377 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992111136 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15460] ppid=15455 vsize=868384 CPUtime=0
/proc/15456/task/15460/stat : 15460 (java) S 15455 15442 14377 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992111136 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15461] ppid=15455 vsize=868384 CPUtime=0
/proc/15456/task/15461/stat : 15461 (java) S 15455 15442 14377 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992111138 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15462] ppid=15455 vsize=868384 CPUtime=0.21
/proc/15456/task/15462/stat : 15462 (java) S 15455 15442 14377 0 -1 64 1470 0 0 0 21 0 0 0 16 0 9 0 1992111138 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15463] ppid=15455 vsize=868384 CPUtime=0
/proc/15456/task/15463/stat : 15463 (java) S 15455 15442 14377 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992111138 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15456/tid=15464] ppid=15455 vsize=868384 CPUtime=0
/proc/15456/task/15464/stat : 15464 (java) S 15455 15442 14377 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992111138 889225216 7166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887340

[startup+3.10281 s]
/proc/loadavg: 2.08 2.02 1.93 3/92 15464
/proc/meminfo: memFree=1511064/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 15 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 13600

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 1.93 3/84 15466
/proc/meminfo: memFree=1519704/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=12896 CPUtime=4.03
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 3036 0 0 0 402 1 0 0 25 0 1 0 1992111308 13205504 3022 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15466/statm: 3224 3022 76 150 0 3071 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 31852

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 1.93 3/84 15466
/proc/meminfo: memFree=1512344/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=19640 CPUtime=10.37
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 4723 0 0 0 1034 3 0 0 25 0 1 0 1992111308 20111360 4709 996147200 134512640 135127466 4294956272 18446744073709551615 134522557 0 0 4096 3 0 0 0 17 1 0 0
/proc/15466/statm: 4910 4709 76 150 0 4757 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 38596

[startup+25.5011 s]
/proc/loadavg: 2.06 2.01 1.93 3/84 15466
/proc/meminfo: memFree=1501912/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=29932 CPUtime=23.05
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 7268 0 0 0 2300 5 0 0 25 0 1 0 1992111308 30650368 7254 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15466/statm: 7483 7254 76 150 0 7330 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 48888

[startup+51.1018 s]
/proc/loadavg: 2.09 2.03 1.94 3/84 15466
/proc/meminfo: memFree=1485528/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=46256 CPUtime=48.41
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 11352 0 0 0 4831 10 0 0 25 0 1 0 1992111308 47366144 11338 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15466/statm: 11564 11338 76 150 0 11411 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 65212

[startup+102.306 s]
/proc/loadavg: 2.09 2.04 1.94 3/84 15466
/proc/meminfo: memFree=1466904/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=64576 CPUtime=99.13
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 15906 0 0 0 9899 14 0 0 25 0 1 0 1992111308 66125824 15892 996147200 134512640 135127466 4294956272 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/15466/statm: 16144 15892 76 150 0 15991 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 83532

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 1.95 3/84 15466
/proc/meminfo: memFree=1466840/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=64576 CPUtime=158.57
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 15907 0 0 0 15843 14 0 0 25 0 1 0 1992111308 66125824 15893 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15466/statm: 16144 15893 76 150 0 15991 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 83532

[startup+222.302 s]
/proc/loadavg: 2.21 2.08 1.96 3/75 15496
/proc/meminfo: memFree=1470640/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=73528 CPUtime=218.53
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 18137 0 0 0 21836 17 0 0 25 0 1 0 1992111308 75292672 18123 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 18382 18123 76 150 0 18229 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 92484

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

/proc/meminfo: memFree=1451120/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=93488 CPUtime=1358.08
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 22853 0 0 0 135783 25 0 0 25 0 1 0 1992111308 95731712 22839 996147200 134512640 135127466 4294956272 18446744073709551615 134522631 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 23372 22839 76 150 0 23219 0
Current children cumulated CPU time (s) 1360.23
Current children cumulated vsize (KiB) 112444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1450288/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=94248 CPUtime=1418.06
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 23021 0 0 0 141781 25 0 0 25 0 1 0 1992111308 96509952 23007 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 23562 23007 76 150 0 23409 0
Current children cumulated CPU time (s) 1420.21
Current children cumulated vsize (KiB) 113204

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1449584/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=94984 CPUtime=1478.03
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 23196 0 0 0 147778 25 0 0 25 0 1 0 1992111308 97263616 23182 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 23746 23182 76 150 0 23593 0
Current children cumulated CPU time (s) 1480.18
Current children cumulated vsize (KiB) 113940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1448880/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=95908 CPUtime=1538.01
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 23370 0 0 0 153776 25 0 0 25 0 1 0 1992111308 98209792 23356 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 23977 23356 76 150 0 23824 0
Current children cumulated CPU time (s) 1540.16
Current children cumulated vsize (KiB) 114864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1444784/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=100132 CPUtime=1597.98
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 24420 0 0 0 159772 26 0 0 25 0 1 0 1992111308 102535168 24406 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 25033 24406 76 150 0 24880 0
Current children cumulated CPU time (s) 1600.13
Current children cumulated vsize (KiB) 119088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1435952/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=109204 CPUtime=1657.96
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 26584 0 0 0 165768 28 0 0 25 0 1 0 1992111308 111824896 26570 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 27301 26570 76 150 0 27148 0
Current children cumulated CPU time (s) 1660.11
Current children cumulated vsize (KiB) 128160

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 15498
/proc/meminfo: memFree=1429616/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=115500 CPUtime=1717.94
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 28169 0 0 0 171764 30 0 0 25 0 1 0 1992111308 118272000 28155 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 28875 28155 76 150 0 28722 0
Current children cumulated CPU time (s) 1720.09
Current children cumulated vsize (KiB) 134456

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 15498
/proc/meminfo: memFree=1425264/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=119864 CPUtime=1777.91
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 29213 0 0 0 177760 31 0 0 25 0 1 0 1992111308 122740736 29199 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 29966 29199 76 150 0 29813 0
Current children cumulated CPU time (s) 1780.06
Current children cumulated vsize (KiB) 138820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1425264/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=119864 CPUtime=1797.9
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 29213 0 0 0 179759 31 0 0 25 0 1 0 1992111308 122740736 29199 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 29966 29199 76 150 0 29813 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 138820

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

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

[startup+1802.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 15498
/proc/meminfo: memFree=1425264/2055920 swapFree=4180448/4192956
[pid=15442] ppid=15440 vsize=13600 CPUtime=2.15
/proc/15442/stat : 15442 (sugar) S 15440 15442 14377 0 -1 4194304 1034 13623 0 2 4 0 197 14 16 0 1 0 1992111086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15442/statm: 3400 799 370 3 0 500 0
[pid=15465] ppid=15442 vsize=5356 CPUtime=0
/proc/15465/stat : 15465 (sh) S 15442 15442 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992111308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15465/statm: 1339 232 193 169 0 50 0
[pid=15466] ppid=15465 vsize=119864 CPUtime=1797.9
/proc/15466/stat : 15466 (minisat) R 15465 15442 14377 0 -1 4194304 29213 0 0 0 179759 31 0 0 25 0 1 0 1992111308 122740736 29199 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15466/statm: 29966 29199 76 150 0 29813 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 138820

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15442 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=19692
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 2.17267
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.33
CPU time (s): 1800.05
CPU user time (s): 1799.6
CPU system time (s): 0.45
CPU usage (%): 99.8736
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01969
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15001
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= 3148
involuntary context switches= 3063

runsolver used 2.20566 second user time and 6.00509 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 02:29:25
IDJOB=1061166
IDBENCH=54512
IDSOLVER=346
FILE ID=node24/1061166-1215131365
PBS_JOBID= 7877216
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-45.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-1061166-1215131365/watcher-1061166-1215131365 -o /tmp/evaluation-result-1061166-1215131365/solver-1061166-1215131365 -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-1061166-1215131365.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 761c2deb5b05f3480656e30f48462e50
RANDOM SEED=338095712

node24.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.232
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.232
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:       1535120 kB
Buffers:         62108 kB
Cached:         363340 kB
SwapCached:       6556 kB
Active:         193860 kB
Inactive:       266552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535120 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          51232 kB
Slab:            45360 kB
Committed_AS:  3489404 kB
PageTables:       1940 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= 66524 MiB
End job on node24 at 2008-07-04 02:59:30