Trace number 2059499

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.07 1803.18

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-0_ext.xml
MD5SUM308da8d6f22ce7d5aad3f96e3b4e6901
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.178971
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 16:52:17 2009
0.00/0.08	c 0	PID 14315
0.06/0.08	c 0	HOST node57.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2059499-1247323936.xml TO HOME/temp.csp
0.06/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-2059499-1247323936.xml' 'HOME/temp.csp'
0.06/0.59	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.70	c 0	Parsing HOME/temp.csp
0.55/0.81	c 0	parsed 4437 expressions
0.55/0.82	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.82	c 0	Converting to clausal form CSP
0.55/0.88	c 0	converted 444 (10%) expressions
0.91/1.04	c 1	converted 888 (20%) expressions
1.11/1.22	c 1	converted 1332 (30%) expressions
1.30/1.47	c 1	converted 1775 (40%) expressions
1.40/1.58	c 1	converted 2219 (50%) expressions
1.71/1.89	c 1	converted 2663 (60%) expressions
1.81/1.99	c 2	converted 3106 (70%) expressions
2.01/2.12	c 2	converted 3550 (80%) expressions
2.11/2.21	c 2	converted 3994 (90%) expressions
2.40/2.59	c 2	converted 4437 (100%) expressions
2.40/2.59	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.40/2.59	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.59	c 2	Propagation in CSP
2.50/2.60	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.60	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.50/2.60	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 2	Simplifing CSP by introducing new Boolean variables
2.50/2.61	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.50/2.61	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.87	c 2	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.71/2.88	c 2	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.71/2.88	c 2	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.71/2.88	c 2	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.71/2.88	c 2	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.71/2.88	c 2	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.71/2.88	c 2	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.71/2.88	c 2	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.71/2.88	c 2	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.71/2.89	c 2	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.90/3.07	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209915 bytes)
3.09/3.28	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391780 bytes)
3.29/3.47	c 3	1266 (30%) CSP clauses are encoded (31006 clauses, 573143 bytes)
3.49/3.66	c 3	1687 (40%) CSP clauses are encoded (39269 clauses, 752694 bytes)
3.69/3.85	c 3	2109 (50%) CSP clauses are encoded (48609 clauses, 962024 bytes)
3.88/4.05	c 4	2531 (60%) CSP clauses are encoded (57469 clauses, 1160101 bytes)
4.09/4.24	c 4	2952 (70%) CSP clauses are encoded (66277 clauses, 1357219 bytes)
4.28/4.44	c 4	3374 (80%) CSP clauses are encoded (75315 clauses, 1558130 bytes)
4.47/4.62	c 4	3796 (90%) CSP clauses are encoded (84418 clauses, 1760149 bytes)
4.67/4.81	c 4	4217 (100%) CSP clauses are encoded (94369 clauses, 1973856 bytes)
4.67/4.81	c 4	4217 CSP clauses encoded
4.67/4.81	c 4	Writing map file : HOME/temp.map
4.67/4.82	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.67/4.82	c 4	SAT : 7126 SAT variables, 94369 SAT clauses, 1973856 bytes
4.67/4.82	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.67/4.85	c 4	SOLVING HOME/temp.cnf
4.67/4.85	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.67/4.86	c 4	This is MiniSat 2.0 beta
4.67/4.86	c 4	WARNING: for repeatability, setting FPU to use double precision
4.67/4.86	c 4	============================[ Problem Statistics ]=============================
4.67/4.86	c 4	|                                                                             |
4.67/4.86	c 4	|  Number of variables:  7126                                                 |
4.67/4.86	c 4	|  Number of clauses:    94369                                                |
4.73/4.91	c 4	|  Parsing time:         0.05         s                                       |
4.73/4.92	c 4	============================[ Search Statistics ]==============================
4.73/4.92	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.73/4.92	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.73/4.92	c 4	===============================================================================
4.73/4.92	c 4	|         0 |    6934    87328   308916 |    29109        0    nan |  0.000 % |
4.73/4.93	c 5	|       100 |    6934    87328   308916 |    32020      100      5 |  2.695 % |
4.73/4.94	c 5	|       250 |    6934    87328   308916 |    35222      250      6 |  2.694 % |
4.73/4.97	c 5	|       476 |    6934    87328   308916 |    38744      476      9 |  2.695 % |
4.73/5.01	c 5	|       813 |    6934    87328   308916 |    42618      813     10 |  2.695 % |
4.73/5.08	c 5	|      1319 |    6934    87328   308916 |    46880     1319     12 |  2.694 % |
4.73/5.16	c 5	|      2078 |    6929    87328   308916 |    51568     2077     14 |  2.765 % |
4.73/5.33	c 5	|      3218 |    6929    87260   308774 |    56725     3216     15 |  2.765 % |
5.35/5.56	c 5	|      4926 |    6928    87260   308774 |    62398     4923     16 |  2.835 % |
5.64/5.88	c 5	|      7488 |    6924    87193   308634 |    68638     7484     20 |  2.835 % |
6.24/6.43	c 6	|     11333 |    6924    87193   308634 |    75502    11329     22 |  2.835 % |
7.24/7.44	c 7	|     17099 |    6924    87193   308634 |    83052    17095     23 |  2.835 % |
8.52/8.78	c 8	|     25749 |    6924    87193   308634 |    91357    25745     24 |  2.835 % |
11.09/11.40	c 11	|     38723 |    6924    87193   308634 |   100493    38719     23 |  2.835 % |
16.15/16.49	c 16	|     58184 |    6924    87193   308634 |   110542    58180     28 |  2.835 % |
23.78/24.16	c 24	|     87377 |    6919    87127   308496 |   121596    87369     27 |  2.905 % |
40.41/40.91	c 40	|    131166 |    6919    87127   308496 |   133756    23424     39 |  2.905 % |
67.85/68.65	c 68	|    196850 |    6919    87127   308496 |   147132    89108     52 |  2.905 % |
114.01/115.28	c 115	|    295376 |    6919    87127   308496 |   161845    56835     51 |  2.905 % |
178.30/180.11	c 180	|    443165 |    6919    87127   308496 |   178030    59442     59 |  2.905 % |
344.97/347.24	c 347	|    664849 |    6915    87065   308366 |   195833   124057     71 |  2.961 % |
558.17/560.60	c 560	|    997374 |    6915    87065   308366 |   215416    95323     62 |  2.961 % |
927.11/929.67	c 929	|   1496162 |    6915    87065   308366 |   236957   199966     53 |  2.961 % |
1514.75/1517.51	c 1517	|   2244344 |    6910    87001   308232 |   260653    72402     45 |  3.031 % |
1800.07/1803.12	c ERROR INTERRUPTED
1800.07/1803.13	s UNKNOWN
1800.07/1803.13	c 1803	CPU 4.74 (0.06 0.02 4.5 0.16)
1800.07/1803.13	c 1803	END Sat Jul 11 17:22:20 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-2059499-1247323936/watcher-2059499-1247323936 -o /tmp/evaluation-result-2059499-1247323936/solver-2059499-1247323936 -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-2059499-1247323936.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.22 1.70 1.89 4/76 14315
/proc/meminfo: memFree=815672/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=18576 CPUtime=0
/proc/14315/stat : 14315 (runsolver) R 14313 14315 13419 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 19456877 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14315/statm: 4644 284 249 26 0 2626 0

