Trace number 1128396

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+minisat? (TO) 3600.03 3613.82

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-90/
normalized-kbtree-9-2-3-5-90-48_ext.xml
MD5SUM24d578e2329b35e1d1247a17e7606e44
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints197
Best CPU time to get the best result obtained on this benchmark1098.63
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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:31:10 2008
0.00/0.04	c 0	PID 7463
0.03/0.05	c 0	HOST node19.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128396-1216783870.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128396-1216783870.xml' 'HOME/temp.csp'
0.03/0.55	c 0	1 domains, 58 variables, 0 predicates, 296 relations, 309 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 1	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.53/0.65	c 1	Parsing HOME/temp.csp
0.53/0.80	c 1	parsed 664 expressions
0.53/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.81	c 1	MAX CSP: 309 constraints
0.53/0.81	c 1	Converting to clausal form CSP
0.53/0.84	c 1	converted 98 (10%) expressions
0.53/0.84	c 1	converted 196 (20%) expressions
0.53/0.84	c 1	converted 293 (30%) expressions
0.53/0.85	c 1	converted 391 (40%) expressions
0.53/0.86	c 1	converted 488 (50%) expressions
0.53/0.87	c 1	converted 586 (60%) expressions
0.53/0.88	c 1	converted 684 (70%) expressions
0.53/0.89	c 1	converted 781 (80%) expressions
0.53/0.90	c 1	converted 879 (90%) expressions
0.94/1.06	c 1	converted 976 (100%) expressions
0.94/1.06	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.94/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.06	c 1	Propagation in CSP
0.94/1.09	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.09	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.94/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.10	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.94/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.14	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.14	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.14	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.14	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.14	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.03/1.15	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.03/1.15	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.03/1.15	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.03/1.16	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.03/1.16	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.03/1.19	c 1	93 (10%) CSP clauses are encoded (5164 clauses, 66153 bytes)
1.13/1.20	c 1	186 (20%) CSP clauses are encoded (5680 clauses, 73505 bytes)
1.13/1.22	c 1	278 (30%) CSP clauses are encoded (6219 clauses, 82079 bytes)
1.13/1.23	c 1	371 (40%) CSP clauses are encoded (7132 clauses, 95132 bytes)
1.13/1.25	c 1	463 (50%) CSP clauses are encoded (13394 clauses, 205346 bytes)
1.13/1.25	c 1	556 (60%) CSP clauses are encoded (15417 clauses, 239952 bytes)
1.13/1.29	c 1	649 (70%) CSP clauses are encoded (32768 clauses, 555687 bytes)
1.24/1.34	c 1	741 (80%) CSP clauses are encoded (49422 clauses, 841621 bytes)
1.34/1.41	c 1	834 (90%) CSP clauses are encoded (85881 clauses, 1506569 bytes)
1.34/1.49	c 1	926 (100%) CSP clauses are encoded (134469 clauses, 2396474 bytes)
1.34/1.49	c 1	926 CSP clauses encoded
1.34/1.49	c 1	Writing map file : HOME/temp.map
1.44/1.50	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.50	c 1	SAT : 5288 SAT variables, 134469 SAT clauses, 2396474 bytes
1.44/1.50	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.52	c 1	OBJECTIVE minimize _COST
1.44/1.52	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.44/1.52	c 1	SEARCHING: _COST <= 155
1.44/1.52	c 1	SOLVING HOME/temp.cnf
1.44/1.52	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.44/1.52	c 1	This is MiniSat 2.0 beta
1.44/1.52	c 1	WARNING: for repeatability, setting FPU to use double precision
1.44/1.52	c 1	============================[ Problem Statistics ]=============================
1.44/1.52	c 1	|                                                                             |
1.44/1.52	c 1	|  Number of variables:  5288                                                 |
1.44/1.52	c 1	|  Number of clauses:    134470                                               |
1.44/1.59	c 2	|  Parsing time:         0.06         s                                       |
1.47/1.61	c 2	============================[ Search Statistics ]==============================
1.47/1.61	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.47/1.61	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.47/1.61	c 2	===============================================================================
1.47/1.61	c 2	|         0 |    3902    87081   251375 |    29027        0    nan |  0.000 % |
1.47/1.65	c 2	|       101 |    3900    87081   251375 |    31929      100      6 | 26.418 % |
1.47/1.69	c 2	|       252 |    3900    87081   251375 |    35122      251     15 | 26.419 % |
1.47/1.72	c 2	|       478 |    3900    87081   251375 |    38634      477     19 | 26.419 % |
1.47/1.76	c 2	|       815 |    3900    87081   251375 |    42498      814     19 | 26.420 % |
1.47/1.83	c 2	|      1321 |    3891    86809   250600 |    46748     1320     20 | 26.420 % |
1.47/1.93	c 2	|      2080 |    3891    86809   250600 |    51423     2079     19 | 26.419 % |
1.47/2.09	c 2	|      3219 |    3891    86809   250600 |    56565     3218     20 | 26.419 % |
2.23/2.39	c 2	|      4927 |    3888    86729   250372 |    62221     4925     20 | 26.475 % |
2.73/2.82	c 3	|      7490 |    3888    86729   250372 |    68444     7488     20 | 26.475 % |
3.32/3.44	c 3	|     11334 |    3873    86287   249100 |    75288    11330     19 | 26.761 % |
4.42/4.55	c 4	|     17100 |    3873    86287   249100 |    82817    17096     19 | 26.759 % |
6.21/6.32	c 6	|     25750 |    3873    86287   249100 |    91099    25746     24 | 26.759 % |
10.39/10.50	c 10	|     38725 |    3873    86287   249100 |   100209    38721     26 | 26.759 % |
18.06/18.24	c 18	|     58186 |    3861    85803   247682 |   110229    58180     29 | 27.232 % |
30.88/31.10	c 31	|     87378 |    3848    85440   246643 |   121252    87371     26 | 27.232 % |
60.65/61.00	c 61	|    131167 |    3825    84482   243842 |   133378    22550     18 | 27.667 % |
97.46/98.05	c 98	|    196852 |    3825    84482   243842 |   146716    88234     25 | 27.933 % |
185.92/186.91	c 187	|    295378 |    3811    83998   242437 |   161387    53664     23 | 27.932 % |
343.35/345.14	c 345	|    443167 |    3811    83998   242437 |   177526    55613     24 | 27.931 % |
585.57/588.60	c 589	|    664850 |    3794    83365   240594 |   195279   115617     26 | 28.253 % |
987.89/992.87	c 993	|    997375 |    3794    83365   240594 |   214807    88820     25 | 28.253 % |
1688.15/1696.55	c 1696	|   1496164 |    3794    83365   240594 |   236287   188284     27 | 28.254 % |
2675.89/2689.17	c 2689	|   2244346 |    3742    81691   235743 |   259916    55526     34 | 29.446 % |
3600.03/3613.82	c ERROR unknown output  in HOME/temp.out
3600.03/3613.82	s UNKNOWN
3600.03/3613.82	c 3614	CPU 1.38 (0.04 0 1.34 0.09)
3600.03/3613.82	c 3614	END Wed Jul 23 06:31:24 2008
3600.03/3613.82	c ERROR INTERRUPTED

