Trace number 1128556

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.13+minisatMSAT (TO) 3600.03 3619.32

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-60/
normalized-kbtree-9-5-3-5-60-33_ext.xml
MD5SUM90a50d40a68b4b5fcc41a1b577f7b0e3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints75
Best CPU time to get the best result obtained on this benchmark18.8281
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 05:58:39 2008
0.00/0.04	c 0	PID 9042
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128556-1216785519.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128556-1216785519.xml' 'HOME/temp.csp'
0.03/0.55	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/0.65	c 0	Parsing HOME/temp.csp
0.55/0.89	c 1	parsed 551 expressions
0.55/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.90	c 1	MAX CSP: 255 constraints
0.55/0.90	c 1	Converting to clausal form CSP
0.55/0.92	c 1	converted 81 (10%) expressions
0.55/0.92	c 1	converted 162 (20%) expressions
0.55/0.92	c 1	converted 243 (30%) expressions
0.55/0.94	c 1	converted 324 (40%) expressions
0.55/0.95	c 1	converted 405 (50%) expressions
0.55/0.96	c 1	converted 486 (60%) expressions
0.55/0.97	c 1	converted 567 (70%) expressions
0.55/0.99	c 1	converted 648 (80%) expressions
0.55/1.00	c 1	converted 729 (90%) expressions
1.04/1.20	c 1	converted 809 (100%) expressions
1.04/1.20	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
1.04/1.20	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.20	c 1	Propagation in CSP
1.14/1.24	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.24	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.14/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.24	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.14/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.37	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.24/1.37	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.24/1.37	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.24/1.37	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.24/1.37	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.24/1.38	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
1.24/1.38	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
1.24/1.38	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
1.24/1.39	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
1.34/1.40	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
1.34/1.43	c 1	77 (10%) CSP clauses are encoded (3979 clauses, 51813 bytes)
1.34/1.46	c 1	153 (20%) CSP clauses are encoded (4514 clauses, 60759 bytes)
1.44/1.51	c 1	230 (30%) CSP clauses are encoded (5062 clauses, 70370 bytes)
1.44/1.52	c 1	306 (40%) CSP clauses are encoded (5730 clauses, 80426 bytes)
1.44/1.53	c 1	382 (50%) CSP clauses are encoded (10030 clauses, 146564 bytes)
1.44/1.54	c 1	459 (60%) CSP clauses are encoded (11449 clauses, 170616 bytes)
1.44/1.56	c 1	535 (70%) CSP clauses are encoded (23435 clauses, 387009 bytes)
1.44/1.57	c 1	612 (80%) CSP clauses are encoded (25003 clauses, 413681 bytes)
1.44/1.58	c 1	688 (90%) CSP clauses are encoded (28584 clauses, 477077 bytes)
1.54/1.69	c 1	764 (100%) CSP clauses are encoded (93027 clauses, 1644641 bytes)
1.54/1.69	c 1	764 CSP clauses encoded
1.54/1.69	c 1	Writing map file : HOME/temp.map
1.64/1.71	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.71	c 2	SAT : 3993 SAT variables, 93027 SAT clauses, 1644641 bytes
1.64/1.71	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.74	c 2	OBJECTIVE minimize _COST
1.64/1.74	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.64/1.74	c 2	SEARCHING: _COST <= 128
1.64/1.74	c 2	SOLVING HOME/temp.cnf
1.64/1.74	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.64/1.74	c 2	This is MiniSat 2.0 beta
1.64/1.74	c 2	WARNING: for repeatability, setting FPU to use double precision
1.64/1.74	c 2	============================[ Problem Statistics ]=============================
1.64/1.74	c 2	|                                                                             |
1.64/1.74	c 2	|  Number of variables:  3993                                                 |
1.64/1.74	c 2	|  Number of clauses:    93028                                                |
1.64/1.79	c 2	|  Parsing time:         0.04         s                                       |
1.66/1.80	c 2	============================[ Search Statistics ]==============================
1.66/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.66/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.66/1.80	c 2	===============================================================================
1.66/1.80	c 2	|         0 |    2977    60642   175685 |    20214        0    nan |  0.000 % |
1.66/1.83	c 2	|       100 |    2977    60642   175685 |    22235      100     25 | 25.445 % |
1.66/1.85	c 2	|       250 |    2977    60642   175685 |    24458      250     27 | 25.445 % |
1.66/1.87	c 2	|       475 |    2977    60642   175685 |    26904      475     20 | 25.446 % |
1.66/1.89	c 2	|       813 |    2977    60642   175685 |    29595      813     16 | 25.445 % |
1.66/1.95	c 2	|      1319 |    2977    60642   175685 |    32554     1319     25 | 25.445 % |
1.66/2.05	c 2	|      2079 |    2977    60642   175685 |    35810     2079     21 | 25.445 % |
1.66/2.10	c 2	===============================================================================
1.66/2.10	c 2	restarts              : 7
1.66/2.10	c 2	conflicts             : 2615           (7409 /sec)
1.66/2.10	c 2	decisions             : 4563           (0.68 % random) (12928 /sec)
1.66/2.10	c 2	propagations          : 614183         (1740161 /sec)
1.66/2.10	c 2	conflict literals     : 58035          (24.20 % deleted)
1.66/2.10	c 2	Memory used           : 5.73 MB
1.66/2.10	c 2	CPU time              : 0.352946 s
1.66/2.10	c 2	
1.66/2.10	c 2	SATISFIABLE
1.66/2.10	c 2	FOUND: _COST <= 128
1.66/2.10	s SATISFIABLE
1.66/2.10	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.66/2.10	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.66/2.18	c 2	Decoding HOME/temp.out
2.09/2.25	c 2	OBJECTIVE _COST 128
2.09/2.25	o 128
2.09/2.26	v 4 0 3 3 0 4 4 0 1 1 3 4 4 0 3 4 0 4 1 0 0 1 3 2 3 4 4 4 3 4 1 3 1 2 0 4 4 3 3 1
2.09/2.26	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.27	c 2	OBJECTIVE BOUND: 0 <= _COST <= 128
2.09/2.27	c 2	SEARCHING: _COST <= 64
2.09/2.27	c 2	SOLVING HOME/temp.cnf
2.09/2.27	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.27	c 2	This is MiniSat 2.0 beta
2.09/2.27	c 2	WARNING: for repeatability, setting FPU to use double precision
2.09/2.27	c 2	============================[ Problem Statistics ]=============================
2.09/2.27	c 2	|                                                                             |
2.09/2.27	c 2	|  Number of variables:  3993                                                 |
2.09/2.27	c 2	|  Number of clauses:    93028                                                |
2.18/2.32	c 2	|  Parsing time:         0.04         s                                       |
2.18/2.34	c 2	============================[ Search Statistics ]==============================
2.18/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.34	c 2	===============================================================================
2.18/2.34	c 2	|         0 |    2401    40706   117541 |    13568        0    nan |  0.000 % |
2.18/2.35	c 2	|       100 |    2401    40706   117541 |    14925      100     15 | 39.870 % |
2.18/2.37	c 2	|       251 |    2401    40706   117541 |    16418      251     19 | 39.870 % |
2.18/2.39	c 2	|       477 |    2401    40706   117541 |    18059      477     20 | 39.870 % |
2.18/2.42	c 2	|       814 |    2401    40706   117541 |    19865      814     20 | 39.870 % |
2.18/2.47	c 2	|      1320 |    2401    40706   117541 |    21852     1320     20 | 39.870 % |
2.18/2.54	c 2	|      2079 |    2401    40706   117541 |    24037     2079     20 | 39.870 % |
2.18/2.67	c 2	|      3219 |    2401    40706   117541 |    26441     3219     20 | 39.870 % |
2.18/2.88	c 3	|      4928 |    2401    40706   117541 |    29085     4928     21 | 39.870 % |
2.18/3.24	c 3	|      7491 |    2401    40706   117541 |    31994     7491     22 | 39.870 % |
3.69/3.86	c 4	|     11337 |    2401    40706   117541 |    35193    11337     23 | 39.870 % |
4.78/4.99	c 5	|     17103 |    2401    40706   117541 |    38712    17103     22 | 39.870 % |
6.96/7.14	c 7	|     25753 |    2401    40706   117541 |    42584    25753     24 | 39.870 % |
11.51/11.78	c 12	|     38727 |    2401    40706   117541 |    46842    38727     24 | 39.870 % |
19.14/19.49	c 19	|     58190 |    2401    40706   117541 |    51526    22583     24 | 39.870 % |
30.23/30.61	c 30	|     87382 |    2401    40706   117541 |    56679    51775     25 | 39.870 % |
48.95/49.57	c 49	|    131171 |    2401    40706   117541 |    62347    50352     26 | 39.870 % |
83.93/84.84	c 85	|    196855 |    2401    40706   117541 |    68582    16885     22 | 39.870 % |
132.16/133.57	c 133	|    295382 |    2401    40706   117541 |    75440    60256     24 | 39.870 % |
211.99/214.12	c 214	|    443171 |    2401    40706   117541 |    82984    22739     24 | 39.870 % |
335.62/338.90	c 339	|    664854 |    2401    40706   117541 |    91283    34873     23 | 39.870 % |
534.72/539.92	c 540	|    997379 |    2401    40706   117541 |   100411    60552     25 | 39.870 % |
849.43/857.63	c 857	|   1496167 |    2401    40706   117541 |   110452    48417     23 | 39.870 % |
1395.34/1408.74	c 1409	|   2244350 |    2401    40706   117541 |   121497    29498     21 | 39.870 % |
2185.35/2204.14	c 2204	|   3366625 |    2401    40706   117541 |   133647    89968     24 | 39.870 % |
3515.56/3534.80	c 3535	|   5050036 |    2401    40706   117541 |   147012   119024     27 | 39.870 % |
3600.03/3619.31	c ERROR unknown output  in HOME/temp.out
3600.03/3619.31	c 3619	CPU 2.06 (0.05 0 2.01 0.12)
3600.03/3619.31	c 3619	END Wed Jul 23 06:58:58 2008