[startup+0.0814029 s]
/proc/loadavg: 1.22 1.70 1.89 4/76 14315
/proc/meminfo: memFree=815672/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16740 CPUtime=0.06
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19456877 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.106016 s]
/proc/loadavg: 1.22 1.70 1.89 4/76 14315
/proc/meminfo: memFree=815672/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.06
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19456877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301414 s]
/proc/loadavg: 1.22 1.70 1.89 4/76 14315
/proc/meminfo: memFree=815672/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.06
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19456877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701479 s]
/proc/loadavg: 1.22 1.70 1.89 4/76 14315
/proc/meminfo: memFree=815672/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.55
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1309 5406 0 1 5 1 46 3 16 0 1 0 19456877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 1.36 1.72 1.89 4/87 14337
/proc/meminfo: memFree=800864/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.55
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1309 5406 0 1 5 1 46 3 15 0 1 0 19456877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
[pid=14328] ppid=14315 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (sh) S 14315 14315 13419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19456939 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14328/statm: 1339 233 193 169 0 50 0
[pid=14329] ppid=14328 vsize=868476 CPUtime=0.85
/proc/14329/stat : 14329 (java) S 14328 14315 13419 0 -1 0 10369 0 1 0 80 5 0 0 18 0 9 0 19456939 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14329/statm: 217119 9612 2566 9 0 211624 0
[pid=14329/tid=14330] ppid=14328 vsize=868476 CPUtime=0.35
/proc/14329/task/14330/stat : 14330 (java) R 14328 14315 13419 0 -1 64 2763 0 1 0 34 1 0 0 19 0 9 0 19456940 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14331] ppid=14328 vsize=868476 CPUtime=0.35
/proc/14329/task/14331/stat : 14331 (java) S 14328 14315 13419 0 -1 64 5483 0 0 0 33 2 0 0 16 0 9 0 19456941 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14332] ppid=14328 vsize=868476 CPUtime=0
/proc/14329/task/14332/stat : 14332 (java) S 14328 14315 13419 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19456942 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14333] ppid=14328 vsize=868476 CPUtime=0
/proc/14329/task/14333/stat : 14333 (java) S 14328 14315 13419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19456942 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14334] ppid=14328 vsize=868476 CPUtime=0
/proc/14329/task/14334/stat : 14334 (java) S 14328 14315 13419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19456944 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14335] ppid=14328 vsize=868476 CPUtime=0.12
/proc/14329/task/14335/stat : 14335 (java) S 14328 14315 13419 0 -1 64 1424 0 0 0 12 0 0 0 16 0 9 0 19456944 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14336] ppid=14328 vsize=868476 CPUtime=0
/proc/14329/task/14336/stat : 14336 (java) S 14328 14315 13419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19456944 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14337] ppid=14328 vsize=868476 CPUtime=0
/proc/14329/task/14337/stat : 14337 (java) S 14328 14315 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19456944 889319424 9612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890700

