Trace number 2081576

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.03 1808.14

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-2.xml
MD5SUM65f0189f301f7a82004935c4294f8579
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1381
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 06:33:39 2009
0.05/0.07	c 0	PID 24785
0.05/0.08	c 0	HOST node75.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2081576-1247373218.xml TO HOME/temp.csp
0.05/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-2081576-1247373218.xml' 'HOME/temp.csp'
0.06/0.88	c 0	94 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.06/0.91	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	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.98	c 0	Parsing HOME/temp.csp
1.12/1.28	c 1	parsed 10000 expressions
1.12/1.29	c 1	parsed 10388 expressions
1.12/1.29	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.29	c 1	Converting to clausal form CSP
1.32/1.42	c 1	converted 1039 (10%) expressions
1.43/1.56	c 1	converted 2078 (20%) expressions
1.52/1.63	c 1	converted 3117 (30%) expressions
1.52/1.67	c 1	converted 4156 (40%) expressions
1.63/1.70	c 1	converted 5194 (50%) expressions
1.63/1.74	c 1	converted 6233 (60%) expressions
1.72/1.83	c 1	converted 7272 (70%) expressions
1.72/1.87	c 1	converted 8311 (80%) expressions
1.82/1.90	c 1	converted 9350 (90%) expressions
1.82/1.94	c 1	converted 10388 (100%) expressions
1.82/1.94	c 1	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1354
1.82/1.94	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.94	c 1	Propagation in CSP
2.21/2.32	c 2	187598 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.32	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 722
2.21/2.32	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.33	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.49	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 722
2.31/2.49	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.58	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.52/2.66	c 2	60 (10%) CSP integer variables are encoded (40230 clauses, 581334 bytes)
2.61/2.71	c 2	120 (20%) CSP integer variables are encoded (78330 clauses, 1152834 bytes)
2.61/2.76	c 2	180 (30%) CSP integer variables are encoded (108870 clauses, 1628999 bytes)
2.72/2.80	c 2	240 (40%) CSP integer variables are encoded (142260 clauses, 2196629 bytes)
2.72/2.84	c 2	300 (50%) CSP integer variables are encoded (174240 clauses, 2740289 bytes)
2.72/2.89	c 2	360 (60%) CSP integer variables are encoded (212160 clauses, 3384929 bytes)
2.81/2.95	c 2	420 (70%) CSP integer variables are encoded (252990 clauses, 4079039 bytes)
2.91/3.00	c 2	480 (80%) CSP integer variables are encoded (293220 clauses, 4762949 bytes)
2.91/3.05	c 3	540 (90%) CSP integer variables are encoded (330930 clauses, 5404019 bytes)
2.91/3.09	c 3	600 (100%) CSP integer variables are encoded (361230 clauses, 5919119 bytes)
4.60/4.73	c 4	2739 (10%) CSP clauses are encoded (1151444 clauses, 23968229 bytes)
5.89/6.08	c 6	5478 (20%) CSP clauses are encoded (1824767 clauses, 39710416 bytes)
7.29/7.44	c 7	8217 (30%) CSP clauses are encoded (2505131 clauses, 55631102 bytes)
8.58/8.79	c 8	10956 (40%) CSP clauses are encoded (3146371 clauses, 70651291 bytes)
9.75/9.91	c 9	13695 (50%) CSP clauses are encoded (3691361 clauses, 83665040 bytes)
10.94/11.14	c 11	16434 (60%) CSP clauses are encoded (4299110 clauses, 98537667 bytes)
12.13/12.38	c 12	19173 (70%) CSP clauses are encoded (4920049 clauses, 113704633 bytes)
13.33/13.51	c 13	21912 (80%) CSP clauses are encoded (5479676 clauses, 127324165 bytes)
14.89/15.17	c 15	24651 (90%) CSP clauses are encoded (6296690 clauses, 147115299 bytes)
16.47/16.72	c 16	27390 (100%) CSP clauses are encoded (7046235 clauses, 164586275 bytes)
16.47/16.72	c 16	27390 CSP clauses encoded
16.47/16.72	c 16	Writing map file : HOME/temp.map
16.47/16.74	c 16	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.47/16.74	c 16	SAT : 379530 SAT variables, 7046235 SAT clauses, 164586275 bytes
16.47/16.74	c 16	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.47/16.77	c 16	SOLVING HOME/temp.cnf
16.47/16.77	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.47/16.77	c 16	This is MiniSat 2.0 beta
16.47/16.77	c 16	WARNING: for repeatability, setting FPU to use double precision
16.47/16.77	c 16	============================[ Problem Statistics ]=============================
16.47/16.77	c 16	|                                                                             |
16.47/16.77	c 16	|  Number of variables:  379530                                               |
16.47/16.77	c 16	|  Number of clauses:    7046235                                              |
20.53/20.82	c 20	|  Parsing time:         3.42         s                                       |
20.72/21.04	c 20	============================[ Search Statistics ]==============================
20.72/21.04	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.72/21.04	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.72/21.04	c 20	===============================================================================
20.72/21.04	c 20	|         0 |  377580  7044285 20238726 |  2348095        0    nan |  0.000 % |
26.59/26.91	c 26	|       100 |  377580  7044285 20238726 |  2582904       99     31 |  0.520 % |
30.67/31.05	c 31	|       250 |  377580  7044285 20238726 |  2841194      249     33 |  0.520 % |
37.55/37.94	c 37	|       475 |  377580  7044285 20238726 |  3125314      474     32 |  0.520 % |
45.11/45.54	c 45	|       812 |  377580  7044285 20238726 |  3437845      810     25 |  0.525 % |
59.25/59.76	c 59	|      1320 |  377537  7043399 20236216 |  3781630     1317     20 |  0.531 % |
79.47/80.08	c 80	|      2079 |  377537  7043399 20236216 |  4159793     2075     19 |  0.538 % |
106.06/106.79	c 106	|      3219 |  377490  7042567 20233880 |  4575772     3213     17 |  0.543 % |
148.97/149.96	c 149	|      4927 |  377468  7042021 20232306 |  5033350     4920     18 |  0.548 % |
224.46/225.70	c 225	|      7489 |  377376  7040262 20227353 |  5536685     7479     19 |  0.568 % |
337.00/338.77	c 338	|     11336 |  377355  7039795 20226015 |  6090353    11323     20 |  0.577 % |
507.19/509.68	c 509	|     17102 |  377326  7039122 20224099 |  6699389    17086     20 |  0.582 % |
745.21/748.62	c 748	|     25751 |  377272  7038248 20221654 |  7369327    25729     20 |  0.595 % |
1033.60/1038.20	c 1038	|     38726 |  377105  7035258 20213203 |  8106260    38683     23 |  0.652 % |
1584.52/1591.47	c 1591	|     58187 |  376926  7032074 20204229 |  8916886    58133     24 |  0.686 % |
1800.00/1808.02	c ERROR INTERRUPTED
1800.00/1808.06	s UNKNOWN
1800.00/1808.06	c 1808	CPU 16.55 (0.06 0.02 15.18 1.29)
1800.00/1808.06	c 1808	END Sun Jul 12 07:03:47 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-2081576-1247373218/watcher-2081576-1247373218 -o /tmp/evaluation-result-2081576-1247373218/solver-2081576-1247373218 -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-2081576-1247373218.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.02 4/80 24785
/proc/meminfo: memFree=1659528/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=12272 CPUtime=0
/proc/24785/stat : 24785 (sugar) R 24783 24785 18951 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24386296 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 231882848869 0 0 4224 0 0 0 0 17 0 0 0
/proc/24785/statm: 3068 364 274 3 0 168 0

