Trace number 1060137

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 1812.62

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-9.xml
MD5SUM4b78d7f43a355b62cc35ed3e75b3d9c4
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 benchmark1.11783
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size888
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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.04	c 0	BEGIN Fri Jul  4 00:58:33 2008
0.00/0.04	c 0	PID 15977
0.04/0.05	c 0	HOST node20.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1060137-1215125913.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060137-1215125913.xml' 'HOME/temp.csp'
0.04/0.82	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	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.80/0.91	c 1	Parsing HOME/temp.csp
1.05/1.16	c 2	parsed 3601 expressions
1.05/1.16	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.16	c 2	Converting to clausal form CSP
1.05/1.19	c 2	converted 361 (10%) expressions
1.14/1.27	c 2	converted 721 (20%) expressions
1.25/1.36	c 2	converted 1081 (30%) expressions
1.25/1.39	c 2	converted 1441 (40%) expressions
1.34/1.41	c 2	converted 1801 (50%) expressions
1.34/1.42	c 2	converted 2161 (60%) expressions
1.34/1.43	c 2	converted 2521 (70%) expressions
1.34/1.44	c 2	converted 2881 (80%) expressions
1.34/1.45	c 2	converted 3241 (90%) expressions
1.34/1.46	c 2	converted 3601 (100%) expressions
1.34/1.46	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 888
1.34/1.46	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.46	c 2	Propagation in CSP
1.44/1.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.51	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 888
1.44/1.51	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.51	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.60	c 2	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 888
1.44/1.60	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.64	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.54/1.69	c 2	23 (10%) CSP integer variables are encoded (19101 clauses, 264395 bytes)
1.64/1.71	c 2	45 (20%) CSP integer variables are encoded (37589 clauses, 541715 bytes)
1.64/1.73	c 2	68 (30%) CSP integer variables are encoded (57061 clauses, 833795 bytes)
1.64/1.76	c 2	90 (40%) CSP integer variables are encoded (75477 clauses, 1110035 bytes)
1.64/1.78	c 2	113 (50%) CSP integer variables are encoded (94598 clauses, 1396850 bytes)
1.74/1.80	c 2	135 (60%) CSP integer variables are encoded (113012 clauses, 1699325 bytes)
1.74/1.83	c 2	158 (70%) CSP integer variables are encoded (132294 clauses, 2027119 bytes)
1.74/1.85	c 2	180 (80%) CSP integer variables are encoded (150772 clauses, 2341245 bytes)
1.74/1.88	c 2	203 (90%) CSP integer variables are encoded (170094 clauses, 2669719 bytes)
1.84/1.91	c 2	225 (100%) CSP integer variables are encoded (188425 clauses, 2981346 bytes)
2.73/2.89	c 3	945 (10%) CSP clauses are encoded (682266 clauses, 13913307 bytes)
3.72/3.85	c 4	1890 (20%) CSP clauses are encoded (1175259 clauses, 25407132 bytes)
4.72/4.84	c 5	2835 (30%) CSP clauses are encoded (1679062 clauses, 37169203 bytes)
5.70/5.85	c 6	3780 (40%) CSP clauses are encoded (2183957 clauses, 48969109 bytes)
6.69/6.83	c 7	4725 (50%) CSP clauses are encoded (2685218 clauses, 60688821 bytes)
7.67/7.82	c 8	5670 (60%) CSP clauses are encoded (3182997 clauses, 72382773 bytes)
8.57/8.77	c 9	6615 (70%) CSP clauses are encoded (3676738 clauses, 84246340 bytes)
9.56/9.75	c 10	7560 (80%) CSP clauses are encoded (4174757 clauses, 96684530 bytes)
10.53/10.76	c 11	8505 (90%) CSP clauses are encoded (4678638 clauses, 109269270 bytes)
11.52/11.73	c 12	9450 (100%) CSP clauses are encoded (5174175 clauses, 121645410 bytes)
11.52/11.73	c 12	9450 CSP clauses encoded
11.52/11.73	c 12	Writing map file : HOME/temp.map
11.52/11.73	c 12	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.52/11.74	c 12	SAT : 194950 SAT variables, 5174175 SAT clauses, 121645410 bytes
11.52/11.74	c 12	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.52/11.78	c 12	SOLVING HOME/temp.cnf
11.52/11.78	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.52/11.78	c 12	This is MiniSat 2.0 beta
11.52/11.78	c 12	WARNING: for repeatability, setting FPU to use double precision
11.52/11.78	c 12	============================[ Problem Statistics ]=============================
11.52/11.78	c 12	|                                                                             |
11.52/11.78	c 12	|  Number of variables:  194950                                               |
11.52/11.78	c 12	|  Number of clauses:    5174175                                              |
14.47/14.71	c 15	|  Parsing time:         2.54         s                                       |
14.57/14.85	c 15	============================[ Search Statistics ]==============================
14.57/14.85	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.57/14.85	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.57/14.85	c 15	===============================================================================
14.57/14.85	c 15	|         0 |  194950  5174175 15318350 |  1724725        0    nan |  0.000 % |
14.76/15.07	c 16	|       100 |  194950  5174175 15318350 |  1897197      100     12 |  0.000 % |
15.26/15.59	c 16	|       251 |  194950  5174175 15318350 |  2086917      251     14 |  0.000 % |
15.75/16.09	c 17	|       476 |  194950  5174175 15318350 |  2295608      476     16 |  0.000 % |
16.05/16.30	c 17	|       813 |  194950  5174175 15318350 |  2525169      813     14 |  0.000 % |
16.45/16.80	c 17	|      1321 |  194950  5174175 15318350 |  2777686     1321     13 |  0.000 % |
17.05/17.31	c 18	|      2080 |  194950  5174175 15318350 |  3055455     2080     12 |  0.000 % |
17.95/18.24	c 19	|      3219 |  194950  5174175 15318350 |  3361001     3219     12 |  0.000 % |
19.54/19.81	c 20	|      4927 |  194950  5174175 15318350 |  3697101     4927     12 |  0.000 % |
21.33/21.68	c 22	|      7489 |  194950  5174175 15318350 |  4066811     7489     12 |  0.000 % |
25.01/25.39	c 26	|     11333 |  194950  5174175 15318350 |  4473492    11333     13 |  0.000 % |
30.39/30.78	c 31	|     17099 |  194950  5174175 15318350 |  4920841    17099     14 |  0.000 % |
39.14/39.56	c 40	|     25748 |  194950  5174175 15318350 |  5412925    25748     15 |  0.000 % |
52.57/53.05	c 53	|     38722 |  194950  5174175 15318350 |  5954218    38722     16 |  0.000 % |
76.55/77.17	c 78	|     58183 |  194950  5174175 15318350 |  6549640    58183     16 |  0.000 % |
111.88/112.69	c 113	|     87375 |  194950  5174175 15318350 |  7204604    87375     17 |  0.000 % |
176.73/177.82	c 178	|    131165 |  194950  5174175 15318350 |  7925064   131165     19 |  0.000 % |
307.89/309.61	c 310	|    196850 |  194950  5174175 15318350 |  8717571   196850     18 |  0.000 % |
556.57/559.50	c 560	|    295376 |  194950  5174175 15318350 |  9589328   295376     19 |  0.000 % |
1028.16/1033.50	c 1034	|    443167 |  194950  5174175 15318350 | 10548261   443167     20 |  0.000 % |
1800.05/1812.51	c ERROR INTERRUPTED
1800.05/1812.56	s UNKNOWN
1800.05/1812.56	c 1813	CPU 10.56 (0.03 0.01 10.53 1.01)
1800.05/1812.56	c 1813	END Fri Jul  4 01:28:46 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-1060137-1215125913/watcher-1060137-1215125913 -o /tmp/evaluation-result-1060137-1215125913/solver-1060137-1215125913 -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-1060137-1215125913.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 2.02 2.01 4/80 15977
/proc/meminfo: memFree=1479848/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=3672 CPUtime=0
/proc/15977/stat : 15977 (sugar) R 15975 15977 15940 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 1300837249 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 273949980041 0 0 4096 0 0 0 0 17 1 0 0
/proc/15977/statm: 918 38 29 3 0 8 0

