Trace number 2062018

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 1811.11

General information on the benchmark

Namecsp/allsquares/
normalized-squares-35-35.xml
MD5SUM5c86e9b78837e9747aa3f584bf98e3ce
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 variables2450
Number of constraints2978
Maximum constraint arity35
Maximum domain size123
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2381
Global constraints used (with number of constraints)cumulative(2),weightedsum(595)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:59:40 2009
0.00/0.07	c 0	PID 14381
0.05/0.07	c 0	HOST node91.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2062018-1247327980.xml TO HOME/temp.csp
0.05/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-2062018-1247327980.xml' 'HOME/temp.csp'
0.05/0.72	c 1	36 domains, 2450 variables, 2 predicates, 0 relations, 2978 constraints
0.05/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.75	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.71/0.82	c 1	Parsing HOME/temp.csp
0.71/0.99	c 1	parsed 5466 expressions
0.71/1.00	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/1.00	c 1	Converting to clausal form CSP
0.94/1.03	c 1	converted 547 (10%) expressions
0.94/1.04	c 1	converted 1094 (20%) expressions
0.94/1.05	c 1	converted 1640 (30%) expressions
0.94/1.05	c 1	converted 2187 (40%) expressions
1.14/1.21	c 1	converted 2733 (50%) expressions
1.14/1.27	c 1	converted 3280 (60%) expressions
1.24/1.31	c 1	converted 3827 (70%) expressions
1.24/1.39	c 1	converted 4373 (80%) expressions
1.33/1.43	c 1	converted 4920 (90%) expressions
2.94/3.01	c 3	converted 5466 (100%) expressions
2.94/3.02	c 3	CSP : 13274 integers, 6002 booleans, 39166 clauses, largest domain size 124
2.94/3.02	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.94/3.02	c 3	Propagation in CSP
3.04/3.13	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.04/3.13	c 3	CSP : 13274 integers, 6002 booleans, 39166 clauses, largest domain size 124
3.04/3.13	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.04/3.15	c 3	Simplifing CSP by introducing new Boolean variables
3.04/3.18	c 3	CSP : 13274 integers, 6002 booleans, 39166 clauses, largest domain size 124
3.04/3.18	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.24/3.34	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.24/3.38	c 3	1328 (10%) CSP integer variables are encoded (7192 clauses, 91365 bytes)
3.24/3.39	c 3	2655 (20%) CSP integer variables are encoded (9804 clauses, 129908 bytes)
3.34/3.41	c 3	3983 (30%) CSP integer variables are encoded (29563 clauses, 426293 bytes)
3.34/3.44	c 3	5310 (40%) CSP integer variables are encoded (49637 clauses, 727403 bytes)
3.34/3.46	c 3	6637 (50%) CSP integer variables are encoded (68667 clauses, 1012853 bytes)
3.34/3.48	c 3	7965 (60%) CSP integer variables are encoded (87277 clauses, 1292003 bytes)
3.43/3.51	c 3	9292 (70%) CSP integer variables are encoded (106867 clauses, 1616012 bytes)
3.43/3.54	c 3	10620 (80%) CSP integer variables are encoded (126457 clauses, 1949042 bytes)
3.43/3.56	c 3	11947 (90%) CSP integer variables are encoded (145726 clauses, 2276615 bytes)
3.43/3.59	c 4	13274 (100%) CSP integer variables are encoded (164750 clauses, 2600023 bytes)
4.03/4.19	c 4	3917 (10%) CSP clauses are encoded (516225 clauses, 8952481 bytes)
4.83/4.97	c 5	7834 (20%) CSP clauses are encoded (942053 clauses, 17903138 bytes)
5.63/5.78	c 6	11750 (30%) CSP clauses are encoded (1374475 clauses, 27207445 bytes)
6.43/6.56	c 6	15667 (40%) CSP clauses are encoded (1790417 clauses, 36156798 bytes)
7.23/7.34	c 7	19583 (50%) CSP clauses are encoded (2206479 clauses, 45101952 bytes)
8.80/8.94	c 9	23500 (60%) CSP clauses are encoded (3111752 clauses, 64076559 bytes)
9.71/9.87	c 10	27417 (70%) CSP clauses are encoded (3577137 clauses, 75484093 bytes)
10.61/10.70	c 11	31333 (80%) CSP clauses are encoded (3993078 clauses, 85677406 bytes)
11.41/11.51	c 11	35250 (90%) CSP clauses are encoded (4400051 clauses, 95646324 bytes)
12.91/13.06	c 13	39166 (100%) CSP clauses are encoded (5248489 clauses, 115694234 bytes)
12.91/13.06	c 13	39166 CSP clauses encoded
12.91/13.06	c 13	Writing map file : HOME/temp.map
12.91/13.09	c 13	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.91/13.09	c 13	SAT : 183938 SAT variables, 5248489 SAT clauses, 115694234 bytes
12.91/13.09	c 13	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.01/13.10	c 13	SOLVING HOME/temp.cnf
13.01/13.10	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.01/13.10	c 13	This is MiniSat 2.0 beta
13.01/13.11	c 13	WARNING: for repeatability, setting FPU to use double precision
13.01/13.11	c 13	============================[ Problem Statistics ]=============================
13.01/13.11	c 13	|                                                                             |
13.01/13.11	c 13	|  Number of variables:  183938                                               |
13.01/13.11	c 13	|  Number of clauses:    5248489                                              |
15.48/15.68	c 16	|  Parsing time:         2.24         s                                       |
15.68/15.81	c 16	============================[ Search Statistics ]==============================
15.68/15.81	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.68/15.81	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.68/15.81	c 16	===============================================================================
15.68/15.81	c 16	|         0 |  183938  5248489 15535636 |  1749496        0    nan |  0.000 % |
17.36/17.51	c 17	|       101 |  183938  5248489 15535636 |  1924445      101     41 |  0.000 % |
19.45/19.65	c 20	|       252 |  183938  5248489 15535636 |  2116890      252     38 |  0.000 % |
22.52/22.77	c 23	|       478 |  183938  5248489 15535636 |  2328579      478     48 |  0.000 % |
27.88/28.12	c 28	|       815 |  183938  5248489 15535636 |  2561437      815     56 |  0.000 % |
34.42/34.79	c 35	|      1321 |  183938  5248489 15535636 |  2817581     1321     54 |  0.000 % |
44.53/44.93	c 45	|      2080 |  183938  5248489 15535636 |  3099339     2080     55 |  0.000 % |
61.76/62.32	c 62	|      3222 |  183938  5248489 15535636 |  3409273     3222     52 |  0.000 % |
85.25/86.03	c 86	|      4930 |  183938  5248489 15535636 |  3750200     4930     55 |  0.000 % |
126.49/127.67	c 128	|      7493 |  183938  5248489 15535636 |  4125220     7493     55 |  0.000 % |
189.94/191.61	c 192	|     11337 |  183938  5248489 15535636 |  4537742    11337     63 |  0.000 % |
266.12/268.52	c 268	|     17103 |  183938  5248489 15535636 |  4991517    17103     68 |  0.000 % |
379.36/382.75	c 383	|     25753 |  183938  5248489 15535636 |  5490668    25753     68 |  0.000 % |
545.47/550.22	c 550	|     38729 |  183938  5248489 15535636 |  6039735    38729     70 |  0.000 % |
780.70/786.66	c 787	|     58190 |  183938  5248489 15535636 |  6643709    58190     71 |  0.000 % |
1190.86/1198.84	c 1199	|     87382 |  183938  5248489 15535636 |  7308080    87382     70 |  0.000 % |
1796.25/1807.27	c 1807	|    131172 |  183938  5248489 15535636 |  8038888   131172     80 |  0.000 % |
1800.05/1811.02	c ERROR INTERRUPTED
1800.05/1811.05	s UNKNOWN
1800.05/1811.05	c 1811	CPU 13.01 (0.05 0.02 12.13 0.81)
1800.05/1811.05	c 1811	END Sat Jul 11 18:29:51 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-2062018-1247327980/watcher-2062018-1247327980 -o /tmp/evaluation-result-2062018-1247327980/solver-2062018-1247327980 -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-2062018-1247327980.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.99 1.88 1.52 4/75 14381
/proc/meminfo: memFree=1187192/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=12272 CPUtime=0
/proc/14381/stat : 14381 (sugar) R 14379 14381 12710 0 -1 4194304 357 0 0 0 0 0 0 0 19 0 1 0 19862609 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 0 0 0
/proc/14381/statm: 3068 327 246 3 0 168 0