Verifier Data (download as text)

ERROR: no interpretation found !

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-1128396-1216783870/watcher-1128396-1216783870 -o /tmp/evaluation-result-1128396-1216783870/solver-1128396-1216783870 -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-1128396-1216783870.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.07 2.39 2.53 4/81 7463
/proc/meminfo: memFree=1216096/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=12268 CPUtime=0
/proc/7463/stat : 7463 (sugar) R 7461 7463 4192 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5477203 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7463/statm: 3067 316 241 3 0 167 0

[startup+0.0493281 s]
/proc/loadavg: 2.07 2.39 2.53 4/81 7463
/proc/meminfo: memFree=1216096/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13600 CPUtime=0.03
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 5477203 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101537 s]
/proc/loadavg: 2.07 2.39 2.53 4/81 7463
/proc/meminfo: memFree=1216096/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13600 CPUtime=0.03
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5477203 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301576 s]
/proc/loadavg: 2.07 2.39 2.53 4/81 7463
/proc/meminfo: memFree=1216096/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13600 CPUtime=0.03
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5477203 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701649 s]
/proc/loadavg: 2.07 2.39 2.53 4/81 7463
/proc/meminfo: memFree=1216096/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13600 CPUtime=0.53
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 974 4617 0 1 3 0 48 2 16 0 1 0 5477203 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 2.07 2.39 2.53 4/92 7485
/proc/meminfo: memFree=1203848/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13600 CPUtime=0.54
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 974 4617 0 1 4 0 48 2 15 0 1 0 5477203 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3400 797 370 3 0 500 0
[pid=7476] ppid=7463 vsize=5356 CPUtime=0
/proc/7476/stat : 7476 (sh) S 7463 7463 4192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5477261 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7476/statm: 1339 233 193 169 0 50 0
[pid=7477] ppid=7476 vsize=868348 CPUtime=0.9
/proc/7477/stat : 7477 (java) S 7476 7463 4192 0 -1 0 6476 0 1 0 84 6 0 0 18 0 9 0 5477261 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7477/statm: 217087 5623 2565 9 0 211634 0
[pid=7477/tid=7478] ppid=7476 vsize=868348 CPUtime=0.57
/proc/7477/task/7478/stat : 7478 (java) R 7476 7463 4192 0 -1 64 2786 0 1 0 55 2 0 0 20 0 9 0 5477262 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7479] ppid=7476 vsize=868348 CPUtime=0.07
/proc/7477/task/7479/stat : 7479 (java) S 7476 7463 4192 0 -1 64 1507 0 0 0 6 1 0 0 16 0 9 0 5477263 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7480] ppid=7476 vsize=868348 CPUtime=0
/proc/7477/task/7480/stat : 7480 (java) S 7476 7463 4192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5477263 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7481] ppid=7476 vsize=868348 CPUtime=0
/proc/7477/task/7481/stat : 7481 (java) S 7476 7463 4192 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5477263 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7482] ppid=7476 vsize=868348 CPUtime=0
/proc/7477/task/7482/stat : 7482 (java) S 7476 7463 4192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5477265 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7483] ppid=7476 vsize=868348 CPUtime=0.22
/proc/7477/task/7483/stat : 7483 (java) R 7476 7463 4192 0 -1 64 1490 0 0 0 21 1 0 0 16 0 9 0 5477265 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 101768322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7484] ppid=7476 vsize=868348 CPUtime=0
/proc/7477/task/7484/stat : 7484 (java) S 7476 7463 4192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5477265 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7477/tid=7485] ppid=7476 vsize=868348 CPUtime=0
/proc/7477/task/7485/stat : 7485 (java) S 7476 7463 4192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5477265 889188352 5623 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887304

