Trace number 2060775

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.01 1809.72

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-36-36.xml
MD5SUM0853b0e8f7ee4392e72aa3d396f96728
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.40763
Satisfiable
(Un)Satisfiability was proved
Number of variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 17:27:55 2009
0.04/0.07	c 0	PID 13839
0.04/0.07	c 0	HOST node85.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2060775-1247326075.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060775-1247326075.xml' 'HOME/temp.csp'
0.06/0.97	c 1	37 domains, 2592 variables, 2 predicates, 0 relations, 3153 constraints
0.93/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.93/1.02	c 1	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.93/1.09	c 1	Parsing HOME/temp.csp
0.94/1.26	c 1	parsed 5784 expressions
0.94/1.27	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.27	c 1	Converting to clausal form CSP
0.94/1.30	c 1	converted 579 (10%) expressions
0.94/1.31	c 1	converted 1157 (20%) expressions
0.94/1.32	c 1	converted 1736 (30%) expressions
0.94/1.32	c 1	converted 2314 (40%) expressions
0.94/1.49	c 2	converted 2892 (50%) expressions
0.94/1.55	c 2	converted 3471 (60%) expressions
0.94/1.59	c 2	converted 4049 (70%) expressions
0.94/1.67	c 2	converted 4628 (80%) expressions
0.94/1.71	c 2	converted 5206 (90%) expressions
3.29/3.40	c 3	converted 5784 (100%) expressions
3.29/3.41	c 3	CSP : 14022 integers, 6388 booleans, 41469 clauses, largest domain size 128
3.29/3.41	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.29/3.41	c 3	Propagation in CSP
3.38/3.52	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.38/3.53	c 4	CSP : 14022 integers, 6388 booleans, 41469 clauses, largest domain size 128
3.38/3.53	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.38/3.55	c 4	Simplifing CSP by introducing new Boolean variables
3.38/3.57	c 4	CSP : 14022 integers, 6388 booleans, 41469 clauses, largest domain size 128
3.38/3.57	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.59/3.75	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.59/3.79	c 4	1403 (10%) CSP integer variables are encoded (7648 clauses, 97293 bytes)
3.70/3.80	c 4	2805 (20%) CSP integer variables are encoded (10320 clauses, 137373 bytes)
3.70/3.82	c 4	4207 (30%) CSP integer variables are encoded (31243 clauses, 451218 bytes)
3.70/3.85	c 4	5609 (40%) CSP integer variables are encoded (52404 clauses, 768633 bytes)
3.70/3.88	c 4	7011 (50%) CSP integer variables are encoded (73010 clauses, 1077723 bytes)
3.79/3.90	c 4	8414 (60%) CSP integer variables are encoded (93544 clauses, 1389334 bytes)
3.79/3.93	c 4	9816 (70%) CSP integer variables are encoded (114252 clauses, 1741370 bytes)
3.79/3.95	c 4	11218 (80%) CSP integer variables are encoded (134960 clauses, 2093406 bytes)
3.79/3.98	c 4	12620 (90%) CSP integer variables are encoded (155633 clauses, 2444847 bytes)
3.89/4.01	c 4	14022 (100%) CSP integer variables are encoded (176768 clauses, 2804142 bytes)
4.49/4.66	c 5	4147 (10%) CSP clauses are encoded (561595 clauses, 9783482 bytes)
5.40/9.22	c 9	8294 (20%) CSP clauses are encoded (1030490 clauses, 19700959 bytes)
6.28/10.12	c 10	12441 (30%) CSP clauses are encoded (1503843 clauses, 29900747 bytes)
7.08/10.97	c 11	16588 (40%) CSP clauses are encoded (1955916 clauses, 39644902 bytes)
7.98/11.82	c 12	20735 (50%) CSP clauses are encoded (2412916 clauses, 49475411 bytes)
9.76/13.63	c 14	24882 (60%) CSP clauses are encoded (3416917 clauses, 71058542 bytes)
10.76/14.64	c 15	29029 (70%) CSP clauses are encoded (3925478 clauses, 83542811 bytes)
11.65/15.55	c 16	33176 (80%) CSP clauses are encoded (4380753 clauses, 94714312 bytes)
12.55/16.46	c 17	37323 (90%) CSP clauses are encoded (4835084 clauses, 105856387 bytes)
14.33/18.23	c 18	41469 (100%) CSP clauses are encoded (5785469 clauses, 128422361 bytes)
14.33/18.23	c 18	41469 CSP clauses encoded
14.33/18.23	c 18	Writing map file : HOME/temp.map
14.33/18.26	c 18	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.33/18.26	c 18	SAT : 197086 SAT variables, 5785469 SAT clauses, 128422361 bytes
14.33/18.26	c 18	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.33/18.27	c 18	SOLVING HOME/temp.cnf
14.33/18.27	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.33/18.28	c 18	This is MiniSat 2.0 beta
14.33/18.28	c 18	WARNING: for repeatability, setting FPU to use double precision
14.33/18.28	c 18	============================[ Problem Statistics ]=============================
14.33/18.28	c 18	|                                                                             |
14.33/18.28	c 18	|  Number of variables:  197086                                               |
14.33/18.28	c 18	|  Number of clauses:    5785469                                              |
17.23/21.14	c 21	|  Parsing time:         2.49         s                                       |
17.32/21.28	c 21	============================[ Search Statistics ]==============================
17.32/21.28	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.32/21.28	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.32/21.28	c 21	===============================================================================
17.32/21.28	c 21	|         0 |  197086  5785469 17149734 |  1928489        0    nan |  0.000 % |
19.31/23.28	c 23	|       100 |  197086  5785469 17149734 |  2121338      100     43 |  0.000 % |
22.11/26.04	c 26	|       251 |  197086  5785469 17149734 |  2333472      251     40 |  0.000 % |
24.89/28.84	c 29	|       476 |  197086  5785469 17149734 |  2566819      476     36 |  0.000 % |
28.38/32.39	c 32	|       813 |  197086  5785469 17149734 |  2823501      813     42 |  0.000 % |
37.13/41.19	c 41	|      1319 |  197086  5785469 17149734 |  3105851     1319     47 |  0.000 % |
50.08/54.19	c 54	|      2078 |  197086  5785469 17149734 |  3416437     2078     52 |  0.000 % |
66.72/70.84	c 71	|      3217 |  197086  5785469 17149734 |  3758080     3217     58 |  0.000 % |
95.61/99.96	c 100	|      4926 |  197086  5785469 17149734 |  4133888     4926     59 |  0.000 % |
137.33/141.88	c 142	|      7490 |  197086  5785469 17149734 |  4547277     7490     58 |  0.000 % |
189.33/194.03	c 194	|     11335 |  197086  5785469 17149734 |  5002005    11335     61 |  0.000 % |
259.03/264.03	c 264	|     17101 |  197086  5785469 17149734 |  5502206    17101     57 |  0.000 % |
386.61/392.11	c 392	|     25750 |  197086  5785469 17149734 |  6052426    25750     62 |  0.000 % |
600.26/606.77	c 607	|     38724 |  197086  5785469 17149734 |  6657669    38724     63 |  0.000 % |
944.04/952.26	c 952	|     58186 |  197086  5785469 17149734 |  7323436    58186     65 |  0.000 % |
1454.11/1463.69	c 1464	|     87378 |  197086  5785469 17149734 |  8055779    87378     62 |  0.000 % |
1800.01/1809.61	c ERROR INTERRUPTED
1800.01/1809.65	s UNKNOWN
1800.01/1809.65	c 1810	CPU 14.43 (0.06 0.02 13.41 0.94)
1800.01/1809.65	c 1810	END Sat Jul 11 17:58:05 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-2060775-1247326075/watcher-2060775-1247326075 -o /tmp/evaluation-result-2060775-1247326075/solver-2060775-1247326075 -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-2060775-1247326075.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: 1.84 1.93 1.96 4/74 13839
/proc/meminfo: memFree=1128904/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=3672 CPUtime=0
/proc/13839/stat : 13839 (sugar) R 13837 13839 13006 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 19672826 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 214942414217 0 0 4096 0 0 0 0 17 1 0 0
/proc/13839/statm: 918 38 29 3 0 8 0

