Trace number 2059543

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.1 1809.02

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-1_ext.xml
MD5SUMd211ae6c6c79ecd682df2e7c9710a9e2
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.169973
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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 16:52:31 2009
0.00/0.07	c 0	PID 13292
0.06/0.08	c 0	HOST node38.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2059543-1247323950.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-2059543-1247323950.xml' 'HOME/temp.csp'
0.06/0.54	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.06/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.52/0.64	c 0	Parsing HOME/temp.csp
0.52/0.79	c 0	parsed 4437 expressions
0.52/0.80	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.80	c 0	Converting to clausal form CSP
0.52/0.86	c 0	converted 444 (10%) expressions
0.94/1.01	c 1	converted 888 (20%) expressions
1.04/1.18	c 1	converted 1332 (30%) expressions
1.34/1.46	c 1	converted 1775 (40%) expressions
1.44/1.55	c 1	converted 2219 (50%) expressions
1.73/1.82	c 1	converted 2663 (60%) expressions
1.83/1.93	c 1	converted 3106 (70%) expressions
1.93/2.04	c 2	converted 3550 (80%) expressions
2.22/2.34	c 2	converted 3994 (90%) expressions
2.43/2.50	c 2	converted 4437 (100%) expressions
2.43/2.51	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.43/2.51	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.51	c 2	Propagation in CSP
2.43/2.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.43/2.51	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.43/2.51	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.52	c 2	Simplifing CSP by introducing new Boolean variables
2.43/2.52	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.43/2.52	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.64/2.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.64/2.78	c 2	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.64/2.78	c 2	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.64/2.78	c 2	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.64/2.79	c 2	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.64/2.79	c 2	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.64/2.79	c 2	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.64/2.79	c 2	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.64/2.79	c 2	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.64/2.79	c 2	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.64/2.79	c 2	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.83/2.98	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209964 bytes)
3.03/3.17	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391880 bytes)
3.23/3.36	c 3	1266 (30%) CSP clauses are encoded (31054 clauses, 574132 bytes)
3.42/3.54	c 3	1687 (40%) CSP clauses are encoded (39413 clauses, 755372 bytes)
3.62/3.72	c 3	2109 (50%) CSP clauses are encoded (48561 clauses, 961162 bytes)
3.82/3.90	c 3	2531 (60%) CSP clauses are encoded (57421 clauses, 1159773 bytes)
3.92/4.08	c 4	2952 (70%) CSP clauses are encoded (66181 clauses, 1355472 bytes)
4.12/4.26	c 4	3374 (80%) CSP clauses are encoded (75267 clauses, 1557535 bytes)
4.32/4.45	c 4	3796 (90%) CSP clauses are encoded (84418 clauses, 1759905 bytes)
4.52/4.62	c 4	4217 (100%) CSP clauses are encoded (94369 clauses, 1973879 bytes)
4.52/4.62	c 4	4217 CSP clauses encoded
4.52/4.63	c 4	Writing map file : HOME/temp.map
4.52/4.63	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.52/4.63	c 4	SAT : 7126 SAT variables, 94369 SAT clauses, 1973879 bytes
4.52/4.63	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.52/4.65	c 4	SOLVING HOME/temp.cnf
4.52/4.65	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.52/4.65	c 4	This is MiniSat 2.0 beta
4.52/4.65	c 4	WARNING: for repeatability, setting FPU to use double precision
4.52/4.65	c 4	============================[ Problem Statistics ]=============================
4.52/4.65	c 4	|                                                                             |
4.52/4.65	c 4	|  Number of variables:  7126                                                 |
4.52/4.65	c 4	|  Number of clauses:    94369                                                |
4.57/4.70	c 4	|  Parsing time:         0.05         s                                       |
4.57/4.70	c 4	============================[ Search Statistics ]==============================
4.57/4.70	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.57/4.70	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.57/4.70	c 4	===============================================================================
4.57/4.70	c 4	|         0 |    6934    87328   308916 |    29109        0    nan |  0.000 % |
4.57/4.71	c 4	|       100 |    6934    87328   308916 |    32020      100      5 |  2.695 % |
4.57/4.73	c 4	|       252 |    6934    87328   308916 |    35222      252      6 |  2.694 % |
4.57/4.75	c 4	|       477 |    6934    87328   308916 |    38744      477     10 |  2.695 % |
4.57/4.79	c 4	|       815 |    6934    87328   308916 |    42618      815     12 |  2.695 % |
4.57/4.87	c 4	|      1321 |    6934    87328   308916 |    46880     1321     14 |  2.695 % |
4.57/4.95	c 4	|      2080 |    6934    87328   308916 |    51568     2080     15 |  2.695 % |
4.57/5.10	c 5	|      3219 |    6929    87260   308774 |    56725     3217     16 |  2.765 % |
4.57/5.28	c 5	|      4927 |    6928    87260   308774 |    62398     4924     16 |  2.835 % |
5.40/5.59	c 5	|      7489 |    6928    87260   308774 |    68638     7486     17 |  2.835 % |
5.89/6.09	c 6	|     11335 |    6924    87193   308634 |    75502    11331     18 |  2.835 % |
6.79/6.93	c 6	|     17103 |    6924    87193   308634 |    83052    17099     21 |  2.835 % |
8.08/8.27	c 8	|     25752 |    6920    87130   308502 |    91357    25745     27 |  2.891 % |
10.58/10.78	c 10	|     38727 |    6920    87130   308502 |   100493    38720     32 |  2.891 % |
15.95/16.10	c 16	|     58188 |    6920    87130   308502 |   110542    58181     37 |  2.891 % |
24.51/24.77	c 24	|     87380 |    6915    87065   308366 |   121596    87371     37 |  2.961 % |
41.33/41.69	c 41	|    131169 |    6915    87065   308366 |   133756    22882     32 |  2.961 % |
67.20/67.63	c 67	|    196853 |    6915    87065   308366 |   147132    88566     51 |  2.961 % |
100.94/101.51	c 101	|    295380 |    6915    87065   308366 |   161845    53961     26 |  2.961 % |
167.42/168.33	c 168	|    443169 |    6915    87065   308366 |   178030    53287     63 |  2.961 % |
293.10/294.65	c 294	|    664853 |    6915    87065   308366 |   195833   121163     46 |  2.961 % |
456.59/458.99	c 459	|    997380 |    6910    87001   308232 |   215416   101765     39 |  3.031 % |
836.33/840.59	c 840	|   1496168 |    6910    87001   308232 |   236957   208446     57 |  3.031 % |
1330.80/1337.43	c 1337	|   2244351 |    6910    87001   308232 |   260653    70990     43 |  3.031 % |
1800.10/1809.01	c ERROR INTERRUPTED
1800.10/1809.02	s UNKNOWN
1800.10/1809.02	c 1809	CPU 4.58 (0.05 0.02 4.38 0.13)
1800.10/1809.02	c 1809	END Sat Jul 11 17:22:40 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-2059543-1247323950/watcher-2059543-1247323950 -o /tmp/evaluation-result-2059543-1247323950/solver-2059543-1247323950 -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-2059543-1247323950.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.06 1.85 1.91 4/82 13292
/proc/meminfo: memFree=1069904/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=18576 CPUtime=0
/proc/13292/stat : 13292 (runsolver) R 13290 13292 12104 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 19459127 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13292/statm: 4644 284 249 26 0 2626 0