[startup+0.0726491 s]
/proc/loadavg: 1.99 1.88 1.52 4/75 14381
/proc/meminfo: memFree=1187192/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16740 CPUtime=0.05
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1152 0 0 0 4 1 0 0 19 0 1 0 19862609 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14381/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.101402 s]
/proc/loadavg: 1.99 1.88 1.52 4/75 14381
/proc/meminfo: memFree=1187192/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.05
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301423 s]
/proc/loadavg: 1.99 1.88 1.52 4/75 14381
/proc/meminfo: memFree=1187192/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.05
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701468 s]
/proc/loadavg: 1.99 1.88 1.52 4/75 14381
/proc/meminfo: memFree=1187192/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.05
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 1.99 1.88 1.52 3/86 14403
/proc/meminfo: memFree=1176736/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.71
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1309 7176 0 1 5 2 60 4 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
[pid=14394] ppid=14381 vsize=5356 CPUtime=0
/proc/14394/stat : 14394 (sh) S 14381 14381 12710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19862685 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14394/statm: 1339 233 193 169 0 50 0
[pid=14395] ppid=14394 vsize=868600 CPUtime=0.72
/proc/14395/stat : 14395 (java) S 14394 14381 12710 0 -1 0 7604 0 1 0 69 3 0 0 20 0 9 0 19862685 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14395/statm: 217150 6840 2566 9 0 211655 0
[pid=14395/tid=14396] ppid=14394 vsize=868600 CPUtime=0.44
/proc/14395/task/14396/stat : 14396 (java) R 14394 14381 12710 0 -1 64 2685 0 1 0 43 1 0 0 25 0 9 0 19862686 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4125958936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14397] ppid=14394 vsize=868600 CPUtime=0.09
/proc/14395/task/14397/stat : 14397 (java) S 14394 14381 12710 0 -1 64 2731 0 0 0 9 0 0 0 16 0 9 0 19862687 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14398] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14398/stat : 14398 (java) S 14394 14381 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19862687 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14399] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14399/stat : 14399 (java) S 14394 14381 12710 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19862687 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14400] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14400/stat : 14400 (java) S 14394 14381 12710 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19862689 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14401] ppid=14394 vsize=868600 CPUtime=0.16
/proc/14395/task/14401/stat : 14401 (java) S 14394 14381 12710 0 -1 64 1489 0 0 0 16 0 0 0 16 0 9 0 19862689 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14402] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14402/stat : 14402 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19862689 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14403] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14403/stat : 14403 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19862689 889446400 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890824