[startup+0.0472211 s]
/proc/loadavg: 1.84 1.93 1.96 4/74 13839
/proc/meminfo: memFree=1128904/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=13600 CPUtime=0.04
/proc/13839/stat : 13839 (sugar) R 13837 13839 13006 0 -1 4194304 784 0 0 0 3 1 0 0 20 0 1 0 19672826 13926400 752 996147200 4194304 4206940 548682068608 18446744073709551615 214962513602 0 0 4224 0 0 0 0 17 0 0 0
/proc/13839/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102221 s]
/proc/loadavg: 1.84 1.93 1.96 4/74 13839
/proc/meminfo: memFree=1128904/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.06
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30125 s]
/proc/loadavg: 1.84 1.93 1.96 4/74 13839
/proc/meminfo: memFree=1128904/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.06
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701287 s]
/proc/loadavg: 1.84 1.93 1.96 4/74 13839
/proc/meminfo: memFree=1128904/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.06
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50138 s]
/proc/loadavg: 1.85 1.93 1.96 2/85 13851
/proc/meminfo: memFree=1111464/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.94
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1309 7255 0 1 5 1 84 4 16 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10157 s]
/proc/loadavg: 1.85 1.93 1.96 3/85 13861
/proc/meminfo: memFree=1103400/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.94
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1309 7255 0 1 5 1 84 4 16 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
[pid=13852] ppid=13839 vsize=5356 CPUtime=0
/proc/13852/stat : 13852 (sh) S 13839 13839 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19672928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13852/statm: 1339 233 193 169 0 50 0
[pid=13853] ppid=13852 vsize=868608 CPUtime=2.05
/proc/13853/stat : 13853 (java) S 13852 13839 13006 0 -1 0 12700 0 1 0 198 7 0 0 20 0 9 0 19672929 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13853/statm: 217152 11671 2567 9 0 211657 0
[pid=13853/tid=13854] ppid=13852 vsize=868608 CPUtime=1.26
/proc/13853/task/13854/stat : 13854 (java) R 13852 13839 13006 0 -1 64 2979 0 1 0 124 2 0 0 25 0 9 0 19672930 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4126849200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13855] ppid=13852 vsize=868608 CPUtime=0.58
/proc/13853/task/13855/stat : 13855 (java) S 13852 13839 13006 0 -1 64 7488 0 0 0 55 3 0 0 16 0 9 0 19672931 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13856] ppid=13852 vsize=868608 CPUtime=0
/proc/13853/task/13856/stat : 13856 (java) S 13852 13839 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19672931 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13857] ppid=13852 vsize=868608 CPUtime=0
/proc/13853/task/13857/stat : 13857 (java) S 13852 13839 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19672931 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13858] ppid=13852 vsize=868608 CPUtime=0
/proc/13853/task/13858/stat : 13858 (java) S 13852 13839 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19672933 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13859] ppid=13852 vsize=868608 CPUtime=0.2
/proc/13853/task/13859/stat : 13859 (java) S 13852 13839 13006 0 -1 64 1534 0 0 0 19 1 0 0 16 0 9 0 19672933 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13860] ppid=13852 vsize=868608 CPUtime=0
/proc/13853/task/13860/stat : 13860 (java) S 13852 13839 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19672933 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13861] ppid=13852 vsize=868608 CPUtime=0
/proc/13853/task/13861/stat : 13861 (java) S 13852 13839 13006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19672933 889454592 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890832