[startup+0.0778209 s]
/proc/loadavg: 1.06 1.85 1.91 4/82 13292
/proc/meminfo: memFree=1069904/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16740 CPUtime=0.06
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1152 0 0 0 4 2 0 0 18 0 1 0 19459127 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101701 s]
/proc/loadavg: 1.06 1.85 1.91 4/82 13292
/proc/meminfo: memFree=1069904/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=0.06
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 19459127 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301722 s]
/proc/loadavg: 1.06 1.85 1.91 4/82 13292
/proc/meminfo: memFree=1069904/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=0.06
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 19459127 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701766 s]
/proc/loadavg: 1.06 1.85 1.91 4/82 13292
/proc/meminfo: memFree=1069904/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=0.52
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1309 5406 0 1 4 2 42 4 15 0 1 0 19459127 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 1.06 1.85 1.91 3/93 13314
/proc/meminfo: memFree=1044144/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=0.52
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1309 5406 0 1 4 2 42 4 16 0 1 0 19459127 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1111 409 3 0 796 0
[pid=13305] ppid=13292 vsize=5356 CPUtime=0
/proc/13305/stat : 13305 (sh) S 13292 13292 12104 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 19459182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13305/statm: 1339 233 193 169 0 50 0
[pid=13306] ppid=13305 vsize=868516 CPUtime=0.92
/proc/13306/stat : 13306 (java) S 13305 13292 12104 0 -1 0 10862 0 1 0 88 4 0 0 19 0 9 0 19459182 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13306/statm: 217129 10103 2566 9 0 211634 0
[pid=13306/tid=13307] ppid=13305 vsize=868516 CPUtime=0.4
/proc/13306/task/13307/stat : 13307 (java) R 13305 13292 12104 0 -1 64 2772 0 1 0 39 1 0 0 25 0 9 0 19459185 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13308] ppid=13305 vsize=868516 CPUtime=0.38
/proc/13306/task/13308/stat : 13308 (java) R 13305 13292 12104 0 -1 64 5975 0 0 0 37 1 0 0 16 0 9 0 19459186 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 104703786 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13309] ppid=13305 vsize=868516 CPUtime=0
/proc/13306/task/13309/stat : 13309 (java) S 13305 13292 12104 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19459187 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13310] ppid=13305 vsize=868516 CPUtime=0
/proc/13306/task/13310/stat : 13310 (java) S 13305 13292 12104 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19459187 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13311] ppid=13305 vsize=868516 CPUtime=0
/proc/13306/task/13311/stat : 13311 (java) S 13305 13292 12104 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19459189 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13312] ppid=13305 vsize=868516 CPUtime=0.11
/proc/13306/task/13312/stat : 13312 (java) S 13305 13292 12104 0 -1 64 1416 0 0 0 11 0 0 0 16 0 9 0 19459189 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13313] ppid=13305 vsize=868516 CPUtime=0
/proc/13306/task/13313/stat : 13313 (java) S 13305 13292 12104 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19459189 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13314] ppid=13305 vsize=868516 CPUtime=0
/proc/13306/task/13314/stat : 13314 (java) S 13305 13292 12104 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19459189 889360384 10103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890740

