Trace number 2060995

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

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-33-33.xml
MD5SUM2837d7c8c00fb8ad7816a3f5a00ed498
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables2178
Number of constraints2643
Maximum constraint arity33
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)cumulative(2),weightedsum(528)

Solver Data

0.03/0.29	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.29	c 0	BEGIN Sat Jul 11 17:34:25 2009
0.03/0.29	c 0	PID 12790
0.03/0.30	c 0	HOST node88.alineos.net
0.03/0.30	c 0	CONVERTING HOME/instance-2060995-1247326465.xml TO HOME/temp.csp
0.03/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060995-1247326465.xml' 'HOME/temp.csp'
0.83/1.18	c 1	34 domains, 2178 variables, 2 predicates, 0 relations, 2643 constraints
0.91/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.91/1.23	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.92/1.30	c 1	Parsing HOME/temp.csp
0.92/1.43	c 1	parsed 4857 expressions
0.92/1.44	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.44	c 1	Converting to clausal form CSP
0.92/1.47	c 2	converted 486 (10%) expressions
0.92/1.47	c 2	converted 972 (20%) expressions
0.92/1.47	c 2	converted 1458 (30%) expressions
0.92/1.48	c 2	converted 1943 (40%) expressions
0.92/1.65	c 2	converted 2429 (50%) expressions
0.92/1.71	c 2	converted 2915 (60%) expressions
0.92/1.75	c 2	converted 3400 (70%) expressions
0.92/1.78	c 2	converted 3886 (80%) expressions
0.92/1.87	c 2	converted 4372 (90%) expressions
2.96/3.37	c 3	converted 4857 (100%) expressions
2.96/3.38	c 3	CSP : 11426 integers, 5068 booleans, 33529 clauses, largest domain size 113
2.96/3.38	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.96/3.38	c 3	Propagation in CSP
3.05/3.48	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.05/3.49	c 4	CSP : 11426 integers, 5068 booleans, 33529 clauses, largest domain size 113
3.05/3.49	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.15/3.51	c 4	Simplifing CSP by introducing new Boolean variables
3.15/3.53	c 4	CSP : 11426 integers, 5068 booleans, 33529 clauses, largest domain size 113
3.15/3.53	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.25/3.69	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.34/3.73	c 4	1143 (10%) CSP integer variables are encoded (6124 clauses, 77483 bytes)
3.34/3.74	c 4	2286 (20%) CSP integer variables are encoded (7274 clauses, 92433 bytes)
3.34/3.76	c 4	3428 (30%) CSP integer variables are encoded (22799 clauses, 324461 bytes)
3.34/3.78	c 4	4571 (40%) CSP integer variables are encoded (38788 clauses, 564296 bytes)
3.34/3.79	c 4	5713 (50%) CSP integer variables are encoded (53836 clauses, 790016 bytes)
3.44/3.82	c 4	6856 (60%) CSP integer variables are encoded (69139 clauses, 1019561 bytes)
3.44/3.83	c 4	7999 (70%) CSP integer variables are encoded (84664 clauses, 1252436 bytes)
3.44/3.85	c 4	9141 (80%) CSP integer variables are encoded (100189 clauses, 1502574 bytes)
3.44/3.88	c 4	10284 (90%) CSP integer variables are encoded (115750 clauses, 1767111 bytes)
3.44/3.90	c 4	11426 (100%) CSP integer variables are encoded (131004 clauses, 2026429 bytes)
4.04/4.42	c 4	3353 (10%) CSP clauses are encoded (402112 clauses, 6904142 bytes)
4.63/5.01	c 5	6706 (20%) CSP clauses are encoded (711446 clauses, 13267010 bytes)
5.21/5.62	c 6	10059 (30%) CSP clauses are encoded (1017985 clauses, 19846012 bytes)
5.82/6.21	c 6	13412 (40%) CSP clauses are encoded (1324156 clauses, 26415411 bytes)
7.10/7.52	c 8	16765 (50%) CSP clauses are encoded (1657489 clauses, 34141990 bytes)
9.28/9.74	c 10	20118 (60%) CSP clauses are encoded (2362900 clauses, 49554158 bytes)
9.97/10.42	c 10	23471 (70%) CSP clauses are encoded (2708777 clauses, 56978755 bytes)
10.57/11.04	c 11	26824 (80%) CSP clauses are encoded (3009172 clauses, 64163094 bytes)
11.55/12.09	c 12	30177 (90%) CSP clauses are encoded (3329607 clauses, 72382850 bytes)
14.03/15.33	c 15	33529 (100%) CSP clauses are encoded (4001179 clauses, 89205096 bytes)
14.03/15.33	c 15	33529 CSP clauses encoded
14.03/15.33	c 15	Writing map file : HOME/temp.map
14.03/15.35	c 15	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.03/15.35	c 15	SAT : 147418 SAT variables, 4001179 SAT clauses, 89205096 bytes
14.03/15.35	c 15	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.08/15.42	c 15	SOLVING HOME/temp.cnf
14.08/15.42	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.08/15.42	c 15	This is MiniSat 2.0 beta
14.08/15.42	c 15	WARNING: for repeatability, setting FPU to use double precision
14.08/15.42	c 15	============================[ Problem Statistics ]=============================
14.08/15.42	c 15	|                                                                             |
14.08/15.43	c 15	|  Number of variables:  147418                                               |
14.08/15.43	c 15	|  Number of clauses:    4001179                                              |
16.15/17.58	c 18	|  Parsing time:         1.79         s                                       |
16.33/17.70	c 18	============================[ Search Statistics ]==============================
16.33/17.70	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.33/17.70	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.33/17.70	c 18	===============================================================================
16.33/17.70	c 18	|         0 |  147418  4001179 12224818 |  1333726        0    nan |  0.000 % |
18.51/19.97	c 20	|       100 |  147418  4001179 12224818 |  1467098      100     54 |  0.000 % |
21.46/22.93	c 23	|       250 |  147418  4001179 12224818 |  1613808      250     43 |  0.000 % |
23.95/25.44	c 25	|       475 |  147418  4001179 12224818 |  1775189      475     46 |  0.000 % |
27.60/29.16	c 29	|       813 |  147418  4001179 12224818 |  1952708      813     51 |  0.000 % |
34.97/36.60	c 37	|      1319 |  147418  4001179 12224818 |  2147979     1319     49 |  0.000 % |
43.57/45.22	c 45	|      2079 |  147418  4001179 12224818 |  2362777     2079     50 |  0.000 % |
56.36/58.04	c 58	|      3218 |  147418  4001179 12224818 |  2599055     3218     53 |  0.000 % |
77.05/78.73	c 79	|      4927 |  147418  4001179 12224818 |  2858960     4927     54 |  0.000 % |
111.44/113.20	c 113	|      7490 |  147418  4001179 12224818 |  3144856     7490     52 |  0.000 % |
159.52/161.27	c 161	|     11335 |  147418  4001179 12224818 |  3459342    11335     53 |  0.000 % |
223.29/225.00	c 225	|     17101 |  147418  4001179 12224818 |  3805276    17101     64 |  0.000 % |
348.15/349.99	c 350	|     25750 |  147418  4001179 12224818 |  4185804    25750     63 |  0.000 % |
488.59/490.45	c 490	|     38726 |  147418  4001179 12224818 |  4604385    38726     66 |  0.000 % |
700.01/701.99	c 702	|     58187 |  147418  4001179 12224818 |  5064823    58187     65 |  0.000 % |
1059.38/1061.50	c 1062	|     87381 |  147418  4001179 12224818 |  5571305    87381     65 |  0.000 % |
1697.18/1699.56	c 1700	|    131172 |  147418  4001179 12224818 |  6128436   131172     60 |  0.000 % |
1800.05/1802.41	c ERROR INTERRUPTED
1800.05/1802.44	s UNKNOWN
1800.05/1802.44	c 1802	CPU 14.1 (0.05 0.02 13.26 0.77)
1800.05/1802.44	c 1802	END Sat Jul 11 18:04:27 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-2060995-1247326465/watcher-2060995-1247326465 -o /tmp/evaluation-result-2060995-1247326465/solver-2060995-1247326465 -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-2060995-1247326465.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.26 4.44 4.28 4/84 12790
/proc/meminfo: memFree=1253368/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=18576 CPUtime=0
/proc/12790/stat : 12790 (runsolver) D 12788 12790 11566 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 19711693 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12790/statm: 4644 284 249 26 0 2626 0