[startup+0.0498889 s]
/proc/loadavg: 1.92 2.02 2.01 4/80 15977
/proc/meminfo: memFree=1479848/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.04
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1300837249 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102265 s]
/proc/loadavg: 1.92 2.02 2.01 4/80 15977
/proc/meminfo: memFree=1479848/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.04
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1300837249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301258 s]
/proc/loadavg: 1.92 2.02 2.01 4/80 15977
/proc/meminfo: memFree=1479848/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.04
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1300837249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701344 s]
/proc/loadavg: 1.92 2.02 2.01 4/80 15977
/proc/meminfo: memFree=1479848/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.04
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1300837249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 2.01 2.03 2.02 3/91 15999
/proc/meminfo: memFree=1472080/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.8
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 974 6742 0 1 3 1 72 4 15 0 1 0 1300837249 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 797 370 3 0 500 0
[pid=15990] ppid=15977 vsize=5356 CPUtime=0
/proc/15990/stat : 15990 (sh) S 15977 15977 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1300837333 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15990/statm: 1339 233 193 169 0 50 0
[pid=15991] ppid=15990 vsize=868272 CPUtime=0.64
/proc/15991/stat : 15991 (java) S 15990 15977 15940 0 -1 0 5781 0 1 0 61 3 0 0 18 0 9 0 1300837333 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 217068 5193 1734 9 0 211643 0
[pid=15991/tid=15992] ppid=15990 vsize=868272 CPUtime=0.38
/proc/15991/task/15992/stat : 15992 (java) R 15990 15977 15940 0 -1 64 2659 0 1 0 37 1 0 0 22 0 9 0 1300837334 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4126883538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15993] ppid=15990 vsize=868272 CPUtime=0.05
/proc/15991/task/15993/stat : 15993 (java) S 15990 15977 15940 0 -1 64 973 0 0 0 5 0 0 0 16 0 9 0 1300837335 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15990 vsize=868272 CPUtime=0
/proc/15991/task/15994/stat : 15994 (java) S 15990 15977 15940 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1300837335 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15990 vsize=868272 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15990 15977 15940 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1300837335 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15990 vsize=868272 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15990 15977 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1300837337 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15990 vsize=868272 CPUtime=0.18
/proc/15991/task/15997/stat : 15997 (java) S 15990 15977 15940 0 -1 64 1458 0 0 0 18 0 0 0 16 0 9 0 1300837337 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15990 vsize=868272 CPUtime=0
/proc/15991/task/15998/stat : 15998 (java) S 15990 15977 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1300837337 889110528 5193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15990 vsize=868272 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15990 15977 15940 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1300837337 889110528 5193 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) 887228