Verifier Data (download as text)

OK	104	151
104 unsatisfied constraints, 151 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128556-1216785519/watcher-1128556-1216785519 -o /tmp/evaluation-result-1128556-1216785519/solver-1128556-1216785519 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128556-1216785519.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.57 2.65 2.59 4/73 9042
/proc/meminfo: memFree=1277112/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=12268 CPUtime=0
/proc/9042/stat : 9042 (sugar) R 9040 9042 7982 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5640547 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9042/statm: 3067 316 241 3 0 167 0

[startup+0.1057 s]
/proc/loadavg: 2.57 2.65 2.59 4/73 9042
/proc/meminfo: memFree=1277112/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=0.03
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5640547 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202723 s]
/proc/loadavg: 2.57 2.65 2.59 4/73 9042
/proc/meminfo: memFree=1277112/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=0.03
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5640547 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301737 s]
/proc/loadavg: 2.57 2.65 2.59 4/73 9042
/proc/meminfo: memFree=1277112/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=0.03
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5640547 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701806 s]
/proc/loadavg: 2.57 2.65 2.59 4/73 9042
/proc/meminfo: memFree=1277112/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=0.55
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 974 4589 0 1 4 0 47 4 16 0 1 0 5640547 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 2.57 2.65 2.59 5/84 9064
/proc/meminfo: memFree=1267936/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=0.55
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 974 4589 0 1 4 0 47 4 15 0 1 0 5640547 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 797 370 3 0 500 0
[pid=9055] ppid=9042 vsize=5356 CPUtime=0
/proc/9055/stat : 9055 (sh) S 9042 9042 7982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5640604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9055/statm: 1339 233 193 169 0 50 0
[pid=9056] ppid=9055 vsize=868588 CPUtime=0.89
/proc/9056/stat : 9056 (java) S 9055 9042 7982 0 -1 0 6448 0 1 0 86 3 0 0 18 0 9 0 5640605 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9056/statm: 217147 5671 2563 9 0 211694 0
[pid=9056/tid=9057] ppid=9055 vsize=868588 CPUtime=0.62
/proc/9056/task/9057/stat : 9057 (java) R 9055 9042 7982 0 -1 64 2716 0 1 0 61 1 0 0 21 0 9 0 5640606 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 102689665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9058] ppid=9055 vsize=868588 CPUtime=0.05
/proc/9056/task/9058/stat : 9058 (java) S 9055 9042 7982 0 -1 64 1546 0 0 0 5 0 0 0 16 0 9 0 5640607 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9059] ppid=9055 vsize=868588 CPUtime=0
/proc/9056/task/9059/stat : 9059 (java) S 9055 9042 7982 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5640607 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9060] ppid=9055 vsize=868588 CPUtime=0
/proc/9056/task/9060/stat : 9060 (java) S 9055 9042 7982 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5640607 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9061] ppid=9055 vsize=868588 CPUtime=0
/proc/9056/task/9061/stat : 9061 (java) S 9055 9042 7982 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 5640609 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9062] ppid=9055 vsize=868588 CPUtime=0.19
/proc/9056/task/9062/stat : 9062 (java) R 9055 9042 7982 0 -1 64 1492 0 0 0 18 1 0 0 19 0 9 0 5640609 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 104075953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9063] ppid=9055 vsize=868588 CPUtime=0
/proc/9056/task/9063/stat : 9063 (java) S 9055 9042 7982 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 5640609 889434112 5671 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9056/tid=9064] ppid=9055 vsize=868588 CPUtime=0
/proc/9056/task/9064/stat : 9064 (java) S 9055 9042 7982 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5640609 889434112 5671 996147200 134512640 134550740 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) 887544