[startup+3.10274 s]
/proc/loadavg: 1.99 1.88 1.52 3/86 14403
/proc/meminfo: memFree=1157664/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.71
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1310 7176 0 1 5 2 60 4 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
[pid=14394] ppid=14381 vsize=5356 CPUtime=0
/proc/14394/stat : 14394 (sh) S 14381 14381 12710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19862685 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14394/statm: 1339 233 193 169 0 50 0
[pid=14395] ppid=14394 vsize=868600 CPUtime=2.33
/proc/14395/stat : 14395 (java) S 14394 14381 12710 0 -1 0 13714 0 1 0 225 8 0 0 20 0 9 0 19862685 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14395/statm: 217150 12678 2567 9 0 211655 0
[pid=14395/tid=14396] ppid=14394 vsize=868600 CPUtime=1.47
/proc/14395/task/14396/stat : 14396 (java) R 14394 14381 12710 0 -1 64 2997 0 1 0 145 2 0 0 25 0 9 0 19862686 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4126558555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14397] ppid=14394 vsize=868600 CPUtime=0.61
/proc/14395/task/14397/stat : 14397 (java) S 14394 14381 12710 0 -1 64 8491 0 0 0 57 4 0 0 16 0 9 0 19862687 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14398] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14398/stat : 14398 (java) S 14394 14381 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19862687 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14399] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14399/stat : 14399 (java) S 14394 14381 12710 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19862687 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14400] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14400/stat : 14400 (java) S 14394 14381 12710 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19862689 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14401] ppid=14394 vsize=868600 CPUtime=0.22
/proc/14395/task/14401/stat : 14401 (java) S 14394 14381 12710 0 -1 64 1527 0 0 0 22 0 0 0 16 0 9 0 19862689 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14402] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14402/stat : 14402 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19862689 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14403] ppid=14394 vsize=868600 CPUtime=0
/proc/14395/task/14403/stat : 14403 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19862689 889446400 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890824

