Trace number 2071159

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.14 1821.53

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-11-a4.xml
MD5SUMb810140e7939220fd6eb4ada33e287a7
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 benchmark396.794
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:54:56 2009
0.00/0.07	c 0	PID 16045
0.00/0.08	c 0	HOST node77.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071159-1247352880.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071159-1247352880.xml' 'HOME/temp.csp'
0.06/0.48	c 0	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.57	c 0	Parsing HOME/temp.csp
0.44/0.64	c 1	parsed 1389 expressions
0.44/0.64	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.64	c 1	Converting to clausal form CSP
0.44/0.72	c 1	converted 139 (10%) expressions
0.44/0.76	c 1	converted 278 (20%) expressions
0.44/0.85	c 1	converted 417 (30%) expressions
0.44/0.92	c 1	converted 556 (40%) expressions
0.44/0.97	c 1	converted 695 (50%) expressions
0.44/1.00	c 1	converted 834 (60%) expressions
0.93/1.03	c 1	converted 973 (70%) expressions
0.93/1.06	c 1	converted 1112 (80%) expressions
0.93/1.09	c 1	converted 1251 (90%) expressions
1.03/1.11	c 1	converted 1389 (100%) expressions
1.03/1.11	c 1	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 106
1.03/1.11	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.11	c 1	Propagation in CSP
1.22/1.35	c 1	16605 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.36	c 1	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 91
1.22/1.36	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.38	c 1	CSP : 1991 integers, 2640 booleans, 7975 clauses, largest domain size 91
1.22/1.38	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.43	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.47	c 1	200 (10%) CSP integer variables are encoded (17305 clauses, 237699 bytes)
1.32/1.49	c 1	399 (20%) CSP integer variables are encoded (35016 clauses, 503364 bytes)
1.42/1.51	c 1	598 (30%) CSP integer variables are encoded (52727 clauses, 769029 bytes)
1.42/1.54	c 1	797 (40%) CSP integer variables are encoded (70438 clauses, 1034694 bytes)
1.42/1.56	c 1	996 (50%) CSP integer variables are encoded (88149 clauses, 1300359 bytes)
1.42/1.58	c 1	1195 (60%) CSP integer variables are encoded (105860 clauses, 1579979 bytes)
1.52/1.60	c 2	1394 (70%) CSP integer variables are encoded (123571 clauses, 1881066 bytes)
1.52/1.63	c 2	1593 (80%) CSP integer variables are encoded (141282 clauses, 2182153 bytes)
1.52/1.65	c 2	1792 (90%) CSP integer variables are encoded (158993 clauses, 2483240 bytes)
1.52/1.68	c 2	1991 (100%) CSP integer variables are encoded (176704 clauses, 2784327 bytes)
2.22/2.30	c 2	798 (10%) CSP clauses are encoded (451645 clauses, 8884639 bytes)
4.00/4.20	c 4	1595 (20%) CSP clauses are encoded (1538894 clauses, 28859034 bytes)
6.53/10.16	c 10	2393 (30%) CSP clauses are encoded (2984474 clauses, 56158972 bytes)
9.02/12.65	c 13	3190 (40%) CSP clauses are encoded (4427303 clauses, 83603728 bytes)
11.51/15.15	c 15	3988 (50%) CSP clauses are encoded (5871307 clauses, 111109714 bytes)
14.00/17.65	c 18	4785 (60%) CSP clauses are encoded (7314840 clauses, 138738161 bytes)
16.52/25.97	c 26	5583 (70%) CSP clauses are encoded (8759574 clauses, 167851103 bytes)
19.11/28.53	c 28	6380 (80%) CSP clauses are encoded (10203231 clauses, 197697043 bytes)
21.70/31.11	c 31	7178 (90%) CSP clauses are encoded (11648879 clauses, 227740645 bytes)
24.18/33.69	c 34	7975 (100%) CSP clauses are encoded (13092896 clauses, 257790430 bytes)
24.18/33.69	c 34	7975 CSP clauses encoded
24.18/33.69	c 34	Writing map file : HOME/temp.map
24.18/33.70	c 34	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.18/33.70	c 34	SAT : 181335 SAT variables, 13092896 SAT clauses, 257790430 bytes
24.18/33.70	c 34	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.28/33.74	c 34	SOLVING HOME/temp.cnf
24.28/33.74	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.28/33.74	c 34	This is MiniSat 2.0 beta
24.28/33.74	c 34	WARNING: for repeatability, setting FPU to use double precision
24.28/33.74	c 34	============================[ Problem Statistics ]=============================
24.28/33.74	c 34	|                                                                             |
24.28/33.75	c 34	|  Number of variables:  181335                                               |
24.28/33.75	c 34	|  Number of clauses:    13092896                                             |
30.21/39.70	c 40	|  Parsing time:         5.09         s                                       |
30.41/39.96	c 40	============================[ Search Statistics ]==============================
30.41/39.96	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.41/39.96	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.41/39.96	c 40	===============================================================================
30.41/39.96	c 40	|         0 |  181335 13092896 43068464 |  4364298        0    nan |  0.000 % |
52.10/61.75	c 62	|       100 |  181330 13092896 43068464 |  4800728       95      9 |  1.514 % |
61.34/71.06	c 71	|       251 |  181328 13092896 43068464 |  5280801      244      8 |  3.049 % |
73.38/83.17	c 83	|       477 |  181328 13092896 43068464 |  5808881      470      8 |  3.049 % |
91.98/101.81	c 102	|       814 |  181328 13092896 43068464 |  6389769      807      9 |  3.049 % |
117.76/127.77	c 128	|      1320 |  181328 13092896 43068464 |  7028746     1313      9 |  3.049 % |
156.65/166.84	c 167	|      2079 |  181328 13092896 43068464 |  7731621     2072      9 |  3.049 % |
207.68/218.12	c 218	|      3218 |  181326 13092896 43068464 |  8504783     3210      9 |  5.703 % |
285.17/296.06	c 296	|      4926 |  181326 13092896 43068464 |  9355261     4918      9 |  5.703 % |
419.08/430.63	c 431	|      7488 |  170993 12225554 40172577 | 10290787     7475      9 |  5.703 % |
556.41/568.97	c 569	|     11334 |  170993 12225554 40172577 | 11319866    11321      9 |  5.703 % |
815.05/829.60	c 830	|     17100 |  170993 12225554 40172577 | 12451853    17087     10 |  5.703 % |
1193.63/1211.90	c 1212	|     25750 |  170993 12225554 40172577 | 13697038    25737     10 |  5.703 % |
1771.65/1792.89	c 1793	|     38724 |  170993 12225554 40172577 | 15066742    38711     11 |  5.703 % |
1800.02/1821.32	c ERROR INTERRUPTED
1800.02/1821.40	s UNKNOWN
1800.02/1821.40	c 1821	CPU 24.31 (0.06 0.01 22.12 2.12)
1800.02/1821.40	c 1821	END Sun Jul 12 01:25:17 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071159-1247352880/watcher-2071159-1247352880 -o /tmp/evaluation-result-2071159-1247352880/solver-2071159-1247352880 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071159-1247352880.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.57 5.28 5.74 4/84 16045
/proc/meminfo: memFree=1380592/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=18576 CPUtime=0
/proc/16045/stat : 16045 (runsolver) R 16043 16045 15421 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22354802 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16045/statm: 4644 284 249 26 0 2626 0