[startup+3.1021 s]
/proc/loadavg: 2.07 2.39 2.53 3/84 7487
/proc/meminfo: memFree=1204744/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 15 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=7536 CPUtime=1.56
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 1781 0 0 0 156 0 0 0 25 0 1 0 5477356 7716864 1767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 1884 1767 76 150 0 1731 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 26620

[startup+6.3017 s]
/proc/loadavg: 2.06 2.38 2.53 3/84 7487
/proc/meminfo: memFree=1202696/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=9868 CPUtime=4.74
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 2371 0 0 0 473 1 0 0 25 0 1 0 5477356 10104832 2357 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 2467 2357 76 150 0 2314 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 28952

[startup+12.7029 s]
/proc/loadavg: 2.06 2.38 2.53 3/84 7487
/proc/meminfo: memFree=1198984/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=13288 CPUtime=11.11
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 3210 0 0 0 1109 2 0 0 25 0 1 0 5477356 13606912 3196 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 3322 3196 76 150 0 3169 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 32372

[startup+25.5013 s]
/proc/loadavg: 2.04 2.36 2.52 3/84 7487
/proc/meminfo: memFree=1194312/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=17780 CPUtime=23.84
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 4332 0 0 0 2381 3 0 0 25 0 1 0 5477356 18206720 4318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 4445 4318 76 150 0 4292 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 36864