[startup+3.10181 s]
/proc/loadavg: 2.01 2.03 2.02 3/91 15999
/proc/meminfo: memFree=1455824/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.8
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 974 6742 0 1 3 1 72 4 16 0 1 0 1300837249 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 797 370 3 0 500 0
[pid=15990] ppid=15977 vsize=5356 CPUtime=0
/proc/15990/stat : 15990 (sh) S 15977 15977 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1300837333 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15990/statm: 1339 233 193 169 0 50 0
[pid=15991] ppid=15990 vsize=868496 CPUtime=2.23
/proc/15991/stat : 15991 (java) S 15990 15977 15940 0 -1 0 7884 0 1 0 207 16 0 0 18 0 9 0 1300837333 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 217124 6673 2564 9 0 211671 0
[pid=15991/tid=15992] ppid=15990 vsize=868496 CPUtime=1.71
/proc/15991/task/15992/stat : 15992 (java) R 15990 15977 15940 0 -1 64 3154 0 1 0 159 12 0 0 25 0 9 0 1300837334 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15993] ppid=15990 vsize=868496 CPUtime=0.27
/proc/15991/task/15993/stat : 15993 (java) S 15990 15977 15940 0 -1 64 2553 0 0 0 24 3 0 0 16 0 9 0 1300837335 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15994/stat : 15994 (java) S 15990 15977 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1300837335 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15990 15977 15940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1300837335 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15990 15977 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1300837337 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15990 vsize=868496 CPUtime=0.23
/proc/15991/task/15997/stat : 15997 (java) S 15990 15977 15940 0 -1 64 1485 0 0 0 23 0 0 0 16 0 9 0 1300837337 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15998/stat : 15998 (java) S 15990 15977 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1300837337 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15990 15977 15940 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1300837337 889339904 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887452

