Trace number 2066264

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 1801.22

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-20-30.xml
MD5SUMde1a4b88e074f5e2a8f7cfa8a5e48f0f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables1200
Number of constraints100
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 21:52:58 2009
0.06/0.08	c 0	PID 13491
0.06/0.08	c 0	HOST node48.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066264-1247341977.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-2066264-1247341977.xml' 'HOME/temp.csp'
0.06/0.46	c 0	1 domains, 1200 variables, 2 predicates, 0 relations, 100 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	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.59	c 0	Parsing HOME/temp.csp
0.44/0.66	c 0	parsed 1303 expressions
0.44/0.67	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.67	c 0	Converting to clausal form CSP
0.44/0.69	c 0	converted 131 (10%) expressions
0.44/0.70	c 0	converted 261 (20%) expressions
0.44/0.70	c 0	converted 391 (30%) expressions
0.44/0.70	c 0	converted 522 (40%) expressions
0.44/0.70	c 0	converted 652 (50%) expressions
0.44/0.71	c 0	converted 782 (60%) expressions
0.44/0.71	c 0	converted 913 (70%) expressions
0.44/0.71	c 0	converted 1043 (80%) expressions
0.44/0.71	c 0	converted 1173 (90%) expressions
0.44/0.99	c 0	converted 1303 (100%) expressions
0.44/0.99	c 0	CSP : 1500 integers, 0 booleans, 700 clauses, largest domain size 8
0.44/0.99	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.99	c 0	Propagation in CSP
0.91/1.02	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.03	c 0	CSP : 1500 integers, 0 booleans, 700 clauses, largest domain size 8
0.91/1.03	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.03	c 0	Simplifing CSP by introducing new Boolean variables
0.91/1.03	c 0	CSP : 1500 integers, 0 booleans, 700 clauses, largest domain size 8
0.91/1.03	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.07	c 1	150 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.07	c 1	300 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	450 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	600 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	750 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	900 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	1050 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	1200 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.09	c 1	1350 (90%) CSP integer variables are encoded (850 clauses, 11114 bytes)
0.91/1.10	c 1	1500 (100%) CSP integer variables are encoded (1020 clauses, 13324 bytes)
1.01/1.16	c 1	70 (10%) CSP clauses are encoded (7370 clauses, 147188 bytes)
1.10/1.21	c 1	140 (20%) CSP clauses are encoded (13720 clauses, 292828 bytes)
1.10/1.27	c 1	210 (30%) CSP clauses are encoded (20070 clauses, 438468 bytes)
1.20/1.32	c 1	280 (40%) CSP clauses are encoded (26420 clauses, 584108 bytes)
1.20/1.37	c 1	350 (50%) CSP clauses are encoded (32770 clauses, 729876 bytes)
1.30/1.43	c 1	420 (60%) CSP clauses are encoded (39120 clauses, 897276 bytes)
2.00/2.15	c 2	490 (70%) CSP clauses are encoded (40830 clauses, 915797 bytes)
2.68/2.87	c 2	560 (80%) CSP clauses are encoded (42540 clauses, 934428 bytes)
3.38/3.59	c 3	630 (90%) CSP clauses are encoded (44250 clauses, 954698 bytes)
4.15/4.33	c 4	700 (100%) CSP clauses are encoded (45960 clauses, 974979 bytes)
4.15/4.33	c 4	700 CSP clauses encoded
4.15/4.33	c 4	Writing map file : HOME/temp.map
4.15/4.34	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.15/4.34	c 4	SAT : 2520 SAT variables, 45960 SAT clauses, 974979 bytes
4.15/4.34	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.15/4.37	c 4	SOLVING HOME/temp.cnf
4.15/4.37	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.15/4.37	c 4	This is MiniSat 2.0 beta
4.15/4.37	c 4	WARNING: for repeatability, setting FPU to use double precision
4.15/4.37	c 4	============================[ Problem Statistics ]=============================
4.15/4.37	c 4	|                                                                             |
4.15/4.38	c 4	|  Number of variables:  2520                                                 |
4.15/4.38	c 4	|  Number of clauses:    45960                                                |
4.20/4.40	c 4	|  Parsing time:         0.03         s                                       |
4.20/4.41	c 4	============================[ Search Statistics ]==============================
4.20/4.41	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.20/4.41	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.20/4.41	c 4	===============================================================================
4.20/4.41	c 4	|         0 |    2520    45960   185580 |    15320        0    nan |  0.000 % |
4.20/4.41	c 4	|       100 |    2520    45960   185580 |    16852      100     68 |  0.001 % |
4.20/4.42	c 4	|       251 |    2520    45960   185580 |    18537      251     79 |  0.001 % |
4.20/4.45	c 4	|       476 |    2520    45960   185580 |    20390      476     95 |  0.001 % |
4.20/4.48	c 4	|       813 |    2520    45960   185580 |    22430      813    100 |  0.001 % |
4.20/4.53	c 4	|      1319 |    2520    45960   185580 |    24673     1319    107 |  0.001 % |
4.20/4.63	c 4	|      2078 |    2520    45960   185580 |    27140     2078    117 |  0.001 % |
4.20/4.78	c 4	|      3217 |    2520    45960   185580 |    29854     3217    122 |  0.001 % |
4.20/5.08	c 5	|      4925 |    2520    45960   185580 |    32839     4925    135 |  0.001 % |
5.40/5.69	c 5	|      7488 |    2520    45960   185580 |    36123     7488    144 |  0.001 % |
6.49/6.76	c 6	|     11332 |    2520    45960   185580 |    39736    11332    149 |  0.001 % |
8.48/8.75	c 8	|     17099 |    2520    45960   185580 |    43709    17099    151 |  0.001 % |
13.33/13.65	c 13	|     25748 |    2520    45960   185580 |    48080    25748    155 |  0.001 % |
23.33/23.90	c 23	|     38722 |    2520    45960   185580 |    52888    38722    159 |  0.001 % |
41.33/41.86	c 41	|     58184 |    2520    45960   185580 |    58177    22066    157 |  0.001 % |
65.31/65.82	c 65	|     87376 |    2520    45960   185580 |    63995    51258    163 |  0.001 % |
109.89/110.44	c 110	|    131165 |    2520    45960   185580 |    70394    48897    174 |  0.001 % |
187.27/187.85	c 187	|    196849 |    2520    45960   185580 |    77434    58421    186 |  0.001 % |
319.82/320.48	c 320	|    295375 |    2520    45960   185580 |    85177    40804    186 |  0.001 % |
554.33/555.06	c 555	|    443164 |    2520    45960   185580 |    93695    64151    185 |  0.001 % |
828.42/829.30	c 829	|    664847 |    2520    45960   185580 |   103065    62093    168 |  0.001 % |
1301.75/1302.76	c 1302	|    997372 |    2520    45960   185580 |   113371    53765    156 |  0.001 % |
1800.07/1801.21	c ERROR INTERRUPTED
1800.07/1801.22	s UNKNOWN
1800.07/1801.22	c 1801	CPU 4.2 (0.06 0.01 4.02 0.11)
1800.07/1801.22	c 1801	END Sat Jul 11 22:22:59 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-2066264-1247341977/watcher-2066264-1247341977 -o /tmp/evaluation-result-2066264-1247341977/solver-2066264-1247341977 -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-2066264-1247341977.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.99 4/84 13491
/proc/meminfo: memFree=683704/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=12268 CPUtime=0
/proc/13491/stat : 13491 (sugar) R 13489 13491 12329 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21261899 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255539772005 0 0 4224 0 0 0 0 17 1 0 0
/proc/13491/statm: 3067 316 241 3 0 167 0