[startup+6.30109 s]
/proc/loadavg: 2.07 1.90 1.53 4/86 14403
/proc/meminfo: memFree=1119264/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.71
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1310 7176 0 1 5 2 60 4 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
[pid=14394] ppid=14381 vsize=5356 CPUtime=0
/proc/14394/stat : 14394 (sh) S 14381 14381 12710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19862685 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14394/statm: 1339 233 193 169 0 50 0
[pid=14395] ppid=14394 vsize=868712 CPUtime=5.52
/proc/14395/stat : 14395 (java) S 14394 14381 12710 0 -1 0 14400 0 1 0 523 29 0 0 20 0 9 0 19862685 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14395/statm: 217178 12847 2591 9 0 211655 0
[pid=14395/tid=14396] ppid=14394 vsize=868712 CPUtime=4.34
/proc/14395/task/14396/stat : 14396 (java) R 14394 14381 12710 0 -1 64 3420 0 1 0 413 21 0 0 25 0 9 0 19862686 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14397] ppid=14394 vsize=868712 CPUtime=0.88
/proc/14395/task/14397/stat : 14397 (java) S 14394 14381 12710 0 -1 64 8711 0 0 0 82 6 0 0 16 0 9 0 19862687 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14398] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14398/stat : 14398 (java) S 14394 14381 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19862687 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14399] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14399/stat : 14399 (java) S 14394 14381 12710 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19862687 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14400] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14400/stat : 14400 (java) S 14394 14381 12710 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14401] ppid=14394 vsize=868712 CPUtime=0.28
/proc/14395/task/14401/stat : 14401 (java) S 14394 14381 12710 0 -1 64 1570 0 0 0 28 0 0 0 17 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14402] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14402/stat : 14402 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14403] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14403/stat : 14403 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890936

[startup+12.7028 s]
/proc/loadavg: 2.07 1.90 1.53 3/86 14403
/proc/meminfo: memFree=1038312/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=0.71
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1310 7176 0 1 5 2 60 4 16 0 1 0 19862609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1111 409 3 0 796 0
[pid=14394] ppid=14381 vsize=5356 CPUtime=0
/proc/14394/stat : 14394 (sh) S 14381 14381 12710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19862685 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14394/statm: 1339 233 193 169 0 50 0
[pid=14395] ppid=14394 vsize=868712 CPUtime=11.89
/proc/14395/stat : 14395 (java) S 14394 14381 12710 0 -1 0 15023 0 1 0 1117 72 0 0 20 0 9 0 19862685 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14395/statm: 217178 12847 2591 9 0 211655 0
[pid=14395/tid=14396] ppid=14394 vsize=868712 CPUtime=10.44
/proc/14395/task/14396/stat : 14396 (java) R 14394 14381 12710 0 -1 64 4043 0 1 0 985 59 0 0 25 0 9 0 19862686 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14397] ppid=14394 vsize=868712 CPUtime=1.14
/proc/14395/task/14397/stat : 14397 (java) S 14394 14381 12710 0 -1 64 8711 0 0 0 103 11 0 0 16 0 9 0 19862687 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14398] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14398/stat : 14398 (java) S 14394 14381 12710 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19862687 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14399] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14399/stat : 14399 (java) S 14394 14381 12710 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19862687 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14400] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14400/stat : 14400 (java) S 14394 14381 12710 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14401] ppid=14394 vsize=868712 CPUtime=0.28
/proc/14395/task/14401/stat : 14401 (java) S 14394 14381 12710 0 -1 64 1570 0 0 0 28 0 0 0 17 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14402] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14402/stat : 14402 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14395/tid=14403] ppid=14394 vsize=868712 CPUtime=0
/proc/14395/task/14403/stat : 14403 (java) S 14394 14381 12710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19862689 889561088 12847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 890936

[startup+25.5012 s]
/proc/loadavg: 2.27 1.95 1.55 4/78 14405
/proc/meminfo: memFree=838120/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=230092 CPUtime=12.29
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 56889 0 0 0 1194 35 0 0 25 0 1 0 19863920 235614208 56875 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/14405/statm: 57523 56875 76 150 0 57370 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 252316