[startup+3.10205 s]
/proc/loadavg: 1.06 1.85 1.91 4/93 13314
/proc/meminfo: memFree=1006128/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=0.53
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1310 5406 0 1 5 2 42 4 15 0 1 0 19459127 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1111 409 3 0 796 0
[pid=13305] ppid=13292 vsize=5356 CPUtime=0
/proc/13305/stat : 13305 (sh) S 13292 13292 12104 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 19459182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13305/statm: 1339 233 193 169 0 50 0
[pid=13306] ppid=13305 vsize=868628 CPUtime=2.5
/proc/13306/stat : 13306 (java) S 13305 13292 12104 0 -1 0 18367 0 1 0 244 6 0 0 19 0 9 0 19459182 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13306/statm: 217157 17566 2592 9 0 211634 0
[pid=13306/tid=13307] ppid=13305 vsize=868628 CPUtime=0.99
/proc/13306/task/13307/stat : 13307 (java) R 13305 13292 12104 0 -1 64 3292 0 1 0 98 1 0 0 18 0 9 0 19459185 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4126856527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13308] ppid=13305 vsize=868628 CPUtime=1.34
/proc/13306/task/13308/stat : 13308 (java) R 13305 13292 12104 0 -1 64 12910 0 0 0 131 3 0 0 20 0 9 0 19459186 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13309] ppid=13305 vsize=868628 CPUtime=0
/proc/13306/task/13309/stat : 13309 (java) S 13305 13292 12104 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19459187 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13310] ppid=13305 vsize=868628 CPUtime=0
/proc/13306/task/13310/stat : 13310 (java) S 13305 13292 12104 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19459187 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13311] ppid=13305 vsize=868628 CPUtime=0
/proc/13306/task/13311/stat : 13311 (java) S 13305 13292 12104 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19459189 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13312] ppid=13305 vsize=868628 CPUtime=0.14
/proc/13306/task/13312/stat : 13312 (java) S 13305 13292 12104 0 -1 64 1466 0 0 0 14 0 0 0 16 0 9 0 19459189 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13313] ppid=13305 vsize=868628 CPUtime=0
/proc/13306/task/13313/stat : 13313 (java) S 13305 13292 12104 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19459189 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13306/tid=13314] ppid=13305 vsize=868628 CPUtime=0
/proc/13306/task/13314/stat : 13314 (java) S 13305 13292 12104 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19459189 889475072 17566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890852

[startup+6.3014 s]
/proc/loadavg: 1.22 1.87 1.91 3/77 13318
/proc/meminfo: memFree=1098288/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 15 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=8072 CPUtime=1.62
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 1900 0 0 0 162 0 0 0 25 0 1 0 19459592 8265728 1886 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 2018 1886 75 150 0 1865 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 30296

[startup+12.7011 s]
/proc/loadavg: 1.28 1.87 1.91 3/77 13318
/proc/meminfo: memFree=1087032/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=14452 CPUtime=8
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 3491 0 0 0 798 2 0 0 25 0 1 0 19459592 14798848 3477 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 3613 3477 75 150 0 3460 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 36676

[startup+25.5015 s]
/proc/loadavg: 1.44 1.88 1.91 3/77 13318
/proc/meminfo: memFree=1069112/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=22904 CPUtime=20.74
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 5614 0 0 0 2069 5 0 0 25 0 1 0 19459592 23453696 5600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 5726 5600 75 150 0 5573 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 45128

[startup+51.1014 s]
/proc/loadavg: 1.63 1.89 1.91 3/77 13318
/proc/meminfo: memFree=1055096/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=28628 CPUtime=46.21
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 7032 0 0 0 4614 7 0 0 25 0 1 0 19459592 29315072 7018 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 7157 7018 75 150 0 7004 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 50852

