Trace number 2060731

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 1814.24

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-26-26.xml
MD5SUMdee6717e94e3c396cc9a79e38a8821c4
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 variables1352
Number of constraints1628
Maximum constraint arity26
Maximum domain size79
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1301
Global constraints used (with number of constraints)cumulative(2),weightedsum(325)

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:27:36 2009
0.00/0.07	c 0	PID 10939
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060731-1247326055.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060731-1247326055.xml' 'HOME/temp.csp'
0.07/0.71	c 1	27 domains, 1352 variables, 2 predicates, 0 relations, 1628 constraints
0.07/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.73	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.68/0.80	c 1	Parsing HOME/temp.csp
0.68/0.91	c 1	parsed 3009 expressions
0.68/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.92	c 1	Converting to clausal form CSP
0.68/0.94	c 1	converted 301 (10%) expressions
0.68/0.95	c 1	converted 602 (20%) expressions
0.68/0.95	c 1	converted 903 (30%) expressions
0.68/0.95	c 1	converted 1204 (40%) expressions
0.93/1.10	c 1	converted 1505 (50%) expressions
1.03/1.16	c 1	converted 1806 (60%) expressions
1.03/1.19	c 1	converted 2107 (70%) expressions
1.12/1.22	c 1	converted 2408 (80%) expressions
1.12/1.25	c 1	converted 2709 (90%) expressions
2.02/2.14	c 2	converted 3009 (100%) expressions
2.02/2.14	c 2	CSP : 5934 integers, 2650 booleans, 17494 clauses, largest domain size 80
2.02/2.14	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.02/2.14	c 2	Propagation in CSP
2.12/2.21	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.22	c 2	CSP : 5934 integers, 2650 booleans, 17494 clauses, largest domain size 80
2.12/2.22	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.12/2.23	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.24	c 2	CSP : 5934 integers, 2650 booleans, 17494 clauses, largest domain size 80
2.12/2.24	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.22/2.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.36	c 2	594 (10%) CSP integer variables are encoded (3300 clauses, 40781 bytes)
2.22/2.36	c 2	1187 (20%) CSP integer variables are encoded (3300 clauses, 40781 bytes)
2.22/2.37	c 2	1781 (30%) CSP integer variables are encoded (5834 clauses, 73723 bytes)
2.22/2.37	c 2	2374 (40%) CSP integer variables are encoded (9635 clauses, 126615 bytes)
2.22/2.38	c 2	2967 (50%) CSP integer variables are encoded (13255 clauses, 180915 bytes)
2.22/2.39	c 2	3561 (60%) CSP integer variables are encoded (17056 clauses, 237930 bytes)
2.22/2.39	c 2	4154 (70%) CSP integer variables are encoded (20676 clauses, 292230 bytes)
2.32/2.40	c 2	4748 (80%) CSP integer variables are encoded (24477 clauses, 349245 bytes)
2.32/2.41	c 2	5341 (90%) CSP integer variables are encoded (28097 clauses, 403545 bytes)
2.32/2.42	c 2	5934 (100%) CSP integer variables are encoded (31898 clauses, 460560 bytes)
2.52/2.64	c 3	1750 (10%) CSP clauses are encoded (127239 clauses, 2124904 bytes)
2.81/2.91	c 3	3499 (20%) CSP clauses are encoded (184324 clauses, 3397380 bytes)
3.30/3.40	c 3	5249 (30%) CSP clauses are encoded (225385 clauses, 4689262 bytes)
3.70/3.83	c 4	6998 (40%) CSP clauses are encoded (260238 clauses, 5951495 bytes)
4.10/4.25	c 4	8747 (50%) CSP clauses are encoded (294728 clauses, 7186294 bytes)
4.79/4.93	c 5	10497 (60%) CSP clauses are encoded (427638 clauses, 10381994 bytes)
5.28/5.47	c 5	12246 (70%) CSP clauses are encoded (470767 clauses, 11953342 bytes)
5.79/5.92	c 6	13996 (80%) CSP clauses are encoded (507690 clauses, 13293777 bytes)
6.17/6.34	c 6	15745 (90%) CSP clauses are encoded (541023 clauses, 14491612 bytes)
6.77/6.98	c 7	17494 (100%) CSP clauses are encoded (670951 clauses, 17654776 bytes)
6.77/6.98	c 7	17494 CSP clauses encoded
6.77/6.98	c 7	Writing map file : HOME/temp.map
6.86/7.00	c 7	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.86/7.00	c 7	SAT : 40428 SAT variables, 670951 SAT clauses, 17654776 bytes
6.86/7.00	c 7	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.86/7.04	c 7	SOLVING HOME/temp.cnf
6.86/7.04	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.86/7.04	c 7	This is MiniSat 2.0 beta
6.86/7.04	c 7	WARNING: for repeatability, setting FPU to use double precision
6.86/7.04	c 7	============================[ Problem Statistics ]=============================
6.86/7.04	c 7	|                                                                             |
6.86/7.04	c 7	|  Number of variables:  40428                                                |
6.86/7.04	c 7	|  Number of clauses:    670951                                               |
6.88/7.44	c 7	|  Parsing time:         0.35         s                                       |
6.88/7.46	c 7	============================[ Search Statistics ]==============================
6.88/7.46	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.88/7.46	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.88/7.46	c 7	===============================================================================
6.88/7.46	c 7	|         0 |   40428   670951  2681896 |   223650        0    nan |  0.000 % |
7.52/7.79	c 8	|       100 |   40428   670951  2681896 |   246015      100     35 |  0.000 % |
8.01/8.27	c 8	|       250 |   40428   670951  2681896 |   270616      250     41 |  0.000 % |
8.81/9.02	c 9	|       476 |   40428   670951  2681896 |   297678      476     46 |  0.000 % |
10.00/10.25	c 10	|       813 |   40428   670951  2681896 |   327446      813     44 |  0.000 % |
11.78/12.01	c 12	|      1321 |   40428   670951  2681896 |   360191     1321     44 |  0.000 % |
13.76/14.08	c 14	|      2081 |   40428   670951  2681896 |   396210     2081     49 |  0.000 % |
16.72/17.05	c 17	|      3220 |   40428   670951  2681896 |   435831     3220     45 |  0.000 % |
21.19/21.54	c 21	|      4931 |   40428   670951  2681896 |   479414     4931     45 |  0.000 % |
28.32/28.72	c 29	|      7493 |   40428   670951  2681896 |   527355     7493     40 |  0.000 % |
37.63/38.18	c 38	|     11337 |   40428   670951  2681896 |   580091    11337     39 |  0.000 % |
53.09/53.76	c 54	|     17103 |   40428   670951  2681896 |   638100    17103     37 |  0.000 % |
77.35/78.20	c 78	|     25755 |   40428   670951  2681896 |   701910    25755     37 |  0.000 % |
116.39/117.69	c 118	|     38729 |   40428   670951  2681896 |   772101    38729     38 |  0.000 % |
174.73/176.58	c 176	|     58190 |   40428   670951  2681896 |   849311    58190     39 |  0.000 % |
273.40/276.16	c 276	|     87383 |   40428   670951  2681896 |   934242    87383     39 |  0.000 % |
438.64/442.93	c 443	|    131175 |   40428   670951  2681896 |  1027667   131175     40 |  0.000 % |
709.58/716.42	c 716	|    196862 |   40428   670951  2681896 |  1130433   196862     38 |  0.000 % |
1168.84/1180.01	c 1180	|    295389 |   40428   670951  2681896 |  1243477   295389     41 |  0.000 % |
1800.05/1814.22	c ERROR INTERRUPTED
1800.05/1814.23	s UNKNOWN
1800.05/1814.23	c 1814	CPU 6.89 (0.05 0.02 6.59 0.23)
1800.05/1814.23	c 1814	END Sat Jul 11 17:57:50 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-2060731-1247326055/watcher-2060731-1247326055 -o /tmp/evaluation-result-2060731-1247326055/solver-2060731-1247326055 -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-2060731-1247326055.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.36 1.80 1.88 4/73 10939
/proc/meminfo: memFree=707728/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=12268 CPUtime=0
/proc/10939/stat : 10939 (sugar) R 10937 10939 10025 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19668619 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271903144958 0 0 4224 0 0 0 0 17 1 0 0
/proc/10939/statm: 3067 316 241 3 0 167 0