[startup+51.1011 s]
/proc/loadavg: 2.03 2.33 2.50 3/84 7487
/proc/meminfo: memFree=1190088/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=22124 CPUtime=49.31
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 5390 0 0 0 4927 4 0 0 25 0 1 0 5477356 22654976 5376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 5531 5376 76 150 0 5378 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 41208

[startup+102.307 s]
/proc/loadavg: 2.01 2.27 2.47 3/84 7487
/proc/meminfo: memFree=1188360/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=23560 CPUtime=100.27
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 5762 0 0 0 10022 5 0 0 25 0 1 0 5477356 24125440 5748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 5890 5748 76 150 0 5737 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 42644

[startup+162.302 s]
/proc/loadavg: 2.00 2.22 2.44 3/84 7487
/proc/meminfo: memFree=1183816/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=28428 CPUtime=159.97
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 6906 0 0 0 15991 6 0 0 25 0 1 0 5477356 29110272 6892 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/7487/statm: 7107 6892 76 150 0 6954 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 47512

[startup+222.301 s]
/proc/loadavg: 2.00 2.18 2.41 3/84 7487
/proc/meminfo: memFree=1182792/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1068112/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=80020 CPUtime=3087.3
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19041 0 0 0 308710 20 0 0 25 0 1 0 5477356 81940480 18979 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20005 18979 76 150 0 19852 0
Current children cumulated CPU time (s) 3088.77
Current children cumulated vsize (KiB) 99104

[startup+3162.3 s]
/proc/loadavg: 2.72 2.54 2.25 3/83 7533
/proc/meminfo: memFree=1067536/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=80528 CPUtime=3147.27
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19197 0 0 0 314707 20 0 0 25 0 1 0 5477356 82460672 19126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20132 19126 76 150 0 19979 0
Current children cumulated CPU time (s) 3148.74
Current children cumulated vsize (KiB) 99612

[startup+3222.3 s]
/proc/loadavg: 2.58 2.53 2.26 3/83 7533
/proc/meminfo: memFree=1067472/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=80648 CPUtime=3207.25
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19207 0 0 0 320704 21 0 0 25 0 1 0 5477356 82583552 19136 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20162 19136 76 150 0 20009 0
Current children cumulated CPU time (s) 3208.72
Current children cumulated vsize (KiB) 99732

[startup+3282.3 s]
/proc/loadavg: 2.66 2.56 2.29 3/83 7533
/proc/meminfo: memFree=1067216/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=80932 CPUtime=3267.23
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19260 0 0 0 326702 21 0 0 25 0 1 0 5477356 82874368 19189 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20233 19189 76 150 0 20080 0
Current children cumulated CPU time (s) 3268.7
Current children cumulated vsize (KiB) 100016

[startup+3342.3 s]
/proc/loadavg: 2.63 2.57 2.30 3/83 7533
/proc/meminfo: memFree=1067088/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=81328 CPUtime=3327.19
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19323 0 0 0 332698 21 0 0 25 0 1 0 5477356 83279872 19252 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20332 19252 76 150 0 20179 0
Current children cumulated CPU time (s) 3328.66
Current children cumulated vsize (KiB) 100412