[startup+0.063657 s]
/proc/loadavg: 2.00 2.03 2.02 4/80 24785
/proc/meminfo: memFree=1659528/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16344 CPUtime=0.05
/proc/24785/stat : 24785 (sugar) R 24783 24785 18951 0 -1 4194304 994 0 0 0 4 1 0 0 18 0 1 0 24386296 16736256 962 996147200 4194304 4206940 548682068608 18446744073709551615 231900521028 0 0 4224 0 0 0 0 17 0 0 0
/proc/24785/statm: 4086 962 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101661 s]
/proc/loadavg: 2.00 2.03 2.02 4/80 24785
/proc/meminfo: memFree=1659528/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.06
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301682 s]
/proc/loadavg: 2.00 2.03 2.02 4/80 24785
/proc/meminfo: memFree=1659528/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.06
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701731 s]
/proc/loadavg: 2.00 2.03 2.02 4/80 24785
/proc/meminfo: memFree=1659528/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.06
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.00 2.03 2.02 4/91 24807
/proc/meminfo: memFree=1651696/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.86
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1309 9112 0 1 5 1 75 5 16 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
[pid=24798] ppid=24785 vsize=5356 CPUtime=0
/proc/24798/stat : 24798 (sh) S 24785 24785 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24386388 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24798/statm: 1339 233 193 169 0 50 0
[pid=24799] ppid=24798 vsize=868516 CPUtime=0.57
/proc/24799/stat : 24799 (java) S 24798 24785 18951 0 -1 0 5678 0 1 0 54 3 0 0 18 0 9 0 24386388 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24799/statm: 217129 5114 1742 9 0 211634 0
[pid=24799/tid=24800] ppid=24798 vsize=868516 CPUtime=0.38
/proc/24799/task/24800/stat : 24800 (java) R 24798 24785 18951 0 -1 64 2659 0 1 0 37 1 0 0 20 0 9 0 24386389 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24801] ppid=24798 vsize=868516 CPUtime=0.02
/proc/24799/task/24801/stat : 24801 (java) S 24798 24785 18951 0 -1 64 880 0 0 0 2 0 0 0 16 0 9 0 24386390 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24802] ppid=24798 vsize=868516 CPUtime=0
/proc/24799/task/24802/stat : 24802 (java) S 24798 24785 18951 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24386390 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24803] ppid=24798 vsize=868516 CPUtime=0
/proc/24799/task/24803/stat : 24803 (java) S 24798 24785 18951 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24386390 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24804] ppid=24798 vsize=868516 CPUtime=0
/proc/24799/task/24804/stat : 24804 (java) S 24798 24785 18951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24386392 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24805] ppid=24798 vsize=868516 CPUtime=0.13
/proc/24799/task/24805/stat : 24805 (java) S 24798 24785 18951 0 -1 64 1446 0 0 0 13 0 0 0 16 0 9 0 24386392 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24806] ppid=24798 vsize=868516 CPUtime=0
/proc/24799/task/24806/stat : 24806 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24386392 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24807] ppid=24798 vsize=868516 CPUtime=0
/proc/24799/task/24807/stat : 24807 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24386392 889360384 5114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890740