[startup+0.072013 s]
/proc/loadavg: 2.08 2.02 1.99 4/84 13491
/proc/meminfo: memFree=683704/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16344 CPUtime=0.06
/proc/13491/stat : 13491 (sugar) R 13489 13491 12329 0 -1 4194304 1009 0 0 0 5 1 0 0 18 0 1 0 21261899 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 255553467232 0 0 4224 0 0 0 0 17 1 0 0
/proc/13491/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.102021 s]
/proc/loadavg: 2.08 2.02 1.99 4/84 13491
/proc/meminfo: memFree=683704/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=0.06
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21261899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302038 s]
/proc/loadavg: 2.08 2.02 1.99 4/84 13491
/proc/meminfo: memFree=683704/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=0.06
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21261899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702071 s]
/proc/loadavg: 2.08 2.02 1.99 4/84 13491
/proc/meminfo: memFree=683704/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=0.44
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1309 4606 0 1 6 1 33 4 15 0 1 0 21261899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 2.07 2.02 1.99 4/95 13513
/proc/meminfo: memFree=668832/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=0.44
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1310 4606 0 1 6 1 33 4 15 0 1 0 21261899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1111 409 3 0 796 0
[pid=13504] ppid=13491 vsize=5356 CPUtime=0
/proc/13504/stat : 13504 (sh) S 13491 13491 12329 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21261950 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13504/statm: 1339 233 193 169 0 50 0
[pid=13505] ppid=13504 vsize=868608 CPUtime=0.95
/proc/13505/stat : 13505 (java) S 13504 13491 12329 0 -1 0 6488 0 1 0 91 4 0 0 19 0 9 0 21261951 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13505/statm: 217152 5686 2589 9 0 211629 0
[pid=13505/tid=13506] ppid=13504 vsize=868608 CPUtime=0.69
/proc/13505/task/13506/stat : 13506 (java) R 13504 13491 12329 0 -1 64 2765 0 1 0 67 2 0 0 20 0 9 0 21261951 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4126483064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13507] ppid=13504 vsize=868608 CPUtime=0.05
/proc/13505/task/13507/stat : 13507 (java) S 13504 13491 12329 0 -1 64 1537 0 0 0 5 0 0 0 16 0 9 0 21261953 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13508] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13508/stat : 13508 (java) S 13504 13491 12329 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21261953 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13509] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13509/stat : 13509 (java) S 13504 13491 12329 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21261953 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13510] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13510/stat : 13510 (java) S 13504 13491 12329 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13511] ppid=13504 vsize=868608 CPUtime=0.18
/proc/13505/task/13511/stat : 13511 (java) S 13504 13491 12329 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13512] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13512/stat : 13512 (java) S 13504 13491 12329 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13513] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13513/stat : 13513 (java) S 13504 13491 12329 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890832