[startup+6.30245 s]
/proc/loadavg: 2.09 2.05 2.02 3/91 15999
/proc/meminfo: memFree=1415696/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=0.8
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 974 6742 0 1 3 1 72 4 16 0 1 0 1300837249 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 797 370 3 0 500 0
[pid=15990] ppid=15977 vsize=5356 CPUtime=0
/proc/15990/stat : 15990 (sh) S 15977 15977 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1300837333 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15990/statm: 1339 233 193 169 0 50 0
[pid=15991] ppid=15990 vsize=868496 CPUtime=5.4
/proc/15991/stat : 15991 (java) S 15990 15977 15940 0 -1 0 8871 0 1 0 496 44 0 0 18 0 9 0 1300837333 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 217124 6676 2564 9 0 211671 0
[pid=15991/tid=15992] ppid=15990 vsize=868496 CPUtime=4.62
/proc/15991/task/15992/stat : 15992 (java) R 15990 15977 15940 0 -1 64 4138 0 1 0 427 35 0 0 25 0 9 0 1300837334 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15993] ppid=15990 vsize=868496 CPUtime=0.51
/proc/15991/task/15993/stat : 15993 (java) S 15990 15977 15940 0 -1 64 2553 0 0 0 44 7 0 0 16 0 9 0 1300837335 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15994/stat : 15994 (java) S 15990 15977 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1300837335 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15990 15977 15940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1300837335 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15990 15977 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1300837337 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15990 vsize=868496 CPUtime=0.24
/proc/15991/task/15997/stat : 15997 (java) S 15990 15977 15940 0 -1 64 1488 0 0 0 24 0 0 0 17 0 9 0 1300837337 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15998/stat : 15998 (java) S 15990 15977 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1300837337 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15990 vsize=868496 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15990 15977 15940 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1300837337 889339904 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887452

[startup+12.7017 s]
/proc/loadavg: 2.16 2.06 2.03 3/83 16001
/proc/meminfo: memFree=1329104/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=80608 CPUtime=0.9
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 18921 0 0 0 79 11 0 0 25 0 1 0 1300838428 82542592 18907 996147200 134512640 135127466 4294956272 18446744073709551615 134704929 0 0 4096 3 0 0 0 17 1 0 0
/proc/16001/statm: 20152 18907 62 150 0 19999 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 99564

[startup+25.5012 s]
/proc/loadavg: 2.21 2.08 2.03 3/83 16001
/proc/meminfo: memFree=1117144/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=242728 CPUtime=13.62
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 60116 0 0 0 1323 39 0 0 25 0 1 0 1300838428 248553472 60102 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/16001/statm: 60682 60102 76 150 0 60529 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 261684

[startup+51.1013 s]
/proc/loadavg: 2.12 2.07 2.03 3/83 16001
/proc/meminfo: memFree=1111448/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=248744 CPUtime=39.1
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 61602 0 0 0 3870 40 0 0 25 0 1 0 1300838428 254713856 61588 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/16001/statm: 62186 61588 76 150 0 62033 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 267700

[startup+102.306 s]
/proc/loadavg: 2.05 2.06 2.02 3/83 16001
/proc/meminfo: memFree=1106072/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0

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