[startup+3.10301 s]
/proc/loadavg: 2.00 2.03 2.02 3/91 24807
/proc/meminfo: memFree=1634480/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.87
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1310 9112 0 1 6 1 75 5 15 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
[pid=24798] ppid=24785 vsize=5356 CPUtime=0
/proc/24798/stat : 24798 (sh) S 24785 24785 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24386388 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24798/statm: 1339 233 193 169 0 50 0
[pid=24799] ppid=24798 vsize=868712 CPUtime=2.15
/proc/24799/stat : 24799 (java) S 24798 24785 18951 0 -1 0 10366 0 1 0 205 10 0 0 18 0 9 0 24386388 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24799/statm: 217178 9360 2590 9 0 211655 0
[pid=24799/tid=24800] ppid=24798 vsize=868712 CPUtime=1.48
/proc/24799/task/24800/stat : 24800 (java) R 24798 24785 18951 0 -1 64 3035 0 1 0 144 4 0 0 25 0 9 0 24386389 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24801] ppid=24798 vsize=868712 CPUtime=0.46
/proc/24799/task/24801/stat : 24801 (java) S 24798 24785 18951 0 -1 64 5133 0 0 0 42 4 0 0 16 0 9 0 24386390 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24802] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24802/stat : 24802 (java) S 24798 24785 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24386390 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24803] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24803/stat : 24803 (java) S 24798 24785 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24386390 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24804] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24804/stat : 24804 (java) S 24798 24785 18951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24386392 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24805] ppid=24798 vsize=868712 CPUtime=0.19
/proc/24799/task/24805/stat : 24805 (java) R 24798 24785 18951 0 -1 64 1500 0 0 0 19 0 0 0 16 0 9 0 24386392 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 101779418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24806] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24806/stat : 24806 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24386392 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24807] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24807/stat : 24807 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24386392 889561088 9360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890936