[startup+0.039743 s]
/proc/loadavg: 2.26 4.44 4.28 4/84 12790
/proc/meminfo: memFree=1253368/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=2504 CPUtime=0
/proc/12790/stat : 12790 (sugar) D 12788 12790 11566 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 19711693 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 270184547024 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12790/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101762 s]
/proc/loadavg: 2.26 4.44 4.28 4/84 12790
/proc/meminfo: memFree=1253368/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=12272 CPUtime=0
/proc/12790/stat : 12790 (sugar) D 12788 12790 11566 0 -1 4194304 358 0 4 0 0 0 0 0 18 0 1 0 19711693 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/12790/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301781 s]
/proc/loadavg: 2.26 4.44 4.28 4/84 12790
/proc/meminfo: memFree=1253368/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=0.07
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 19711693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 2.26 4.44 4.28 4/84 12790
/proc/meminfo: memFree=1253368/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=0.07
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 19711693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50191 s]
/proc/loadavg: 2.26 4.44 4.28 4/95 12802
/proc/meminfo: memFree=1229344/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=0.92
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1303 6925 6 34 5 2 76 9 15 0 1 0 19711693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 16868

[startup+3.1021 s]
/proc/loadavg: 2.26 4.44 4.28 3/95 12812
/proc/meminfo: memFree=1221792/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=0.92
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1303 6925 6 34 5 2 76 9 16 0 1 0 19711693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12790/statm: 4217 1111 409 3 0 796 0
[pid=12803] ppid=12790 vsize=5356 CPUtime=0
/proc/12803/stat : 12803 (sh) S 12790 12790 11566 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19711816 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12803/statm: 1339 233 193 169 0 50 0
[pid=12804] ppid=12803 vsize=868564 CPUtime=1.84
/proc/12804/stat : 12804 (java) S 12803 12790 11566 0 -1 0 11729 0 5 0 176 8 0 0 18 0 9 0 19711816 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12804/statm: 217141 10697 2567 9 0 211646 0
[pid=12804/tid=12805] ppid=12803 vsize=868564 CPUtime=1.03
/proc/12804/task/12805/stat : 12805 (java) R 12803 12790 11566 0 -1 64 2961 0 4 0 101 2 0 0 25 0 9 0 19711817 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12806] ppid=12803 vsize=868564 CPUtime=0.56
/proc/12804/task/12806/stat : 12806 (java) R 12803 12790 11566 0 -1 64 6540 0 0 0 53 3 0 0 16 0 9 0 19711818 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12807] ppid=12803 vsize=868564 CPUtime=0
/proc/12804/task/12807/stat : 12807 (java) S 12803 12790 11566 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19711818 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12808] ppid=12803 vsize=868564 CPUtime=0
/proc/12804/task/12808/stat : 12808 (java) S 12803 12790 11566 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19711818 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12809] ppid=12803 vsize=868564 CPUtime=0
/proc/12804/task/12809/stat : 12809 (java) S 12803 12790 11566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19711820 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12810] ppid=12803 vsize=868564 CPUtime=0.22
/proc/12804/task/12810/stat : 12810 (java) S 12803 12790 11566 0 -1 64 1530 0 1 0 21 1 0 0 16 0 9 0 19711820 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12811] ppid=12803 vsize=868564 CPUtime=0
/proc/12804/task/12811/stat : 12811 (java) S 12803 12790 11566 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19711820 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12812] ppid=12803 vsize=868564 CPUtime=0
/proc/12804/task/12812/stat : 12812 (java) S 12803 12790 11566 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19711821 889409536 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 890788