[startup+3.10188 s]
/proc/loadavg: 1.36 1.72 1.89 4/87 14337
/proc/meminfo: memFree=764960/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.56
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1310 5406 0 1 5 2 46 3 15 0 1 0 19456877 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
[pid=14328] ppid=14315 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (sh) S 14315 14315 13419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19456939 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14328/statm: 1339 233 193 169 0 50 0
[pid=14329] ppid=14328 vsize=868672 CPUtime=2.44
/proc/14329/stat : 14329 (java) S 14328 14315 13419 0 -1 0 18427 0 1 0 236 8 0 0 18 0 9 0 19456939 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14329/statm: 217168 17629 2591 9 0 211645 0
[pid=14329/tid=14330] ppid=14328 vsize=868672 CPUtime=0.87
/proc/14329/task/14330/stat : 14330 (java) R 14328 14315 13419 0 -1 64 3474 0 1 0 85 2 0 0 19 0 9 0 19456940 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4126523438 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14331] ppid=14328 vsize=868672 CPUtime=1.37
/proc/14329/task/14331/stat : 14331 (java) S 14328 14315 13419 0 -1 64 12785 0 0 0 133 4 0 0 16 0 9 0 19456941 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14332] ppid=14328 vsize=868672 CPUtime=0
/proc/14329/task/14332/stat : 14332 (java) S 14328 14315 13419 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19456942 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14333] ppid=14328 vsize=868672 CPUtime=0
/proc/14329/task/14333/stat : 14333 (java) S 14328 14315 13419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19456942 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14334] ppid=14328 vsize=868672 CPUtime=0
/proc/14329/task/14334/stat : 14334 (java) S 14328 14315 13419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19456944 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14335] ppid=14328 vsize=868672 CPUtime=0.16
/proc/14329/task/14335/stat : 14335 (java) S 14328 14315 13419 0 -1 64 1469 0 0 0 16 0 0 0 16 0 9 0 19456944 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14336] ppid=14328 vsize=868672 CPUtime=0
/proc/14329/task/14336/stat : 14336 (java) S 14328 14315 13419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19456944 889520128 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14337] ppid=14328 vsize=868672 CPUtime=0
/proc/14329/task/14337/stat : 14337 (java) S 14328 14315 13419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19456944 889520128 17629 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) 890896

[startup+6.30242 s]
/proc/loadavg: 1.41 1.73 1.90 3/79 14339
/proc/meminfo: memFree=803680/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 15 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=7916 CPUtime=1.41
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 1870 0 0 0 141 0 0 0 25 0 1 0 19457363 8105984 1856 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 1979 1856 75 150 0 1826 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30140

[startup+12.7015 s]
/proc/loadavg: 1.46 1.73 1.90 3/79 14339
/proc/meminfo: memFree=798752/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=12484 CPUtime=7.75
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 2992 0 0 0 774 1 0 0 25 0 1 0 19457363 12783616 2978 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 3121 2978 75 150 0 2968 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 34708

[startup+25.5016 s]
/proc/loadavg: 1.54 1.74 1.90 3/79 14339
/proc/meminfo: memFree=791136/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=19868 CPUtime=20.43
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 4855 0 0 0 2040 3 0 0 25 0 1 0 19457363 20344832 4841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 4967 4841 75 150 0 4814 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 42092

[startup+51.1019 s]
/proc/loadavg: 1.72 1.77 1.90 3/79 14339
/proc/meminfo: memFree=783776/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=27176 CPUtime=45.78
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 6665 0 0 0 4574 4 0 0 25 0 1 0 19457363 27828224 6651 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 6794 6651 75 150 0 6641 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 49400

[startup+102.306 s]
/proc/loadavg: 1.88 1.80 1.90 3/79 14339
/proc/meminfo: memFree=767072/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=43868 CPUtime=96.5
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 10818 0 0 0 9641 9 0 0 25 0 1 0 19457363 44920832 10804 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 10967 10804 75 150 0 10814 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 66092