[startup+102.306 s]
/proc/loadavg: 1.84 1.90 1.91 3/77 13318
/proc/meminfo: memFree=1031928/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=39744 CPUtime=97.17
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 9758 0 0 0 9706 11 0 0 25 0 1 0 19459592 40697856 9744 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 9936 9744 75 150 0 9783 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 61968

[startup+162.302 s]
/proc/loadavg: 1.94 1.92 1.91 3/77 13318
/proc/meminfo: memFree=1023736/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=955512/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1291.31
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19960 0 0 0 129107 24 0 0 25 0 1 0 19459592 82755584 19946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19946 75 150 0 20051 0
Current children cumulated CPU time (s) 1295.88
Current children cumulated vsize (KiB) 103040

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955384/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1351
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19961 0 0 0 135076 24 0 0 25 0 1 0 19459592 82755584 19947 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19947 75 150 0 20051 0
Current children cumulated CPU time (s) 1355.57
Current children cumulated vsize (KiB) 103040

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955320/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1410.71
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19961 0 0 0 141047 24 0 0 25 0 1 0 19459592 82755584 19947 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19947 75 150 0 20051 0
Current children cumulated CPU time (s) 1415.28
Current children cumulated vsize (KiB) 103040

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955320/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1470.43
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19982 0 0 0 147018 25 0 0 25 0 1 0 19459592 82755584 19968 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19968 75 150 0 20051 0
Current children cumulated CPU time (s) 1475
Current children cumulated vsize (KiB) 103040

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955320/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1530.13
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19982 0 0 0 152988 25 0 0 25 0 1 0 19459592 82755584 19968 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19968 75 150 0 20051 0
Current children cumulated CPU time (s) 1534.7
Current children cumulated vsize (KiB) 103040

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955256/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1589.84
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19982 0 0 0 158959 25 0 0 25 0 1 0 19459592 82755584 19968 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19968 75 150 0 20051 0
Current children cumulated CPU time (s) 1594.41
Current children cumulated vsize (KiB) 103040

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955256/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1649.54
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19984 0 0 0 164929 25 0 0 25 0 1 0 19459592 82755584 19970 996147200 134512640 135127466 4294956256 18446744073709551615 134527237 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 103040

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=949048/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1709.25
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19984 0 0 0 170900 25 0 0 25 0 1 0 19459592 82755584 19970 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 103040

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=948920/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=80816 CPUtime=1768.95
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 19984 0 0 0 176870 25 0 0 25 0 1 0 19459592 82755584 19970 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/13318/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 103040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 1.91 1.95 1.91 2/70 13342
/proc/meminfo: memFree=1039856/2055920 swapFree=4192812/4192956
[pid=13292] ppid=13290 vsize=16868 CPUtime=4.57
/proc/13292/stat : 13292 (sugar) S 13290 13292 12104 0 -1 4194304 1376 24142 0 2 5 2 438 12 16 0 1 0 19459127 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13292/statm: 4217 1113 409 3 0 796 0
[pid=13317] ppid=13292 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (sh) S 13292 13292 12104 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13317/statm: 1339 232 193 169 0 50 0
[pid=13318] ppid=13317 vsize=81212 CPUtime=1795.53
/proc/13318/stat : 13318 (minisat) R 13317 13292 12104 0 -1 4194304 20096 0 0 0 179527 26 0 0 25 0 1 0 19459592 83161088 20082 996147200 134512640 135127466 4294956256 18446744073709551615 134527471 0 0 4096 3 0 0 0 17 1 0 0
/proc/13318/statm: 20303 20082 75 150 0 20150 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 103436

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

Real time (s): 1809.02
CPU time (s): 1800.1
CPU user time (s): 1799.7
CPU system time (s): 0.4
CPU usage (%): 99.5068
Max. virtual memory (cumulated for all children) (KiB): 890852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.43532
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25901
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= 1959
involuntary context switches= 1911

runsolver used 2.56561 second user time and 5.59815 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-11 16:52:31
IDJOB=2059543
IDBENCH=53591
IDSOLVER=739
FILE ID=node38/2059543-1247323950
PBS_JOBID= 9506552
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= d211ae6c6c79ecd682df2e7c9710a9e2
RANDOM SEED=1153606062

node38.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.229
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.229
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:       1070384 kB
Buffers:         49224 kB
Cached:         813828 kB
SwapCached:        140 kB
Active:         176548 kB
Inactive:       756852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1070384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3492 kB
Writeback:           0 kB
Mapped:          91428 kB
Slab:            37216 kB
Committed_AS:   221596 kB
PageTables:       2088 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= 66400 MiB
End job on node38 at 2009-07-11 17:22:42