[startup+3.1013 s]
/proc/loadavg: 2.07 2.02 1.99 3/95 13513
/proc/meminfo: memFree=666720/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=0.44
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1310 4606 0 1 6 1 33 4 15 0 1 0 21261899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1111 409 3 0 796 0
[pid=13504] ppid=13491 vsize=5356 CPUtime=0
/proc/13504/stat : 13504 (sh) S 13491 13491 12329 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21261950 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13504/statm: 1339 233 193 169 0 50 0
[pid=13505] ppid=13504 vsize=868608 CPUtime=2.54
/proc/13505/stat : 13505 (java) S 13504 13491 12329 0 -1 0 6536 0 1 0 249 5 0 0 19 0 9 0 21261951 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13505/statm: 217152 5686 2589 9 0 211629 0
[pid=13505/tid=13506] ppid=13504 vsize=868608 CPUtime=2.26
/proc/13505/task/13506/stat : 13506 (java) R 13504 13491 12329 0 -1 64 2813 0 1 0 224 2 0 0 25 0 9 0 21261951 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4126873525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13507] ppid=13504 vsize=868608 CPUtime=0.07
/proc/13505/task/13507/stat : 13507 (java) S 13504 13491 12329 0 -1 64 1537 0 0 0 6 1 0 0 16 0 9 0 21261953 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13508] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13508/stat : 13508 (java) S 13504 13491 12329 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21261953 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13509] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13509/stat : 13509 (java) S 13504 13491 12329 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21261953 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13510] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13510/stat : 13510 (java) S 13504 13491 12329 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13511] ppid=13504 vsize=868608 CPUtime=0.18
/proc/13505/task/13511/stat : 13511 (java) S 13504 13491 12329 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13512] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13512/stat : 13512 (java) S 13504 13491 12329 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13505/tid=13513] ppid=13504 vsize=868608 CPUtime=0
/proc/13505/task/13513/stat : 13513 (java) S 13504 13491 12329 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21261955 889454592 5686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890832