[startup+162.301 s]
/proc/loadavg: 1.95 1.83 1.91 3/79 14339
/proc/meminfo: memFree=766240/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=713960/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=86532 CPUtime=1294.93
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21399 0 0 0 129467 26 0 0 25 0 1 0 19457363 88608768 21385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21633 21385 75 150 0 21480 0
Current children cumulated CPU time (s) 1299.66
Current children cumulated vsize (KiB) 108756

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/77 14540
/proc/meminfo: memFree=711464/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1354.89
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21636 0 0 0 135462 27 0 0 25 0 1 0 19457363 89595904 21622 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21622 75 150 0 21721 0
Current children cumulated CPU time (s) 1359.62
Current children cumulated vsize (KiB) 109720

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 14585
/proc/meminfo: memFree=665984/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1414.86
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21638 0 0 0 141459 27 0 0 25 0 1 0 19457363 89595904 21624 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21624 75 150 0 21721 0
Current children cumulated CPU time (s) 1419.59
Current children cumulated vsize (KiB) 109720

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 14585
/proc/meminfo: memFree=665856/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1474.83
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21639 0 0 0 147456 27 0 0 25 0 1 0 19457363 89595904 21625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21625 75 150 0 21721 0
Current children cumulated CPU time (s) 1479.56
Current children cumulated vsize (KiB) 109720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 14585
/proc/meminfo: memFree=665792/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1534.81
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21639 0 0 0 153454 27 0 0 25 0 1 0 19457363 89595904 21625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21625 75 150 0 21721 0
Current children cumulated CPU time (s) 1539.54
Current children cumulated vsize (KiB) 109720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/83 14585
/proc/meminfo: memFree=665728/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1594.79
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21641 0 0 0 159451 28 0 0 25 0 1 0 19457363 89595904 21627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21627 75 150 0 21721 0
Current children cumulated CPU time (s) 1599.52
Current children cumulated vsize (KiB) 109720

[startup+1662.3 s]
/proc/loadavg: 2.51 2.12 1.98 3/85 14634
/proc/meminfo: memFree=149608/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1654.73
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21654 0 0 0 165436 37 0 0 25 0 1 0 19457363 89595904 21640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21640 75 150 0 21721 0
Current children cumulated CPU time (s) 1659.46
Current children cumulated vsize (KiB) 109720

[startup+1722.3 s]
/proc/loadavg: 2.99 2.34 2.07 3/85 14634
/proc/meminfo: memFree=15592/2055920 swapFree=4192952/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1714.64
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21666 0 0 0 171413 51 0 0 25 0 1 0 19457363 89595904 21652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1719.37
Current children cumulated vsize (KiB) 109720

[startup+1782.3 s]
/proc/loadavg: 3.63 2.63 2.18 4/85 14634
/proc/meminfo: memFree=15528/2055920 swapFree=4192812/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1774.56
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21666 0 0 0 177388 68 0 0 25 0 1 0 19457363 89595904 21652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 109720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 3.36 2.63 2.19 3/85 14634
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=4.73
/proc/14315/stat : 14315 (sugar) S 14313 14315 13419 0 -1 4194304 1376 24215 0 2 5 2 450 16 16 0 1 0 19456877 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 13419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=87496 CPUtime=1795.34
/proc/14339/stat : 14339 (minisat) R 14338 14315 13419 0 -1 4194304 21666 0 0 0 179460 74 0 0 25 0 1 0 19457363 89595904 21652 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 109720

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 14315 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=566305
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 4.75428
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.18
CPU time (s): 1800.07
CPU user time (s): 1799.15
CPU system time (s): 0.92
CPU usage (%): 99.8273
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5663
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25974
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= 2373
involuntary context switches= 2338

runsolver used 2.18167 second user time and 6.01809 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-11 16:52:17
IDJOB=2059499
IDBENCH=53587
IDSOLVER=739
FILE ID=node57/2059499-1247323936
PBS_JOBID= 9506516
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-0_ext.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-2059499-1247323936/watcher-2059499-1247323936 -o /tmp/evaluation-result-2059499-1247323936/solver-2059499-1247323936 -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-2059499-1247323936.xml

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

MD5SUM BENCH= 308da8d6f22ce7d5aad3f96e3b4e6901
RANDOM SEED=463112476

node57.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.261
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.261
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:        816152 kB
Buffers:         48268 kB
Cached:        1101336 kB
SwapCached:          4 kB
Active:         134420 kB
Inactive:      1038588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        816152 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:          34104 kB
Slab:            52060 kB
Committed_AS:   259240 kB
PageTables:       1772 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= 64236 MiB
End job on node57 at 2009-07-11 17:22:22