[startup+6.30146 s]
/proc/loadavg: 2.24 4.40 4.27 3/95 12812
/proc/meminfo: memFree=1185760/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=0.92
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1304 6925 6 34 5 2 76 9 16 0 1 0 19711693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12790/statm: 4217 1111 409 3 0 796 0
[pid=12803] ppid=12790 vsize=5356 CPUtime=0
/proc/12803/stat : 12803 (sh) S 12790 12790 11566 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19711816 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12803/statm: 1339 233 193 169 0 50 0
[pid=12804] ppid=12803 vsize=868736 CPUtime=4.99
/proc/12804/stat : 12804 (java) S 12803 12790 11566 0 -1 0 13298 0 6 0 473 26 0 0 18 0 9 0 19711816 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12804/statm: 217184 11742 2591 9 0 211661 0
[pid=12804/tid=12805] ppid=12803 vsize=868736 CPUtime=3.78
/proc/12804/task/12805/stat : 12805 (java) R 12803 12790 11566 0 -1 64 3315 0 5 0 360 18 0 0 25 0 9 0 19711817 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4127138814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12806] ppid=12803 vsize=868736 CPUtime=0.9
/proc/12804/task/12806/stat : 12806 (java) S 12803 12790 11566 0 -1 64 7716 0 0 0 85 5 0 0 16 0 9 0 19711818 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12807] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12807/stat : 12807 (java) S 12803 12790 11566 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 19711818 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12808] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12808/stat : 12808 (java) S 12803 12790 11566 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 19711818 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12809] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12809/stat : 12809 (java) S 12803 12790 11566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19711820 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12810] ppid=12803 vsize=868736 CPUtime=0.28
/proc/12804/task/12810/stat : 12810 (java) S 12803 12790 11566 0 -1 64 1569 0 1 0 27 1 0 0 17 0 9 0 19711820 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12811] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12811/stat : 12811 (java) S 12803 12790 11566 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19711820 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12812] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12812/stat : 12812 (java) S 12803 12790 11566 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19711821 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890960