[startup+0.0856929 s]
/proc/loadavg: 1.36 1.80 1.88 4/73 10939
/proc/meminfo: memFree=707728/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.07
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102541 s]
/proc/loadavg: 1.36 1.80 1.88 4/73 10939
/proc/meminfo: memFree=707728/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.07
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302563 s]
/proc/loadavg: 1.36 1.80 1.88 4/73 10939
/proc/meminfo: memFree=707728/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.07
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702614 s]
/proc/loadavg: 1.36 1.80 1.88 4/73 10939
/proc/meminfo: memFree=707728/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.07
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50168 s]
/proc/loadavg: 1.49 1.82 1.89 4/84 10961
/proc/meminfo: memFree=697144/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.68
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1309 5325 0 1 5 2 58 3 16 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
[pid=10952] ppid=10939 vsize=5356 CPUtime=0
/proc/10952/stat : 10952 (sh) S 10939 10939 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19668692 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10952/statm: 1339 233 193 169 0 50 0
[pid=10953] ppid=10952 vsize=868560 CPUtime=0.75
/proc/10953/stat : 10953 (java) S 10952 10939 10025 0 -1 0 7475 0 1 0 71 4 0 0 18 0 9 0 19668692 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10953/statm: 217140 6709 2567 9 0 211645 0
[pid=10953/tid=10954] ppid=10952 vsize=868560 CPUtime=0.44
/proc/10953/task/10954/stat : 10954 (java) R 10952 10939 10025 0 -1 64 2695 0 1 0 44 0 0 0 23 0 9 0 19668693 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4126928672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10955] ppid=10952 vsize=868560 CPUtime=0.1
/proc/10953/task/10955/stat : 10955 (java) S 10952 10939 10025 0 -1 64 2597 0 0 0 9 1 0 0 16 0 9 0 19668694 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10956] ppid=10952 vsize=868560 CPUtime=0
/proc/10953/task/10956/stat : 10956 (java) S 10952 10939 10025 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19668694 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10957] ppid=10952 vsize=868560 CPUtime=0
/proc/10953/task/10957/stat : 10957 (java) S 10952 10939 10025 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19668694 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10958] ppid=10952 vsize=868560 CPUtime=0
/proc/10953/task/10958/stat : 10958 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19668696 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10959] ppid=10952 vsize=868560 CPUtime=0.18
/proc/10953/task/10959/stat : 10959 (java) S 10952 10939 10025 0 -1 64 1484 0 0 0 17 1 0 0 16 0 9 0 19668696 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10960] ppid=10952 vsize=868560 CPUtime=0
/proc/10953/task/10960/stat : 10960 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19668696 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10961] ppid=10952 vsize=868560 CPUtime=0
/proc/10953/task/10961/stat : 10961 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19668696 889405440 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890784