[startup+6.30293 s]
/proc/loadavg: 1.85 1.93 1.96 2/85 13861
/proc/meminfo: memFree=1064360/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.95
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1310 7255 0 1 5 2 84 4 15 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
[pid=13852] ppid=13839 vsize=5356 CPUtime=0
/proc/13852/stat : 13852 (sh) S 13839 13839 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19672928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13852/statm: 1339 233 193 169 0 50 0
[pid=13853] ppid=13852 vsize=868748 CPUtime=4.21
/proc/13853/stat : 13853 (java) S 13852 13839 13006 0 -1 0 14820 0 1 0 401 20 0 0 20 0 9 0 19672929 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13853/statm: 217187 13389 2591 9 0 211664 0
[pid=13853/tid=13854] ppid=13852 vsize=868748 CPUtime=3.05
/proc/13853/task/13854/stat : 13854 (java) D 13852 13839 13006 0 -1 64 3303 0 1 0 293 12 0 0 25 0 9 0 19672930 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13853/tid=13855] ppid=13852 vsize=868748 CPUtime=0.87
/proc/13853/task/13855/stat : 13855 (java) S 13852 13839 13006 0 -1 64 9241 0 0 0 82 5 0 0 16 0 9 0 19672931 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13856] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13856/stat : 13856 (java) S 13852 13839 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19672931 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13857] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13857/stat : 13857 (java) S 13852 13839 13006 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19672931 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13858] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13858/stat : 13858 (java) S 13852 13839 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13859] ppid=13852 vsize=868748 CPUtime=0.25
/proc/13853/task/13859/stat : 13859 (java) S 13852 13839 13006 0 -1 64 1577 0 0 0 24 1 0 0 16 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13860] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13860/stat : 13860 (java) S 13852 13839 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13861] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13861/stat : 13861 (java) S 13852 13839 13006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 890972