[startup+3.10123 s]
/proc/loadavg: 2.57 2.65 2.59 3/84 9076
/proc/meminfo: memFree=1268576/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 15 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.30179 s]
/proc/loadavg: 2.52 2.64 2.59 3/76 9078
/proc/meminfo: memFree=1266656/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=7800 CPUtime=3.99
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 1801 0 0 0 397 2 0 0 25 0 1 0 5640774 7987200 1787 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 1950 1787 75 150 0 1797 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 26756

[startup+12.7019 s]
/proc/loadavg: 2.48 2.63 2.59 4/76 9078
/proc/meminfo: memFree=1263712/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=10364 CPUtime=10.32
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 2444 0 0 0 1030 2 0 0 25 0 1 0 5640774 10612736 2430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 2591 2430 75 150 0 2438 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 29320

[startup+25.5022 s]
/proc/loadavg: 2.37 2.59 2.58 3/76 9078
/proc/meminfo: memFree=1262368/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=11648 CPUtime=23
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 2784 0 0 0 2297 3 0 0 25 0 1 0 5640774 11927552 2770 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 2912 2770 75 150 0 2759 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 30604

[startup+51.1016 s]
/proc/loadavg: 2.24 2.55 2.56 3/76 9078
/proc/meminfo: memFree=1260576/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=13704 CPUtime=48.36
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 3275 0 0 0 4833 3 0 0 25 0 1 0 5640774 14032896 3261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 3426 3261 75 150 0 3273 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 32660