[startup+6.30239 s]
/proc/loadavg: 2.00 2.03 2.02 3/91 24807
/proc/meminfo: memFree=1596720/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.87
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1310 9112 0 1 6 1 75 5 16 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
[pid=24798] ppid=24785 vsize=5356 CPUtime=0
/proc/24798/stat : 24798 (sh) S 24785 24785 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24386388 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24798/statm: 1339 233 193 169 0 50 0
[pid=24799] ppid=24798 vsize=868712 CPUtime=5.32
/proc/24799/stat : 24799 (java) S 24798 24785 18951 0 -1 0 10966 0 1 0 498 34 0 0 18 0 9 0 24386388 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24799/statm: 217178 9377 2590 9 0 211655 0
[pid=24799/tid=24800] ppid=24798 vsize=868712 CPUtime=4.45
/proc/24799/task/24800/stat : 24800 (java) R 24798 24785 18951 0 -1 64 3618 0 1 0 419 26 0 0 25 0 9 0 24386389 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4126814172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24801] ppid=24798 vsize=868712 CPUtime=0.64
/proc/24799/task/24801/stat : 24801 (java) S 24798 24785 18951 0 -1 64 5133 0 0 0 57 7 0 0 16 0 9 0 24386390 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24802] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24802/stat : 24802 (java) S 24798 24785 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24386390 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24803] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24803/stat : 24803 (java) S 24798 24785 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24386390 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24804] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24804/stat : 24804 (java) S 24798 24785 18951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24805] ppid=24798 vsize=868712 CPUtime=0.21
/proc/24799/task/24805/stat : 24805 (java) S 24798 24785 18951 0 -1 64 1517 0 0 0 21 0 0 0 16 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24806] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24806/stat : 24806 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24807] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24807/stat : 24807 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890936

[startup+12.7021 s]
/proc/loadavg: 2.00 2.03 2.02 3/91 24807
/proc/meminfo: memFree=1519088/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=0.87
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1310 9112 0 1 6 1 75 5 16 0 1 0 24386296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1111 409 3 0 796 0
[pid=24798] ppid=24785 vsize=5356 CPUtime=0
/proc/24798/stat : 24798 (sh) S 24785 24785 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24386388 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24798/statm: 1339 233 193 169 0 50 0
[pid=24799] ppid=24798 vsize=868712 CPUtime=11.67
/proc/24799/stat : 24799 (java) S 24798 24785 18951 0 -1 0 12147 0 1 0 1080 87 0 0 18 0 9 0 24386388 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24799/statm: 217178 9377 2590 9 0 211655 0
[pid=24799/tid=24800] ppid=24798 vsize=868712 CPUtime=10.39
/proc/24799/task/24800/stat : 24800 (java) R 24798 24785 18951 0 -1 64 4799 0 1 0 969 70 0 0 25 0 9 0 24386389 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24801] ppid=24798 vsize=868712 CPUtime=1.03
/proc/24799/task/24801/stat : 24801 (java) S 24798 24785 18951 0 -1 64 5133 0 0 0 88 15 0 0 16 0 9 0 24386390 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24802] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24802/stat : 24802 (java) S 24798 24785 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24386390 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24803] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24803/stat : 24803 (java) S 24798 24785 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24386390 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24804] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24804/stat : 24804 (java) S 24798 24785 18951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24805] ppid=24798 vsize=868712 CPUtime=0.21
/proc/24799/task/24805/stat : 24805 (java) S 24798 24785 18951 0 -1 64 1517 0 0 0 21 0 0 0 16 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24806] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24806/stat : 24806 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24799/tid=24807] ppid=24798 vsize=868712 CPUtime=0
/proc/24799/task/24807/stat : 24807 (java) S 24798 24785 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24386392 889561088 9377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890936