[startup+12.7029 s]
/proc/loadavg: 2.03 1.96 1.97 3/85 13861
/proc/meminfo: memFree=1029680/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=0.95
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1310 7255 0 1 5 2 84 4 16 0 1 0 19672826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1111 409 3 0 796 0
[pid=13852] ppid=13839 vsize=5356 CPUtime=0
/proc/13852/stat : 13852 (sh) S 13839 13839 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19672928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13852/statm: 1339 233 193 169 0 50 0
[pid=13853] ppid=13852 vsize=868748 CPUtime=7.92
/proc/13853/stat : 13853 (java) S 13852 13839 13006 0 -1 0 15170 0 1 0 747 45 0 0 20 0 9 0 19672929 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13853/statm: 217187 13389 2591 9 0 211664 0
[pid=13853/tid=13854] ppid=13852 vsize=868748 CPUtime=6.62
/proc/13853/task/13854/stat : 13854 (java) R 13852 13839 13006 0 -1 64 3653 0 1 0 628 34 0 0 25 0 9 0 19672930 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13855] ppid=13852 vsize=868748 CPUtime=1.02
/proc/13853/task/13855/stat : 13855 (java) S 13852 13839 13006 0 -1 64 9241 0 0 0 94 8 0 0 15 0 9 0 19672931 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13856] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13856/stat : 13856 (java) S 13852 13839 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19672931 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13857] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13857/stat : 13857 (java) S 13852 13839 13006 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19672931 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13858] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13858/stat : 13858 (java) S 13852 13839 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13859] ppid=13852 vsize=868748 CPUtime=0.26
/proc/13853/task/13859/stat : 13859 (java) S 13852 13839 13006 0 -1 64 1577 0 0 0 25 1 0 0 17 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13860] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13860/stat : 13860 (java) S 13852 13839 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13853/tid=13861] ppid=13852 vsize=868748 CPUtime=0
/proc/13853/task/13861/stat : 13861 (java) S 13852 13839 13006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19672933 889597952 13389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 890972
heavy processes:

[startup+25.5021 s]
/proc/loadavg: 2.25 2.01 1.99 3/77 13863
/proc/meminfo: memFree=738672/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=264432 CPUtime=7.18
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 63567 0 0 0 680 38 0 0 25 0 1 0 19674654 270778368 63553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13863/statm: 66108 63553 76 150 0 65955 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (KiB) 286656

[startup+51.102 s]
/proc/loadavg: 2.79 2.15 2.04 3/77 13863
/proc/meminfo: memFree=737520/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=266808 CPUtime=32.67
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 64168 0 0 0 3228 39 0 0 25 0 1 0 19674654 273211392 64154 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13863/statm: 66702 64154 76 150 0 66549 0
Current children cumulated CPU time (s) 47.1
Current children cumulated vsize (KiB) 289032

[startup+102.307 s]
/proc/loadavg: 2.87 2.29 2.09 3/77 13863
/proc/meminfo: memFree=739952/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=268656 CPUtime=83.57
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 64627 0 0 0 8316 41 0 0 25 0 1 0 19674654 275103744 64613 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13863/statm: 67164 64613 76 150 0 67011 0

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