[startup+3.10183 s]
/proc/loadavg: 1.49 1.82 1.89 3/84 10961
/proc/meminfo: memFree=679672/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.68
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1310 5325 0 1 5 2 58 3 15 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
[pid=10952] ppid=10939 vsize=5356 CPUtime=0
/proc/10952/stat : 10952 (sh) S 10939 10939 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19668692 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10952/statm: 1339 233 193 169 0 50 0
[pid=10953] ppid=10952 vsize=868728 CPUtime=2.32
/proc/10953/stat : 10953 (java) S 10952 10939 10025 0 -1 0 10082 0 1 0 224 8 0 0 18 0 9 0 19668692 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10953/statm: 217182 8971 2591 9 0 211659 0
[pid=10953/tid=10954] ppid=10952 vsize=868728 CPUtime=1.59
/proc/10953/task/10954/stat : 10954 (java) R 10952 10939 10025 0 -1 64 2982 0 1 0 156 3 0 0 25 0 9 0 19668693 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4126531583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10955] ppid=10952 vsize=868728 CPUtime=0.44
/proc/10953/task/10955/stat : 10955 (java) S 10952 10939 10025 0 -1 64 4856 0 0 0 41 3 0 0 16 0 9 0 19668694 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10956] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10956/stat : 10956 (java) S 10952 10939 10025 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19668694 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10957] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10957/stat : 10957 (java) S 10952 10939 10025 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19668694 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10958] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10958/stat : 10958 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19668696 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10959] ppid=10952 vsize=868728 CPUtime=0.27
/proc/10953/task/10959/stat : 10959 (java) S 10952 10939 10025 0 -1 64 1545 0 0 0 26 1 0 0 16 0 9 0 19668696 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10960] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10960/stat : 10960 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19668696 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10961] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10961/stat : 10961 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19668696 889577472 8971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890952