[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=310056 CPUtime=1398.61
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 76590 0 0 0 139797 64 0 0 25 0 1 0 1300838428 317497344 76576 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 77514 76576 76 150 0 77361 0
Current children cumulated CPU time (s) 1410.19
Current children cumulated vsize (KiB) 329012

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/75 16119
/proc/meminfo: memFree=1079776/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=311984 CPUtime=1458.56
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 77060 0 0 0 145791 65 0 0 25 0 1 0 1300838428 319471616 77046 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 77996 77046 76 150 0 77843 0
Current children cumulated CPU time (s) 1470.14
Current children cumulated vsize (KiB) 330940

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 16119
/proc/meminfo: memFree=1077920/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=313772 CPUtime=1518.5
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 77524 0 0 0 151785 65 0 0 25 0 1 0 1300838428 321302528 77510 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 78443 77510 76 150 0 78290 0
Current children cumulated CPU time (s) 1530.08
Current children cumulated vsize (KiB) 332728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 16119
/proc/meminfo: memFree=1075872/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=315724 CPUtime=1578.45
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 78017 0 0 0 157779 66 0 0 25 0 1 0 1300838428 323301376 78003 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 78931 78003 76 150 0 78778 0
Current children cumulated CPU time (s) 1590.03
Current children cumulated vsize (KiB) 334680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 16119
/proc/meminfo: memFree=1073824/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=317768 CPUtime=1638.4
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 78535 0 0 0 163774 66 0 0 25 0 1 0 1300838428 325394432 78521 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 79442 78521 76 150 0 79289 0
Current children cumulated CPU time (s) 1649.98
Current children cumulated vsize (KiB) 336724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 16119
/proc/meminfo: memFree=1071712/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=319936 CPUtime=1698.35
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 79060 0 0 0 169768 67 0 0 25 0 1 0 1300838428 327614464 79046 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 79984 79046 76 150 0 79831 0
Current children cumulated CPU time (s) 1709.93
Current children cumulated vsize (KiB) 338892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 16119
/proc/meminfo: memFree=1069856/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=321524 CPUtime=1758.29
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 79481 0 0 0 175762 67 0 0 25 0 1 0 1300838428 329240576 79467 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 80381 79467 76 150 0 80228 0
Current children cumulated CPU time (s) 1769.87
Current children cumulated vsize (KiB) 340480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16119
/proc/meminfo: memFree=1069024/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=322316 CPUtime=1788.47
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 79700 0 0 0 178779 68 0 0 25 0 1 0 1300838428 330051584 79686 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 80579 79686 76 150 0 80426 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 341272

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

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16119
/proc/meminfo: memFree=1069024/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=13600 CPUtime=11.58
/proc/15977/stat : 15977 (sugar) S 15975 15977 15940 0 -1 4194304 1033 17636 0 2 3 1 1053 101 16 0 1 0 1300837249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 3400 799 370 3 0 500 0
[pid=16000] ppid=15977 vsize=5356 CPUtime=0
/proc/16000/stat : 16000 (sh) S 15977 15977 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1300838427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16000/statm: 1339 232 193 169 0 50 0
[pid=16001] ppid=16000 vsize=322316 CPUtime=1788.47
/proc/16001/stat : 16001 (minisat) R 16000 15977 15940 0 -1 4194304 79700 0 0 0 178779 68 0 0 25 0 1 0 1300838428 330051584 79686 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16001/statm: 80579 79686 76 150 0 80426 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 341272

# WARNING:
# current cumulated CPU time (11.64 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1788.41 s) to the 'lost time'.

[startup+1812.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16119
/proc/meminfo: memFree=1069024/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=0 CPUtime=11.64
/proc/15977/stat : 15977 (sugar) R 15975 15977 15940 0 -1 4194308 1100 17913 0 2 3 7 1053 101 17 0 1 0 1300837249 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15977/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 0

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

[startup+1812.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16119
/proc/meminfo: memFree=1069024/2055920 swapFree=4121032/4192956
[pid=15977] ppid=15975 vsize=0 CPUtime=11.64
/proc/15977/stat : 15977 (sugar) R 15975 15977 15940 0 -1 4194308 1100 17913 0 2 3 7 1053 101 17 0 1 0 1300837249 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15977/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1788.41
#  lost CPU user time (s): 1787.79
#  lost CPU system time (s): 0.62

Real time (s): 1812.62
CPU time (s): 1800.08
CPU user time (s): 1798.37
CPU system time (s): 1.70983
CPU usage (%): 99.3081
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5784
system time used= 1.08983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19013
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= 24205
involuntary context switches= 24238

runsolver used 2.38864 second user time and 5.85911 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 00:58:33
IDJOB=1060137
IDBENCH=54408
IDSOLVER=346
FILE ID=node20/1060137-1215125913
PBS_JOBID= 7877276
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-9.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-1060137-1215125913/watcher-1060137-1215125913 -o /tmp/evaluation-result-1060137-1215125913/solver-1060137-1215125913 -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-1060137-1215125913.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4b78d7f43a355b62cc35ed3e75b3d9c4
RANDOM SEED=719735683

node20.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.263
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.263
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:       1480328 kB
Buffers:         59796 kB
Cached:         313116 kB
SwapCached:      65824 kB
Active:         289588 kB
Inactive:       212360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480328 kB
SwapTotal:     4192956 kB
SwapFree:      4121032 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         144260 kB
Slab:            58800 kB
Committed_AS:  3416676 kB
PageTables:       2052 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= 66540 MiB
End job on node20 at 2008-07-04 01:28:48