[startup+12.7022 s]
/proc/loadavg: 2.30 4.38 4.27 3/95 12812
/proc/meminfo: memFree=1131120/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=0.92
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1304 6925 6 34 5 2 76 9 16 0 1 0 19711693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12790/statm: 4217 1111 409 3 0 796 0
[pid=12803] ppid=12790 vsize=5356 CPUtime=0
/proc/12803/stat : 12803 (sh) S 12790 12790 11566 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19711816 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12803/statm: 1339 233 193 169 0 50 0
[pid=12804] ppid=12803 vsize=868736 CPUtime=11
/proc/12804/stat : 12804 (java) S 12803 12790 11566 0 -1 0 13761 0 6 0 1044 56 0 0 18 0 9 0 19711816 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12804/statm: 217184 11742 2591 9 0 211661 0
[pid=12804/tid=12805] ppid=12803 vsize=868736 CPUtime=9.57
/proc/12804/task/12805/stat : 12805 (java) D 12803 12790 11566 0 -1 64 3778 0 5 0 912 45 0 0 25 0 9 0 19711817 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=12804/tid=12806] ppid=12803 vsize=868736 CPUtime=1.11
/proc/12804/task/12806/stat : 12806 (java) S 12803 12790 11566 0 -1 64 7716 0 0 0 103 8 0 0 16 0 9 0 19711818 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12807] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12807/stat : 12807 (java) S 12803 12790 11566 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 19711818 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12808] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12808/stat : 12808 (java) S 12803 12790 11566 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 19711818 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12809] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12809/stat : 12809 (java) S 12803 12790 11566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19711820 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12810] ppid=12803 vsize=868736 CPUtime=0.28
/proc/12804/task/12810/stat : 12810 (java) S 12803 12790 11566 0 -1 64 1569 0 1 0 27 1 0 0 17 0 9 0 19711820 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12811] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12811/stat : 12811 (java) S 12803 12790 11566 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19711820 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12804/tid=12812] ppid=12803 vsize=868736 CPUtime=0
/proc/12804/task/12812/stat : 12812 (java) S 12803 12790 11566 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19711821 889585664 11742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 890960

[startup+25.5016 s]
/proc/loadavg: 2.46 4.31 4.24 3/87 12853
/proc/meminfo: memFree=1651240/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=188880 CPUtime=9.96
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 45366 0 0 0 957 39 0 0 25 0 1 0 19713236 193413120 45352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 47220 45352 76 150 0 47067 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 211104

[startup+51.1015 s]
/proc/loadavg: 2.44 4.15 4.19 3/77 12958
/proc/meminfo: memFree=1646208/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=190728 CPUtime=35.37
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 45821 0 0 0 3494 43 0 0 25 0 1 0 19713236 195305472 45807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 47682 45807 76 150 0 47529 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 212952

[startup+102.306 s]
/proc/loadavg: 2.19 3.82 4.08 3/77 12958
/proc/meminfo: memFree=1644672/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=192188 CPUtime=86.55
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 46213 0 0 0 8612 43 0 0 25 0 1 0 19713236 196800512 46199 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 48047 46199 76 150 0 47894 0
Current children cumulated CPU time (s) 100.64

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

/proc/meminfo: memFree=1614456/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=221212 CPUtime=1286.1
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 53411 0 0 0 128555 55 0 0 25 0 1 0 19713236 226521088 53397 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 55303 53397 76 150 0 55150 0
Current children cumulated CPU time (s) 1300.19
Current children cumulated vsize (KiB) 243436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.55 3/78 12961
/proc/meminfo: memFree=1613304/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=222268 CPUtime=1346.07
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 53676 0 0 0 134552 55 0 0 25 0 1 0 19713236 227602432 53662 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 55567 53662 76 150 0 55414 0
Current children cumulated CPU time (s) 1360.16
Current children cumulated vsize (KiB) 244492