[startup+3402.31 s]
/proc/loadavg: 2.62 2.57 2.32 3/83 7533
/proc/meminfo: memFree=1066384/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=81924 CPUtime=3387.16
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19446 0 0 0 338695 21 0 0 25 0 1 0 5477356 83890176 19367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20481 19367 76 150 0 20328 0
Current children cumulated CPU time (s) 3388.63
Current children cumulated vsize (KiB) 101008

[startup+3462.3 s]
/proc/loadavg: 2.68 2.60 2.34 3/83 7533
/proc/meminfo: memFree=1066192/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=81924 CPUtime=3447.13
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19449 0 0 0 344692 21 0 0 25 0 1 0 5477356 83890176 19370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20481 19370 76 150 0 20328 0
Current children cumulated CPU time (s) 3448.6
Current children cumulated vsize (KiB) 101008

[startup+3522.3 s]
/proc/loadavg: 2.55 2.57 2.35 3/83 7533
/proc/meminfo: memFree=1066000/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=82004 CPUtime=3507.1
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19482 0 0 0 350689 21 0 0 25 0 1 0 5477356 83972096 19403 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20501 19403 76 150 0 20348 0
Current children cumulated CPU time (s) 3508.57
Current children cumulated vsize (KiB) 101088

[startup+3582.3 s]
/proc/loadavg: 2.47 2.54 2.35 3/83 7533
/proc/meminfo: memFree=1065936/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=82004 CPUtime=3567.07
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19496 0 0 0 356686 21 0 0 25 0 1 0 5477356 83972096 19417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20501 19417 76 150 0 20348 0
Current children cumulated CPU time (s) 3568.54
Current children cumulated vsize (KiB) 101088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.8 s]
/proc/loadavg: 2.53 2.54 2.36 4/83 7533
/proc/meminfo: memFree=1065936/2055920 swapFree=4192956/4192956
[pid=7463] ppid=7461 vsize=13728 CPUtime=1.47
/proc/7463/stat : 7463 (sugar) S 7461 7463 4192 0 -1 4194304 1063 11390 0 2 4 0 134 9 16 0 1 0 5477203 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7463/statm: 3432 811 374 3 0 532 0
[pid=7486] ppid=7463 vsize=5356 CPUtime=0
/proc/7486/stat : 7486 (sh) S 7463 7463 4192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5477355 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7486/statm: 1339 232 193 169 0 50 0
[pid=7487] ppid=7486 vsize=82124 CPUtime=3598.56
/proc/7487/stat : 7487 (minisat) R 7486 7463 4192 0 -1 4194304 19499 0 0 0 359835 21 0 0 25 0 1 0 5477356 84094976 19420 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7487/statm: 20531 19420 76 150 0 20378 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 101208

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 7463 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=386789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 1.49377
# 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): 3613.82
CPU time (s): 3600.03
CPU user time (s): 3599.73
CPU system time (s): 0.3
CPU usage (%): 99.6184
Max. virtual memory (cumulated for all children) (KiB): 887304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.38679
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12800
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= 1937
involuntary context switches= 1786

runsolver used 5.99309 second user time and 10.4104 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-23 05:31:10
IDJOB=1128396
IDBENCH=65341
IDSOLVER=368
FILE ID=node19/1128396-1216783870
PBS_JOBID= 7974155
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-90/normalized-kbtree-9-2-3-5-90-48_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-1128396-1216783870/watcher-1128396-1216783870 -o /tmp/evaluation-result-1128396-1216783870/solver-1128396-1216783870 -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-1128396-1216783870.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 24d578e2329b35e1d1247a17e7606e44
RANDOM SEED=1302178342

node19.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.263
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.263
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:       1216640 kB
Buffers:         43256 kB
Cached:         696788 kB
SwapCached:          0 kB
Active:         295164 kB
Inactive:       470588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          45876 kB
Slab:            58548 kB
Committed_AS:   136344 kB
PageTables:       2016 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= 66556 MiB
End job on node19 at 2008-07-23 06:31:26