[startup+0.00877804 s]
/proc/loadavg: 5.57 5.28 5.74 4/84 16045
/proc/meminfo: memFree=1380592/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=12268 CPUtime=0
/proc/16045/stat : 16045 (sugar) D 16043 16045 15421 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22354802 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/16045/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.1018 s]
/proc/loadavg: 5.57 5.28 5.74 4/84 16045
/proc/meminfo: memFree=1380592/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.06
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30184 s]
/proc/loadavg: 5.57 5.28 5.74 4/84 16045
/proc/meminfo: memFree=1380592/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.06
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70192 s]
/proc/loadavg: 5.57 5.28 5.74 4/84 16045
/proc/meminfo: memFree=1380592/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.44
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1309 4965 0 1 5 1 34 4 15 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 5.57 5.28 5.74 3/95 16067
/proc/meminfo: memFree=1365648/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.45
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1310 4965 0 1 6 1 34 4 15 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16058] ppid=16045 vsize=5356 CPUtime=0
/proc/16058/stat : 16058 (sh) S 16045 16045 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22354853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16058/statm: 1339 233 193 169 0 50 0
[pid=16059] ppid=16058 vsize=868692 CPUtime=0.97
/proc/16059/stat : 16059 (java) S 16058 16045 15421 0 -1 0 7328 0 1 0 94 3 0 0 19 0 9 0 22354853 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 217173 6495 2590 9 0 211650 0
[pid=16059/tid=16060] ppid=16058 vsize=868692 CPUtime=0.62
/proc/16059/task/16060/stat : 16060 (java) R 16058 16045 15421 0 -1 64 2790 0 1 0 61 1 0 0 18 0 9 0 22354854 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4126937813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16061] ppid=16058 vsize=868692 CPUtime=0.14
/proc/16059/task/16061/stat : 16061 (java) S 16058 16045 15421 0 -1 64 2342 0 0 0 14 0 0 0 16 0 9 0 22354855 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16062] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16062/stat : 16062 (java) S 16058 16045 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22354855 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16063/stat : 16063 (java) S 16058 16045 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22354855 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16064/stat : 16064 (java) S 16058 16045 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22354857 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16065] ppid=16058 vsize=868692 CPUtime=0.18
/proc/16059/task/16065/stat : 16065 (java) S 16058 16045 15421 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 22354857 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16066] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16066/stat : 16066 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22354857 889540608 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16067] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16067/stat : 16067 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22354857 889540608 6495 996147200 134512640 134550932 4294955936 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) 890916