[startup+6.30214 s]
/proc/loadavg: 1.53 1.82 1.89 3/84 10961
/proc/meminfo: memFree=666488/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=0.68
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1310 5325 0 1 5 2 58 3 15 0 1 0 19668619 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1111 409 3 0 796 0
[pid=10952] ppid=10939 vsize=5356 CPUtime=0
/proc/10952/stat : 10952 (sh) S 10939 10939 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19668692 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10952/statm: 1339 233 193 169 0 50 0
[pid=10953] ppid=10952 vsize=868728 CPUtime=5.49
/proc/10953/stat : 10953 (java) S 10952 10939 10025 0 -1 0 10333 0 1 0 533 16 0 0 18 0 9 0 19668692 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10953/statm: 217182 8977 2591 9 0 211659 0
[pid=10953/tid=10954] ppid=10952 vsize=868728 CPUtime=4.66
/proc/10953/task/10954/stat : 10954 (java) R 10952 10939 10025 0 -1 64 3227 0 1 0 457 9 0 0 25 0 9 0 19668693 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4127136592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10955] ppid=10952 vsize=868728 CPUtime=0.53
/proc/10953/task/10955/stat : 10955 (java) S 10952 10939 10025 0 -1 64 4856 0 0 0 48 5 0 0 16 0 9 0 19668694 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10956] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10956/stat : 10956 (java) S 10952 10939 10025 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19668694 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10957] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10957/stat : 10957 (java) S 10952 10939 10025 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19668694 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10958] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10958/stat : 10958 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19668696 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10959] ppid=10952 vsize=868728 CPUtime=0.28
/proc/10953/task/10959/stat : 10959 (java) S 10952 10939 10025 0 -1 64 1551 0 0 0 27 1 0 0 16 0 9 0 19668696 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10960] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10960/stat : 10960 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19668696 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10953/tid=10961] ppid=10952 vsize=868728 CPUtime=0
/proc/10953/task/10961/stat : 10961 (java) S 10952 10939 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19668696 889577472 8977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890952

[startup+12.7018 s]
/proc/loadavg: 1.57 1.83 1.89 3/76 10963
/proc/meminfo: memFree=649848/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=37660 CPUtime=5.59
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 9253 0 0 0 555 4 0 0 25 0 1 0 19669323 38563840 9239 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 9415 9239 76 150 0 9262 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 59884

[startup+25.503 s]
/proc/loadavg: 1.64 1.83 1.89 3/76 10963
/proc/meminfo: memFree=648824/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=38724 CPUtime=18.27
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 9515 0 0 0 1822 5 0 0 25 0 1 0 19669323 39653376 9501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 9681 9501 76 150 0 9528 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 60948

[startup+51.1025 s]
/proc/loadavg: 1.78 1.85 1.89 3/76 10963
/proc/meminfo: memFree=647288/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=40372 CPUtime=43.63
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 9935 0 0 0 4357 6 0 0 25 0 1 0 19669323 41340928 9921 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 10093 9921 76 150 0 9940 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 62596

[startup+102.306 s]
/proc/loadavg: 1.90 1.87 1.90 3/76 10963
/proc/meminfo: memFree=643896/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=584928/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=102400 CPUtime=1283.11
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 25279 0 0 0 128282 29 0 0 25 0 1 0 19669323 104857600 25265 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 25600 25265 76 150 0 25447 0
Current children cumulated CPU time (s) 1289.99
Current children cumulated vsize (KiB) 124624

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/79 10966
/proc/meminfo: memFree=582816/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=104388 CPUtime=1342.54
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 25797 0 0 0 134225 29 0 0 25 0 1 0 19669323 106893312 25783 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 26097 25783 76 150 0 25944 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 126612

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/79 10968
/proc/meminfo: memFree=580256/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=106908 CPUtime=1401.98
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 26414 0 0 0 140168 30 0 0 25 0 1 0 19669323 109473792 26400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 26727 26400 76 150 0 26574 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 129132

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/79 10968
/proc/meminfo: memFree=577824/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=109156 CPUtime=1461.42
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 27013 0 0 0 146110 32 0 0 25 0 1 0 19669323 111775744 26999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10963/statm: 27289 26999 76 150 0 27136 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 131380