[startup+102.302 s]
/proc/loadavg: 2.10 2.46 2.53 3/76 9078
/proc/meminfo: memFree=1258592/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=15648 CPUtime=99.08
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 3704 0 0 0 9904 4 0 0 25 0 1 0 5640774 16023552 3690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 3912 3690 75 150 0 3759 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 34604

[startup+162.302 s]
/proc/loadavg: 2.10 2.39 2.50 3/76 9084
/proc/meminfo: memFree=1256472/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=17564 CPUtime=158.5
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 4201 0 0 0 15846 4 0 0 25 0 1 0 5640774 17985536 4187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 4391 4187 75 150 0 4238 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 36520

[startup+222.308 s]
/proc/loadavg: 2.03 2.32 2.46 3/76 9084
/proc/meminfo: memFree=1255768/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=18280 CPUtime=217.94
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 4387 0 0 0 21789 5 0 0 25 0 1 0 5640774 18718720 4373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9078/statm: 4570 4373 75 150 0 4417 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 37236

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

/proc/meminfo: memFree=1241136/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=46192 CPUtime=3081.03
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 10875 0 0 0 308086 17 0 0 25 0 1 0 5640774 47300608 10853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11548 10853 75 150 0 11395 0
Current children cumulated CPU time (s) 3083.21
Current children cumulated vsize (KiB) 65148

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.26 2/67 9107
/proc/meminfo: memFree=1240816/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=46496 CPUtime=3141.01
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 10950 0 0 0 314084 17 0 0 25 0 1 0 5640774 47611904 10928 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11624 10928 75 150 0 11471 0
Current children cumulated CPU time (s) 3143.19
Current children cumulated vsize (KiB) 65452

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/67 9107
/proc/meminfo: memFree=1240816/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=46496 CPUtime=3200.99
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 10950 0 0 0 320082 17 0 0 25 0 1 0 5640774 47611904 10928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11624 10928 75 150 0 11471 0
Current children cumulated CPU time (s) 3203.17
Current children cumulated vsize (KiB) 65452

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/67 9107
/proc/meminfo: memFree=1240432/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=46904 CPUtime=3260.97
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11035 0 0 0 326080 17 0 0 25 0 1 0 5640774 48029696 11013 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11726 11013 75 150 0 11573 0
Current children cumulated CPU time (s) 3263.15
Current children cumulated vsize (KiB) 65860

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/67 9107
/proc/meminfo: memFree=1240304/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=47068 CPUtime=3320.95
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11070 0 0 0 332078 17 0 0 25 0 1 0 5640774 48197632 11048 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11767 11048 75 150 0 11614 0
Current children cumulated CPU time (s) 3323.13
Current children cumulated vsize (KiB) 66024