[startup+1422.31 s]
/proc/loadavg: 1.95 2.01 2.51 3/77 12989
/proc/meminfo: memFree=1599808/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=223192 CPUtime=1406.02
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 53938 0 0 0 140546 56 0 0 25 0 1 0 19713236 228548608 53924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 55798 53924 76 150 0 55645 0
Current children cumulated CPU time (s) 1420.11
Current children cumulated vsize (KiB) 245416

[startup+1482.3 s]
/proc/loadavg: 1.98 2.01 2.48 3/77 12989
/proc/meminfo: memFree=1598720/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=224248 CPUtime=1466
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 54182 0 0 0 146543 57 0 0 25 0 1 0 19713236 229629952 54168 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 56062 54168 76 150 0 55909 0
Current children cumulated CPU time (s) 1480.09
Current children cumulated vsize (KiB) 246472

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.44 3/77 12989
/proc/meminfo: memFree=1597696/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=225172 CPUtime=1525.97
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 54418 0 0 0 152540 57 0 0 25 0 1 0 19713236 230576128 54404 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 56293 54404 76 150 0 56140 0
Current children cumulated CPU time (s) 1540.06
Current children cumulated vsize (KiB) 247396

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.41 3/77 12995
/proc/meminfo: memFree=1595576/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=226096 CPUtime=1585.92
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 54659 0 0 0 158534 58 0 0 25 0 1 0 19713236 231522304 54645 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 56524 54645 76 150 0 56371 0
Current children cumulated CPU time (s) 1600.01
Current children cumulated vsize (KiB) 248320

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.38 3/77 12995
/proc/meminfo: memFree=1594688/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=227020 CPUtime=1645.9
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 54912 0 0 0 164531 59 0 0 25 0 1 0 19713236 232468480 54898 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 56755 54898 76 150 0 56602 0
Current children cumulated CPU time (s) 1659.99
Current children cumulated vsize (KiB) 249244

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.36 3/77 12995
/proc/meminfo: memFree=1593600/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=228076 CPUtime=1705.88
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 55175 0 0 0 170529 59 0 0 25 0 1 0 19713236 233549824 55161 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 57019 55161 76 150 0 56866 0
Current children cumulated CPU time (s) 1719.97
Current children cumulated vsize (KiB) 250300

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.33 3/77 12995
/proc/meminfo: memFree=1592768/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=228868 CPUtime=1765.86
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 55371 0 0 0 176526 60 0 0 25 0 1 0 19713236 234360832 55357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 57217 55357 76 150 0 57064 0
Current children cumulated CPU time (s) 1779.95
Current children cumulated vsize (KiB) 251092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 1.99 2.00 2.32 3/77 12995
/proc/meminfo: memFree=1592384/2055920 swapFree=4192812/4192956
[pid=12790] ppid=12788 vsize=16868 CPUtime=14.09
/proc/12790/stat : 12790 (sugar) S 12788 12790 11566 0 -1 4194304 1370 21145 6 40 5 2 1326 76 16 0 1 0 19711693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12790/statm: 4217 1113 409 3 0 796 0
[pid=12813] ppid=12790 vsize=5356 CPUtime=0
/proc/12813/stat : 12813 (sh) S 12790 12790 11566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19713236 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12813/statm: 1339 232 193 169 0 50 0
[pid=12814] ppid=12813 vsize=229264 CPUtime=1785.96
/proc/12814/stat : 12814 (minisat) R 12813 12790 11566 0 -1 4194304 55460 0 0 0 178536 60 0 0 25 0 1 0 19713236 234766336 55446 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/12814/statm: 57316 55446 76 150 0 57163 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 251488

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 12790 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=329973
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=841872
# CPU time returned by wait4() is 14.1718
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.49
CPU time (s): 1800.05
CPU user time (s): 1798.67
CPU system time (s): 1.38
CPU usage (%): 99.8644
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.33
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22898
page faults= 46
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11554
involuntary context switches= 11875

runsolver used 2.04069 second user time and 4.90125 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-11 17:34:25
IDJOB=2060995
IDBENCH=53768
IDSOLVER=739
FILE ID=node88/2060995-1247326465
PBS_JOBID= 9506460
Free space on /tmp= 66084 MiB

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

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

MD5SUM BENCH= 2837d7c8c00fb8ad7816a3f5a00ed498
RANDOM SEED=633407175

node88.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.222
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.222
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:       1253848 kB
Buffers:          5316 kB
Cached:          42896 kB
SwapCached:          0 kB
Active:         737260 kB
Inactive:        13100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1253848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:         717832 kB
Slab:            35348 kB
Committed_AS:   858576 kB
PageTables:       3424 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= 66084 MiB
End job on node88 at 2009-07-11 18:04:29