[startup+25.5017 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 24809
/proc/meminfo: memFree=1176696/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.54
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 1 1518 129 15 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=324664 CPUtime=8.66
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 78714 0 0 0 804 62 0 0 25 0 1 0 24387974 332455936 78700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24809/statm: 81166 78700 72 150 0 81013 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 346888

[startup+51.1017 s]
/proc/loadavg: 2.00 2.02 2.01 3/83 24809
/proc/meminfo: memFree=1169976/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.54
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 1 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0

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

/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82362 0 0 0 139889 69 0 0 25 0 1 0 24387974 347955200 82348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24809/statm: 84950 82348 75 150 0 84797 0
Current children cumulated CPU time (s) 1416.13
Current children cumulated vsize (KiB) 362024

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24811
/proc/meminfo: memFree=1159800/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=340064 CPUtime=1459.32
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82445 0 0 0 145863 69 0 0 25 0 1 0 24387974 348225536 82431 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/24809/statm: 85016 82431 75 150 0 84863 0
Current children cumulated CPU time (s) 1475.87
Current children cumulated vsize (KiB) 362288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24811
/proc/meminfo: memFree=1159352/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=340460 CPUtime=1519.07
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82540 0 0 0 151838 69 0 0 25 0 1 0 24387974 348631040 82526 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24809/statm: 85115 82526 75 150 0 84962 0
Current children cumulated CPU time (s) 1535.62
Current children cumulated vsize (KiB) 362684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24811
/proc/meminfo: memFree=1158904/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=340724 CPUtime=1578.82
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82622 0 0 0 157813 69 0 0 25 0 1 0 24387974 348901376 82608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24809/statm: 85181 82608 75 150 0 85028 0
Current children cumulated CPU time (s) 1595.37
Current children cumulated vsize (KiB) 362948

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/77 24912
/proc/meminfo: memFree=1278440/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=340992 CPUtime=1638.48
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82697 0 0 0 163777 71 0 0 25 0 1 0 24387974 349175808 82683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24809/statm: 85248 82683 75 150 0 85095 0
Current children cumulated CPU time (s) 1655.03
Current children cumulated vsize (KiB) 363216

[startup+1722.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/77 24912
/proc/meminfo: memFree=1277480/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=341376 CPUtime=1698.17
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82762 0 0 0 169746 71 0 0 25 0 1 0 24387974 349569024 82748 996147200 134512640 135127466 4294956256 18446744073709551615 134530570 0 0 4096 3 0 0 0 17 0 0 0
/proc/24809/statm: 85344 82748 75 150 0 85191 0
Current children cumulated CPU time (s) 1714.72
Current children cumulated vsize (KiB) 363600

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/77 24912
/proc/meminfo: memFree=1276584/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=341640 CPUtime=1757.87
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82825 0 0 0 175716 71 0 0 25 0 1 0 24387974 349839360 82811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24809/statm: 85410 82811 75 150 0 85257 0
Current children cumulated CPU time (s) 1774.42
Current children cumulated vsize (KiB) 363864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 24912
/proc/meminfo: memFree=1276328/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=341772 CPUtime=1783.45
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82844 0 0 0 178274 71 0 0 25 0 1 0 24387974 349974528 82830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24809/statm: 85443 82830 75 150 0 85290 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 363996

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

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

[startup+1808 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 24912
/proc/meminfo: memFree=1276328/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.55
/proc/24785/stat : 24785 (sugar) S 24783 24785 18951 0 -1 4194304 1376 22293 0 2 6 2 1518 129 16 0 1 0 24386296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24785/statm: 4217 1113 409 3 0 796 0
[pid=24808] ppid=24785 vsize=5356 CPUtime=0
/proc/24808/stat : 24808 (sh) S 24785 24785 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24387973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24808/statm: 1339 232 193 169 0 50 0
[pid=24809] ppid=24808 vsize=341772 CPUtime=1783.45
/proc/24809/stat : 24809 (minisat) R 24808 24785 18951 0 -1 4194304 82844 0 0 0 178274 71 0 0 25 0 1 0 24387974 349974528 82830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24809/statm: 85443 82830 75 150 0 85290 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 363996

[startup+1808.12 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 24912
/proc/meminfo: memFree=1276328/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.61
/proc/24785/stat : 24785 (sugar) R 24783 24785 18951 0 -1 4194304 1423 22570 0 2 6 8 1518 129 16 0 1 0 24386296 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24785/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 16.61
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.12 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 24912
/proc/meminfo: memFree=1276328/2055920 swapFree=4192812/4192956
[pid=24785] ppid=24783 vsize=16868 CPUtime=16.61
/proc/24785/stat : 24785 (sugar) R 24783 24785 18951 0 -1 4194304 1423 22570 0 2 6 8 1518 129 16 0 1 0 24386296 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24785/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 16.61
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): 1783.39
#  lost CPU user time (s): 1782.74
#  lost CPU system time (s): 0.65

Real time (s): 1808.14
CPU time (s): 1800.03
CPU user time (s): 1797.99
CPU system time (s): 2.04279
CPU usage (%): 99.5517
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2507
system time used= 1.39279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24052
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= 26273
involuntary context switches= 26364

runsolver used 1.91371 second user time and 5.2302 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 06:33:38
IDJOB=2081576
IDBENCH=57435
IDSOLVER=739
FILE ID=node75/2081576-1247373218
PBS_JOBID= 9506984
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-2.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-2081576-1247373218/watcher-2081576-1247373218 -o /tmp/evaluation-result-2081576-1247373218/solver-2081576-1247373218 -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-2081576-1247373218.xml

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

MD5SUM BENCH= 65f0189f301f7a82004935c4294f8579
RANDOM SEED=684075509

node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1660016 kB
Buffers:         35712 kB
Cached:         162168 kB
SwapCached:          0 kB
Active:         270472 kB
Inactive:        68648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:         159180 kB
Slab:            41776 kB
Committed_AS:   952420 kB
PageTables:       2064 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= 66316 MiB
End job on node75 at 2009-07-12 07:03:48