[startup+1542.3 s]
/proc/loadavg: 1.88 1.93 1.90 3/76 11300
/proc/meminfo: memFree=575352/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=111824 CPUtime=1521.36
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 27663 0 0 0 152099 37 0 0 25 0 1 0 19669323 114507776 27649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10963/statm: 27956 27649 76 150 0 27803 0
Current children cumulated CPU time (s) 1528.24
Current children cumulated vsize (KiB) 134048

[startup+1602.3 s]
/proc/loadavg: 1.95 1.94 1.90 3/76 11300
/proc/meminfo: memFree=572728/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=114200 CPUtime=1581.34
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 28298 0 0 0 158096 38 0 0 25 0 1 0 19669323 116940800 28284 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10963/statm: 28550 28284 76 150 0 28397 0
Current children cumulated CPU time (s) 1588.22
Current children cumulated vsize (KiB) 136424

[startup+1662.3 s]
/proc/loadavg: 1.98 1.95 1.91 3/76 11300
/proc/meminfo: memFree=570232/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=116708 CPUtime=1641.31
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 28911 0 0 0 164093 38 0 0 25 0 1 0 19669323 119508992 28897 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/10963/statm: 29177 28897 76 150 0 29024 0
Current children cumulated CPU time (s) 1648.19
Current children cumulated vsize (KiB) 138932

[startup+1722.3 s]
/proc/loadavg: 1.99 1.95 1.91 3/76 11300
/proc/meminfo: memFree=568120/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=118732 CPUtime=1701.3
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 29435 0 0 0 170091 39 0 0 25 0 1 0 19669323 121581568 29421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10963/statm: 29683 29421 76 150 0 29530 0
Current children cumulated CPU time (s) 1708.18
Current children cumulated vsize (KiB) 140956

[startup+1782.3 s]
/proc/loadavg: 1.99 1.96 1.91 3/76 11300
/proc/meminfo: memFree=566328/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=120468 CPUtime=1761.27
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 29877 0 0 0 176088 39 0 0 25 0 1 0 19669323 123359232 29863 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/10963/statm: 30117 29863 76 150 0 29964 0
Current children cumulated CPU time (s) 1768.15
Current children cumulated vsize (KiB) 142692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 1.99 1.96 1.91 3/76 11300
/proc/meminfo: memFree=565432/2055920 swapFree=4192956/4192956
[pid=10939] ppid=10937 vsize=16868 CPUtime=6.88
/proc/10939/stat : 10939 (sugar) S 10937 10939 10025 0 -1 4194304 1376 16034 0 2 5 2 658 23 16 0 1 0 19668619 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10939/statm: 4217 1113 409 3 0 796 0
[pid=10962] ppid=10939 vsize=5356 CPUtime=0
/proc/10962/stat : 10962 (sh) S 10939 10939 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10962/statm: 1339 232 193 169 0 50 0
[pid=10963] ppid=10962 vsize=121392 CPUtime=1793.17
/proc/10963/stat : 10963 (minisat) R 10962 10939 10025 0 -1 4194304 30102 0 0 0 179277 40 0 0 25 0 1 0 19669323 124305408 30088 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/10963/statm: 30348 30088 76 150 0 30195 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 143616

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 10939 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=649989
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=268959
# CPU time returned by wait4() is 6.91895
# 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): 1814.24
CPU time (s): 1800.05
CPU user time (s): 1799.4
CPU system time (s): 0.65
CPU usage (%): 99.218
Max. virtual memory (cumulated for all children) (KiB): 891092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.64999
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17793
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= 6515
involuntary context switches= 6516

runsolver used 2.22466 second user time and 5.74713 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-11 17:27:36
IDJOB=2060731
IDBENCH=53744
IDSOLVER=739
FILE ID=node60/2060731-1247326055
PBS_JOBID= 9506510
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= dee6717e94e3c396cc9a79e38a8821c4
RANDOM SEED=918562153

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        708208 kB
Buffers:         55260 kB
Cached:        1220964 kB
SwapCached:          0 kB
Active:         245236 kB
Inactive:      1051640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        708208 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          31352 kB
Slab:            36092 kB
Committed_AS:   213264 kB
PageTables:       1840 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= 66388 MiB
End job on node60 at 2009-07-11 17:57:52