[startup+51.1011 s]
/proc/loadavg: 2.52 2.04 1.59 3/78 14405
/proc/meminfo: memFree=834856/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=701560/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=269844 CPUtime=1280.85
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 66789 0 0 0 128034 51 0 0 25 0 1 0 19863920 276320256 66775 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 67461 66775 76 150 0 67308 0
Current children cumulated CPU time (s) 1293.86
Current children cumulated vsize (KiB) 292068

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.90 3/84 14489
/proc/meminfo: memFree=699896/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=271560 CPUtime=1340.55
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 67211 0 0 0 134003 52 0 0 25 0 1 0 19863920 278077440 67197 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 67890 67197 76 150 0 67737 0
Current children cumulated CPU time (s) 1353.56
Current children cumulated vsize (KiB) 293784

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.90 3/84 14489
/proc/meminfo: memFree=698104/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=273276 CPUtime=1400.25
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 67644 0 0 0 139973 52 0 0 25 0 1 0 19863920 279834624 67630 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 68319 67630 76 150 0 68166 0
Current children cumulated CPU time (s) 1413.26
Current children cumulated vsize (KiB) 295500

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/84 14489
/proc/meminfo: memFree=696568/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=274728 CPUtime=1459.96
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 68039 0 0 0 145943 53 0 0 25 0 1 0 19863920 281321472 68025 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 68682 68025 76 150 0 68529 0
Current children cumulated CPU time (s) 1472.97
Current children cumulated vsize (KiB) 296952

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.91 4/84 14489
/proc/meminfo: memFree=694712/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=276444 CPUtime=1519.65
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 68473 0 0 0 151912 53 0 0 25 0 1 0 19863920 283078656 68459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 69111 68459 76 150 0 68958 0
Current children cumulated CPU time (s) 1532.66
Current children cumulated vsize (KiB) 298668

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/84 14489
/proc/meminfo: memFree=692856/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=278292 CPUtime=1579.36
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 68927 0 0 0 157882 54 0 0 25 0 1 0 19863920 284971008 68913 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 69573 68913 76 150 0 69420 0
Current children cumulated CPU time (s) 1592.37
Current children cumulated vsize (KiB) 300516

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 14489
/proc/meminfo: memFree=690680/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=280404 CPUtime=1639.06
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 69455 0 0 0 163851 55 0 0 25 0 1 0 19863920 287133696 69441 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 70101 69441 76 150 0 69948 0
Current children cumulated CPU time (s) 1652.07
Current children cumulated vsize (KiB) 302628

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 14489
/proc/meminfo: memFree=688696/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=282384 CPUtime=1698.77
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 69957 0 0 0 169821 56 0 0 25 0 1 0 19863920 289161216 69943 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 70596 69943 76 150 0 70443 0
Current children cumulated CPU time (s) 1711.78
Current children cumulated vsize (KiB) 304608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 14489
/proc/meminfo: memFree=686392/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=284364 CPUtime=1758.46
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 70460 0 0 0 175790 56 0 0 25 0 1 0 19863920 291188736 70446 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 71091 70446 76 150 0 70938 0
Current children cumulated CPU time (s) 1771.47
Current children cumulated vsize (KiB) 306588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 14489
/proc/meminfo: memFree=685304/2055920 swapFree=4192948/4192956
[pid=14381] ppid=14379 vsize=16868 CPUtime=13.01
/proc/14381/stat : 14381 (sugar) S 14379 14381 12710 0 -1 4194304 1376 22548 0 2 5 2 1213 81 16 0 1 0 19862609 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14381/statm: 4217 1113 409 3 0 796 0
[pid=14404] ppid=14381 vsize=5356 CPUtime=0
/proc/14404/stat : 14404 (sh) S 14381 14381 12710 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19863920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14404/statm: 1339 232 193 169 0 50 0
[pid=14405] ppid=14404 vsize=285420 CPUtime=1787.04
/proc/14405/stat : 14405 (minisat) R 14404 14381 12710 0 -1 4194304 70727 0 0 0 178647 57 0 0 25 0 1 0 19863920 292270080 70713 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14405/statm: 71355 70713 76 150 0 71202 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 307644

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 14381 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=194146
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=899863
# CPU time returned by wait4() is 13.094
# 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): 1811.11
CPU time (s): 1800.05
CPU user time (s): 1798.65
CPU system time (s): 1.4
CPU usage (%): 99.3894
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1941
system time used= 0.899863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24307
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= 12130
involuntary context switches= 11987

runsolver used 2.25566 second user time and 5.54716 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 17:59:40
IDJOB=2062018
IDBENCH=53861
IDSOLVER=739
FILE ID=node91/2062018-1247327980
PBS_JOBID= 9506454
Free space on /tmp= 66112 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-35-35.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-2062018-1247327980/watcher-2062018-1247327980 -o /tmp/evaluation-result-2062018-1247327980/solver-2062018-1247327980 -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-2062018-1247327980.xml

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

MD5SUM BENCH= 5c86e9b78837e9747aa3f584bf98e3ce
RANDOM SEED=1023154341

node91.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.241
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.241
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:       1187672 kB
Buffers:         54000 kB
Cached:         717520 kB
SwapCached:          8 kB
Active:         161816 kB
Inactive:       630040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187672 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          30964 kB
Slab:            61692 kB
Committed_AS:   209656 kB
PageTables:       1696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node91 at 2009-07-11 18:29:53