[startup+3.10239 s]
/proc/loadavg: 5.45 5.26 5.73 3/95 16067
/proc/meminfo: memFree=1355280/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.45
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1310 4965 0 1 6 1 34 4 15 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16058] ppid=16045 vsize=5356 CPUtime=0
/proc/16058/stat : 16058 (sh) S 16045 16045 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22354853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16058/statm: 1339 233 193 169 0 50 0
[pid=16059] ppid=16058 vsize=868692 CPUtime=2.55
/proc/16059/stat : 16059 (java) S 16058 16045 15421 0 -1 0 7883 0 1 0 237 18 0 0 19 0 9 0 22354853 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 217173 6512 2590 9 0 211650 0
[pid=16059/tid=16060] ppid=16058 vsize=868692 CPUtime=2.05
/proc/16059/task/16060/stat : 16060 (java) R 16058 16045 15421 0 -1 64 3329 0 1 0 192 13 0 0 25 0 9 0 22354854 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16061] ppid=16058 vsize=868692 CPUtime=0.28
/proc/16059/task/16061/stat : 16061 (java) S 16058 16045 15421 0 -1 64 2342 0 0 0 24 4 0 0 16 0 9 0 22354855 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16062] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16062/stat : 16062 (java) S 16058 16045 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22354855 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16063/stat : 16063 (java) S 16058 16045 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22354855 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16064/stat : 16064 (java) S 16058 16045 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22354857 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16065] ppid=16058 vsize=868692 CPUtime=0.2
/proc/16059/task/16065/stat : 16065 (java) S 16058 16045 15421 0 -1 64 1513 0 0 0 20 0 0 0 16 0 9 0 22354857 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16066] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16066/stat : 16066 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22354857 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16067] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16067/stat : 16067 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22354857 889540608 6512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890916

[startup+6.30302 s]
/proc/loadavg: 5.45 5.26 5.73 2/95 16067
/proc/meminfo: memFree=1330520/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.45
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1310 4965 0 1 6 1 34 4 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16058] ppid=16045 vsize=5356 CPUtime=0
/proc/16058/stat : 16058 (sh) S 16045 16045 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22354853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16058/statm: 1339 233 193 169 0 50 0
[pid=16059] ppid=16058 vsize=868692 CPUtime=4.08
/proc/16059/stat : 16059 (java) S 16058 16045 15421 0 -1 0 8423 0 1 0 377 31 0 0 19 0 9 0 22354853 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 217173 6513 2590 9 0 211650 0
[pid=16059/tid=16060] ppid=16058 vsize=868692 CPUtime=3.44
/proc/16059/task/16060/stat : 16060 (java) D 16058 16045 15421 0 -1 64 3868 0 1 0 322 22 0 0 25 0 9 0 22354854 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=16059/tid=16061] ppid=16058 vsize=868692 CPUtime=0.4
/proc/16059/task/16061/stat : 16061 (java) S 16058 16045 15421 0 -1 64 2342 0 0 0 33 7 0 0 16 0 9 0 22354855 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16062] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16062/stat : 16062 (java) S 16058 16045 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22354855 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16063/stat : 16063 (java) S 16058 16045 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22354855 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16064/stat : 16064 (java) S 16058 16045 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22354857 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16065] ppid=16058 vsize=868692 CPUtime=0.2
/proc/16059/task/16065/stat : 16065 (java) S 16058 16045 15421 0 -1 64 1514 0 0 0 20 0 0 0 16 0 9 0 22354857 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16066] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16066/stat : 16066 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22354857 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16067] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16067/stat : 16067 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22354857 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 890916
heavy processes:

[startup+12.7023 s]
/proc/loadavg: 5.69 5.31 5.75 3/95 16067
/proc/meminfo: memFree=1287320/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.45
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1310 4965 0 1 6 1 34 4 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16058] ppid=16045 vsize=5356 CPUtime=0
/proc/16058/stat : 16058 (sh) S 16045 16045 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22354853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16058/statm: 1339 233 193 169 0 50 0
[pid=16059] ppid=16058 vsize=868692 CPUtime=8.66
/proc/16059/stat : 16059 (java) S 16058 16045 15421 0 -1 0 10048 0 1 0 793 73 0 0 19 0 9 0 22354853 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 217173 6514 2590 9 0 211650 0
[pid=16059/tid=16060] ppid=16058 vsize=868692 CPUtime=7.61
/proc/16059/task/16060/stat : 16060 (java) R 16058 16045 15421 0 -1 64 5492 0 1 0 707 54 0 0 25 0 9 0 22354854 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4126941280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16061] ppid=16058 vsize=868692 CPUtime=0.82
/proc/16059/task/16061/stat : 16061 (java) S 16058 16045 15421 0 -1 64 2342 0 0 0 64 18 0 0 16 0 9 0 22354855 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16062] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16062/stat : 16062 (java) S 16058 16045 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22354855 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16063/stat : 16063 (java) S 16058 16045 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22354855 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16064/stat : 16064 (java) S 16058 16045 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22354857 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16065] ppid=16058 vsize=868692 CPUtime=0.21
/proc/16059/task/16065/stat : 16065 (java) S 16058 16045 15421 0 -1 64 1515 0 0 0 21 0 0 0 17 0 9 0 22354857 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16066] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16066/stat : 16066 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22354857 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16067] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16067/stat : 16067 (java) S 16058 16045 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22354857 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 890916
heavy processes:

[startup+25.5018 s]
/proc/loadavg: 6.13 5.42 5.78 2/98 16070
/proc/meminfo: memFree=1197056/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=0.45
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1310 4965 0 1 6 1 34 4 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16058] ppid=16045 vsize=5356 CPUtime=0
/proc/16058/stat : 16058 (sh) S 16045 16045 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22354853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16058/statm: 1339 233 193 169 0 50 0
[pid=16059] ppid=16058 vsize=868692 CPUtime=15.93
/proc/16059/stat : 16059 (java) S 16058 16045 15421 0 -1 0 12617 0 1 0 1456 137 0 0 19 0 9 0 22354853 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 217173 6514 2590 9 0 211650 0
[pid=16059/tid=16060] ppid=16058 vsize=868692 CPUtime=14.24
/proc/16059/task/16060/stat : 16060 (java) D 16058 16045 15421 0 -1 64 8061 0 1 0 1322 102 0 0 25 0 9 0 22354854 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=16059/tid=16061] ppid=16058 vsize=868692 CPUtime=1.45
/proc/16059/task/16061/stat : 16061 (java) S 16058 16045 15421 0 -1 64 2342 0 0 0 112 33 0 0 16 0 9 0 22354855 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16059/tid=16062] ppid=16058 vsize=868692 CPUtime=0
/proc/16059/task/16062/stat : 16062 (java) S 16058 16045 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22354855 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16058 vsize=868692 CPUtime=0

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

/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630720 CPUtime=1438.22
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148629 0 0 0 143716 106 0 0 25 0 1 0 22358177 645857280 148615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157680 148615 75 150 0 157527 0
Current children cumulated CPU time (s) 1462.52
Current children cumulated vsize (KiB) 652944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.11 3.24 3/76 16256
/proc/meminfo: memFree=1043560/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630720 CPUtime=1497.95
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148630 0 0 0 149689 106 0 0 25 0 1 0 22358177 645857280 148616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157680 148616 75 150 0 157527 0
Current children cumulated CPU time (s) 1522.25
Current children cumulated vsize (KiB) 652944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.09 3.16 3/76 16256
/proc/meminfo: memFree=1043496/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630720 CPUtime=1557.68
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148631 0 0 0 155662 106 0 0 25 0 1 0 22358177 645857280 148617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157680 148617 75 150 0 157527 0
Current children cumulated CPU time (s) 1581.98
Current children cumulated vsize (KiB) 652944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 3.08 3/76 16256
/proc/meminfo: memFree=1043304/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630720 CPUtime=1617.41
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148640 0 0 0 161635 106 0 0 25 0 1 0 22358177 645857280 148626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157680 148626 75 150 0 157527 0
Current children cumulated CPU time (s) 1641.71
Current children cumulated vsize (KiB) 652944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 3.02 3/76 16256
/proc/meminfo: memFree=1043240/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630720 CPUtime=1677.16
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148644 0 0 0 167609 107 0 0 25 0 1 0 22358177 645857280 148630 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157680 148630 75 150 0 157527 0
Current children cumulated CPU time (s) 1701.46
Current children cumulated vsize (KiB) 652944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.95 3/76 16256
/proc/meminfo: memFree=1043112/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630720 CPUtime=1736.89
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148646 0 0 0 173582 107 0 0 25 0 1 0 22358177 645857280 148632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157680 148632 75 150 0 157527 0
Current children cumulated CPU time (s) 1761.19
Current children cumulated vsize (KiB) 652944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.3 s]
/proc/loadavg: 2.00 2.03 2.91 3/76 16256
/proc/meminfo: memFree=1042984/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630856 CPUtime=1775.72
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148664 0 0 0 177465 107 0 0 25 0 1 0 22358177 645996544 148650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157714 148650 75 150 0 157561 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 653080

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