/proc/meminfo: memFree=717104/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=291604 CPUtime=1278.42
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 70328 0 0 0 127789 53 0 0 25 0 1 0 19674654 298602496 70314 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 72901 70314 76 150 0 72748 0
Current children cumulated CPU time (s) 1292.85
Current children cumulated vsize (KiB) 313828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=715760/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=292660 CPUtime=1338.4
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 70601 0 0 0 133786 54 0 0 25 0 1 0 19674654 299683840 70587 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 73165 70587 76 150 0 73012 0
Current children cumulated CPU time (s) 1352.83
Current children cumulated vsize (KiB) 314884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=714928/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=293584 CPUtime=1398.39
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 70850 0 0 0 139785 54 0 0 25 0 1 0 19674654 300630016 70836 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 73396 70836 76 150 0 73243 0
Current children cumulated CPU time (s) 1412.82
Current children cumulated vsize (KiB) 315808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=713904/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=294640 CPUtime=1458.38
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 71115 0 0 0 145783 55 0 0 25 0 1 0 19674654 301711360 71101 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 73660 71101 76 150 0 73507 0
Current children cumulated CPU time (s) 1472.81
Current children cumulated vsize (KiB) 316864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=712560/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=296140 CPUtime=1518.35
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 71442 0 0 0 151780 55 0 0 25 0 1 0 19674654 303247360 71428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 74035 71428 76 150 0 73882 0
Current children cumulated CPU time (s) 1532.78
Current children cumulated vsize (KiB) 318364

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=711280/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=297460 CPUtime=1578.33
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 71763 0 0 0 157778 55 0 0 25 0 1 0 19674654 304599040 71749 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 74365 71749 76 150 0 74212 0
Current children cumulated CPU time (s) 1592.76
Current children cumulated vsize (KiB) 319684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=709936/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=298648 CPUtime=1638.32
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 72086 0 0 0 163776 56 0 0 25 0 1 0 19674654 305815552 72072 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 74662 72072 76 150 0 74509 0
Current children cumulated CPU time (s) 1652.75
Current children cumulated vsize (KiB) 320872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=708784/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=299836 CPUtime=1698.3
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 72377 0 0 0 169774 56 0 0 25 0 1 0 19674654 307032064 72363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 74959 72363 76 150 0 74806 0
Current children cumulated CPU time (s) 1712.73
Current children cumulated vsize (KiB) 322060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=707632/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=300892 CPUtime=1758.28
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 72658 0 0 0 175771 57 0 0 25 0 1 0 19674654 308113408 72644 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 75223 72644 76 150 0 75070 0
Current children cumulated CPU time (s) 1772.71
Current children cumulated vsize (KiB) 323116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14022
/proc/meminfo: memFree=706992/2055920 swapFree=4192948/4192956
[pid=13839] ppid=13837 vsize=16868 CPUtime=14.43
/proc/13839/stat : 13839 (sugar) S 13837 13839 13006 0 -1 4194304 1376 23266 0 2 6 2 1341 94 16 0 1 0 19672826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13839/statm: 4217 1113 409 3 0 796 0
[pid=13862] ppid=13839 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13839 13839 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19674654 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13862/statm: 1339 232 193 169 0 50 0
[pid=13863] ppid=13862 vsize=301552 CPUtime=1785.58
/proc/13863/stat : 13863 (minisat) R 13862 13839 13006 0 -1 4194304 72802 0 0 0 178501 57 0 0 25 0 1 0 19674654 308789248 72788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13863/statm: 75388 72788 76 150 0 75235 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 323776

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13839 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=480950
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=27843
# CPU time returned by wait4() is 14.5088
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.72
CPU time (s): 1800.01
CPU user time (s): 1798.48
CPU system time (s): 1.53
CPU usage (%): 99.4636
Max. virtual memory (cumulated for all children) (KiB): 891364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4809
system time used= 1.02784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25025
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= 12838
involuntary context switches= 12606

runsolver used 2.08968 second user time and 5.12122 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 17:27:55
IDJOB=2060775
IDBENCH=53748
IDSOLVER=739
FILE ID=node85/2060775-1247326075
PBS_JOBID= 9506466
Free space on /tmp= 126476 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-36-36.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-2060775-1247326075/watcher-2060775-1247326075 -o /tmp/evaluation-result-2060775-1247326075/solver-2060775-1247326075 -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-2060775-1247326075.xml

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

MD5SUM BENCH= 0853b0e8f7ee4392e72aa3d396f96728
RANDOM SEED=983085088

node85.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.220
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.220
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:       1129320 kB
Buffers:         53620 kB
Cached:         777536 kB
SwapCached:          8 kB
Active:         128612 kB
Inactive:       721588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1129320 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:          29708 kB
Slab:            61744 kB
Committed_AS:   199884 kB
PageTables:       1720 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= 126476 MiB
End job on node85 at 2009-07-11 17:58:07