[startup+6.30161 s]
/proc/loadavg: 2.07 2.02 1.99 3/87 13515
/proc/meminfo: memFree=671648/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 15 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=10484 CPUtime=1.9
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 2517 0 0 0 189 1 0 0 25 0 1 0 21262337 10735616 2503 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13515/statm: 2621 2503 75 150 0 2468 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 32708

[startup+12.7012 s]
/proc/loadavg: 2.06 2.02 1.99 3/87 13515
/proc/meminfo: memFree=660384/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=20508 CPUtime=8.23
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 5007 0 0 0 820 3 0 0 25 0 1 0 21262337 21000192 4993 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/13515/statm: 5127 4993 75 150 0 4974 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 42732

[startup+25.5024 s]
/proc/loadavg: 2.05 2.01 1.99 3/87 13515
/proc/meminfo: memFree=594784/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=32692 CPUtime=20.82
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 8035 0 0 0 2075 7 0 0 25 0 1 0 21262337 33476608 8021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 8173 8021 75 150 0 8020 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 54916

[startup+51.1028 s]
/proc/loadavg: 2.03 2.01 1.99 3/87 13515
/proc/meminfo: memFree=584928/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=42416 CPUtime=46.42
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 10420 0 0 0 4633 9 0 0 25 0 1 0 21262337 43433984 10406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 10604 10406 75 150 0 10451 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 64640

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 1.99 3/87 13515
/proc/meminfo: memFree=574432/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=52896 CPUtime=97.6
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 12997 0 0 0 9749 11 0 0 25 0 1 0 21262337 54165504 12983 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 13224 12983 75 150 0 13071 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 75120

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 13515
/proc/meminfo: memFree=565856/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=678312/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=96756 CPUtime=1297.16
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 23730 0 0 0 129691 25 0 0 25 0 1 0 21262337 99078144 23716 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 24189 23716 75 150 0 24036 0
Current children cumulated CPU time (s) 1301.36
Current children cumulated vsize (KiB) 118980

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 13562
/proc/meminfo: memFree=677864/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=96756 CPUtime=1357.13
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 23731 0 0 0 135688 25 0 0 25 0 1 0 21262337 99078144 23717 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 24189 23717 75 150 0 24036 0
Current children cumulated CPU time (s) 1361.33
Current children cumulated vsize (KiB) 118980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 13562
/proc/meminfo: memFree=677416/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=96756 CPUtime=1417.11
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 23741 0 0 0 141686 25 0 0 25 0 1 0 21262337 99078144 23727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 24189 23727 75 150 0 24036 0
Current children cumulated CPU time (s) 1421.31
Current children cumulated vsize (KiB) 118980

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 13562
/proc/meminfo: memFree=676968/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=96756 CPUtime=1477.08
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 23745 0 0 0 147683 25 0 0 25 0 1 0 21262337 99078144 23731 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 24189 23731 75 150 0 24036 0
Current children cumulated CPU time (s) 1481.28
Current children cumulated vsize (KiB) 118980

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13562
/proc/meminfo: memFree=676520/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=96756 CPUtime=1537.06
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 23746 0 0 0 153681 25 0 0 25 0 1 0 21262337 99078144 23732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 24189 23732 75 150 0 24036 0
Current children cumulated CPU time (s) 1541.26
Current children cumulated vsize (KiB) 118980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13562
/proc/meminfo: memFree=676136/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=96756 CPUtime=1597.04
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 23747 0 0 0 159679 25 0 0 25 0 1 0 21262337 99078144 23733 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 24189 23733 75 150 0 24036 0
Current children cumulated CPU time (s) 1601.24
Current children cumulated vsize (KiB) 118980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13562
/proc/meminfo: memFree=672104/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=100452 CPUtime=1657.02
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 24670 0 0 0 165676 26 0 0 25 0 1 0 21262337 102862848 24656 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 25113 24656 75 150 0 24960 0
Current children cumulated CPU time (s) 1661.22
Current children cumulated vsize (KiB) 122676

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13562
/proc/meminfo: memFree=671784/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=100452 CPUtime=1717.01
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 24672 0 0 0 171674 27 0 0 25 0 1 0 21262337 102862848 24658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 25113 24658 75 150 0 24960 0
Current children cumulated CPU time (s) 1721.21
Current children cumulated vsize (KiB) 122676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13562
/proc/meminfo: memFree=670568/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=101384 CPUtime=1776.98
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 24833 0 0 0 177671 27 0 0 25 0 1 0 21262337 103817216 24819 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 25346 24819 75 150 0 25193 0
Current children cumulated CPU time (s) 1781.18
Current children cumulated vsize (KiB) 123608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13562
/proc/meminfo: memFree=670376/2055920 swapFree=4192956/4192956
[pid=13491] ppid=13489 vsize=16868 CPUtime=4.2
/proc/13491/stat : 13491 (sugar) S 13489 13491 12329 0 -1 4194304 1376 11484 0 2 6 1 402 11 16 0 1 0 21261899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13491/statm: 4217 1113 409 3 0 796 0
[pid=13514] ppid=13491 vsize=5356 CPUtime=0
/proc/13514/stat : 13514 (sh) S 13491 13491 12329 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21262336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13514/statm: 1339 232 193 169 0 50 0
[pid=13515] ppid=13514 vsize=101628 CPUtime=1795.87
/proc/13515/stat : 13515 (minisat) R 13514 13491 12329 0 -1 4194304 24876 0 0 0 179560 27 0 0 25 0 1 0 21262337 104067072 24862 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13515/statm: 25407 24862 75 150 0 25254 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 123852

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 13491 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=96377
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=132979
# CPU time returned by wait4() is 4.22936
# 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): 1801.22
CPU time (s): 1800.07
CPU user time (s): 1799.68
CPU system time (s): 0.39
CPU usage (%): 99.9359
Max. virtual memory (cumulated for all children) (KiB): 890832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.09638
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13243
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= 2766
involuntary context switches= 2707

runsolver used 2.74658 second user time and 5.45117 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-11 21:52:57
IDJOB=2066264
IDBENCH=54499
IDSOLVER=739
FILE ID=node48/2066264-1247341977
PBS_JOBID= 9506795
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-20-30.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-2066264-1247341977/watcher-2066264-1247341977 -o /tmp/evaluation-result-2066264-1247341977/solver-2066264-1247341977 -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-2066264-1247341977.xml

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

MD5SUM BENCH= de1a4b88e074f5e2a8f7cfa8a5e48f0f
RANDOM SEED=1141359636

node48.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.237
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.237
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:        684184 kB
Buffers:         64492 kB
Cached:        1019768 kB
SwapCached:          0 kB
Active:         314076 kB
Inactive:      1005436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        684184 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         250952 kB
Slab:            37028 kB
Committed_AS:   868088 kB
PageTables:       2156 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= 66460 MiB
End job on node48 at 2009-07-11 22:23:01