############
# WARNING:
# current cumulated CPU time (24.33 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1775.69 s) to the 'lost time'.

[startup+1821.3 s]
/proc/loadavg: 2.00 2.03 2.91 3/76 16256
/proc/meminfo: memFree=1042984/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.3
/proc/16045/stat : 16045 (sugar) S 16043 16045 15421 0 -1 4194304 1373 20682 0 2 6 1 2212 211 16 0 1 0 22354802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16045/statm: 4217 1111 409 3 0 796 0
[pid=16071] ppid=16045 vsize=5356 CPUtime=0
/proc/16071/stat : 16071 (sh) S 16045 16045 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22358177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16071/statm: 1339 232 193 169 0 50 0
[pid=16072] ppid=16071 vsize=630856 CPUtime=1775.72
/proc/16072/stat : 16072 (minisat) R 16071 16045 15421 0 -1 4194304 148664 0 0 0 177465 107 0 0 25 0 1 0 22358177 645996544 148650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16072/statm: 157714 148650 75 150 0 157561 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 653080

[startup+1821.42 s]
/proc/loadavg: 2.00 2.03 2.91 3/76 16256
/proc/meminfo: memFree=1042984/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.33
/proc/16045/stat : 16045 (sugar) R 16043 16045 15421 0 -1 4194304 1421 20959 0 2 6 3 2212 212 16 0 1 0 22354802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16045/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1821.42 s]
/proc/loadavg: 2.00 2.03 2.91 3/76 16256
/proc/meminfo: memFree=1042984/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.33
/proc/16045/stat : 16045 (sugar) R 16043 16045 15421 0 -1 4194304 1421 20959 0 2 6 3 2212 212 16 0 1 0 22354802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16045/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 16868

[startup+1821.5 s]
/proc/loadavg: 2.08 2.05 2.91 4/76 16257
/proc/meminfo: memFree=1875816/2055920 swapFree=4192812/4192956
[pid=16045] ppid=16043 vsize=16868 CPUtime=24.41
/proc/16045/stat : 16045 (sugar) R 16043 16045 15421 0 -1 4194304 1421 20959 0 2 6 11 2212 212 16 0 1 0 22354802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16045/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 16868

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): 1775.69
#  lost CPU user time (s): 1774.65
#  lost CPU system time (s): 1.04

Real time (s): 1821.53
CPU time (s): 1800.14
CPU user time (s): 1796.84
CPU system time (s): 3.30266
CPU usage (%): 98.8259
Max. virtual memory (cumulated for all children) (KiB): 890916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1916
system time used= 2.26266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22439
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= 75527
involuntary context switches= 75557

runsolver used 2.40563 second user time and 5.43117 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 00:54:56
IDJOB=2071159
IDBENCH=55440
IDSOLVER=739
FILE ID=node77/2071159-1247352880
PBS_JOBID= 9506894
Free space on /tmp= 65584 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-11-a4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071159-1247352880/watcher-2071159-1247352880 -o /tmp/evaluation-result-2071159-1247352880/solver-2071159-1247352880 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071159-1247352880.xml

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

MD5SUM BENCH= b810140e7939220fd6eb4ada33e287a7
RANDOM SEED=418290051

node77.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.256
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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1381080 kB
Buffers:          4696 kB
Cached:         465592 kB
SwapCached:        136 kB
Active:         599628 kB
Inactive:         8532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          419976 kB
Writeback:           0 kB
Mapped:         158084 kB
Slab:            51676 kB
Committed_AS:   368576 kB
PageTables:       2060 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= 66156 MiB
End job on node77 at 2009-07-12 01:25:19