[startup+3402.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/67 9107
/proc/meminfo: memFree=1240176/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=47068 CPUtime=3380.94
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11079 0 0 0 338076 18 0 0 25 0 1 0 5640774 48197632 11057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11767 11057 75 150 0 11614 0
Current children cumulated CPU time (s) 3383.12
Current children cumulated vsize (KiB) 66024

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/67 9107
/proc/meminfo: memFree=1239984/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=47232 CPUtime=3440.91
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11116 0 0 0 344073 18 0 0 25 0 1 0 5640774 48365568 11094 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11808 11094 75 150 0 11655 0
Current children cumulated CPU time (s) 3443.09
Current children cumulated vsize (KiB) 66188

[startup+3522.31 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 9107
/proc/meminfo: memFree=1239984/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=47232 CPUtime=3500.89
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11118 0 0 0 350071 18 0 0 25 0 1 0 5640774 48365568 11096 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11808 11096 75 150 0 11655 0
Current children cumulated CPU time (s) 3503.07
Current children cumulated vsize (KiB) 66188

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/67 9107
/proc/meminfo: memFree=1239920/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=47500 CPUtime=3560.86
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11134 0 0 0 356068 18 0 0 25 0 1 0 5640774 48640000 11112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11875 11112 75 150 0 11722 0
Current children cumulated CPU time (s) 3563.04
Current children cumulated vsize (KiB) 66456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.3 s]
/proc/loadavg: 1.08 1.02 1.15 2/67 9107
/proc/meminfo: memFree=1239920/2055920 swapFree=4192956/4192956
[pid=9042] ppid=9040 vsize=13600 CPUtime=2.18
/proc/9042/stat : 9042 (sugar) S 9040 9042 7982 0 -1 4194304 1184 16816 0 3 5 0 201 12 16 0 1 0 5640547 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9042/statm: 3400 810 374 3 0 500 0
[pid=9077] ppid=9042 vsize=5356 CPUtime=0
/proc/9077/stat : 9077 (sh) S 9042 9042 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5640774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9077/statm: 1339 232 193 169 0 50 0
[pid=9078] ppid=9077 vsize=47500 CPUtime=3597.85
/proc/9078/stat : 9078 (minisat) R 9077 9042 7982 0 -1 4194304 11134 0 0 0 359767 18 0 0 25 0 1 0 5640774 48640000 11112 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/9078/statm: 11875 11112 75 150 0 11722 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 66456

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 9042 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=65685
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=136979
# CPU time returned by wait4() is 2.20266
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3619.32
CPU time (s): 3600.03
CPU user time (s): 3599.73
CPU system time (s): 0.3
CPU usage (%): 99.4671
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.06569
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18345
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1212
involuntary context switches= 1044

runsolver used 4.20736 second user time and 10.7664 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-23 05:58:39
IDJOB=1128556
IDBENCH=65663
IDSOLVER=368
FILE ID=node48/1128556-1216785519
PBS_JOBID= 7974184
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-60/normalized-kbtree-9-5-3-5-60-33_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128556-1216785519/watcher-1128556-1216785519 -o /tmp/evaluation-result-1128556-1216785519/solver-1128556-1216785519 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128556-1216785519.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90a50d40a68b4b5fcc41a1b577f7b0e3
RANDOM SEED=492788309

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.259
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.259
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:       1277592 kB
Buffers:         30376 kB
Cached:         678660 kB
SwapCached:          0 kB
Active:         318564 kB
Inactive:       406700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          27176 kB
Slab:            38468 kB
Committed_AS:    98144 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= 66560 MiB
End job on node48 at 2008-07-23 06:58:58