Trace number 1128420

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.06 3609.62

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-80/
normalized-kbtree-9-2-3-5-80-50_ext.xml
MD5SUM48a117dd44e9143b9a80b1d482ce479f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints153
Best CPU time to get the best result obtained on this benchmark3228.99
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:37:57 2008
0.00/0.04	c 0	PID 6180
0.03/0.05	c 0	HOST node6.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128420-1216784277.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-1128420-1216784277.xml' 'HOME/temp.csp'
0.03/0.56	c 0	1 domains, 58 variables, 0 predicates, 305 relations, 309 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.66	c 0	Parsing HOME/temp.csp
0.55/0.82	c 1	parsed 673 expressions
0.55/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.83	c 1	MAX CSP: 309 constraints
0.55/0.83	c 1	Converting to clausal form CSP
0.55/0.85	c 1	converted 99 (10%) expressions
0.55/0.85	c 1	converted 197 (20%) expressions
0.55/0.86	c 1	converted 296 (30%) expressions
0.55/0.87	c 1	converted 394 (40%) expressions
0.55/0.88	c 1	converted 493 (50%) expressions
0.55/0.90	c 1	converted 591 (60%) expressions
0.55/0.91	c 1	converted 690 (70%) expressions
0.55/0.91	c 1	converted 788 (80%) expressions
0.55/0.92	c 1	converted 887 (90%) expressions
0.95/1.08	c 1	converted 985 (100%) expressions
0.95/1.08	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.95/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.08	c 1	Propagation in CSP
1.04/1.12	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.12	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.04/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.12	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.04/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.16	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.16	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.16	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.16	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.17	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.04/1.17	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.04/1.17	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.04/1.17	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.04/1.18	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.04/1.18	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.14/1.22	c 1	93 (10%) CSP clauses are encoded (5236 clauses, 67757 bytes)
1.14/1.23	c 1	186 (20%) CSP clauses are encoded (5837 clauses, 77137 bytes)
1.14/1.24	c 1	278 (30%) CSP clauses are encoded (6446 clauses, 87493 bytes)
1.14/1.26	c 1	371 (40%) CSP clauses are encoded (7387 clauses, 101241 bytes)
1.14/1.27	c 1	463 (50%) CSP clauses are encoded (13649 clauses, 211455 bytes)
1.14/1.28	c 1	556 (60%) CSP clauses are encoded (15672 clauses, 246061 bytes)
1.24/1.32	c 1	649 (70%) CSP clauses are encoded (33023 clauses, 561796 bytes)
1.24/1.37	c 1	741 (80%) CSP clauses are encoded (49677 clauses, 847730 bytes)
1.34/1.43	c 1	834 (90%) CSP clauses are encoded (86136 clauses, 1512678 bytes)
1.45/1.52	c 1	926 (100%) CSP clauses are encoded (134724 clauses, 2402583 bytes)
1.45/1.52	c 1	926 CSP clauses encoded
1.45/1.52	c 1	Writing map file : HOME/temp.map
1.45/1.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.53	c 1	SAT : 5288 SAT variables, 134724 SAT clauses, 2402583 bytes
1.45/1.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.58	c 1	OBJECTIVE minimize _COST
1.45/1.58	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.45/1.58	c 1	SEARCHING: _COST <= 155
1.45/1.58	c 1	SOLVING HOME/temp.cnf
1.45/1.58	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.45/1.58	c 1	This is MiniSat 2.0 beta
1.45/1.58	c 1	WARNING: for repeatability, setting FPU to use double precision
1.45/1.58	c 1	============================[ Problem Statistics ]=============================
1.45/1.58	c 1	|                                                                             |
1.45/1.59	c 1	|  Number of variables:  5288                                                 |
1.45/1.59	c 1	|  Number of clauses:    134725                                               |
1.49/1.65	c 1	|  Parsing time:         0.06         s                                       |
1.49/1.68	c 1	============================[ Search Statistics ]==============================
1.49/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.68	c 1	===============================================================================
1.49/1.68	c 1	|         0 |    3902    87336   252701 |    29112        0    nan |  0.000 % |
1.49/1.73	c 1	|       100 |    3900    87336   252701 |    32023       99     16 | 26.399 % |
1.49/1.75	c 1	|       250 |    3900    87336   252701 |    35225      249     20 | 26.401 % |
1.49/1.77	c 1	|       477 |    3900    87336   252701 |    38748      476     22 | 26.400 % |
1.49/1.82	c 2	|       815 |    3900    87336   252701 |    42622      814     20 | 26.399 % |
1.49/1.88	c 2	|      1321 |    3892    87145   252165 |    46885     1320     19 | 26.399 % |
1.49/1.95	c 2	|      2081 |    3892    87145   252165 |    51573     2079     17 | 26.626 % |
1.49/2.07	c 2	|      3221 |    3892    87145   252165 |    56731     3219     16 | 26.627 % |
2.08/2.27	c 2	|      4931 |    3880    86666   250768 |    62404     4929     16 | 26.627 % |
2.48/2.64	c 2	|      7496 |    3880    86666   250768 |    68644     7494     17 | 26.627 % |
3.17/3.37	c 3	|     11341 |    3880    86666   250768 |    75509    11339     17 | 26.627 % |
4.45/4.65	c 4	|     17107 |    3880    86666   250768 |    83059    17105     18 | 26.627 % |
6.84/7.00	c 7	|     25757 |    3880    86666   250768 |    91365    25755     20 | 26.627 % |
11.69/11.90	c 12	|     38731 |    3880    86666   250768 |   100502    38729     21 | 26.627 % |
21.40/21.76	c 21	|     58193 |    3880    86666   250768 |   110552    58191     21 | 26.627 % |
41.90/42.49	c 42	|     87385 |    3880    86666   250768 |   121608    87383     22 | 26.627 % |
66.66/67.40	c 67	|    131174 |    3880    86666   250768 |   133768    20968     21 | 26.627 % |
97.57/98.70	c 98	|    196859 |    3880    86666   250768 |   147145    86653     22 | 26.626 % |
178.31/180.12	c 180	|    295385 |    3880    86666   250768 |   161860    53788     24 | 26.627 % |
328.98/332.21	c 332	|    443175 |    3880    86666   250768 |   178046    54357     22 | 26.627 % |
555.94/561.39	c 561	|    664858 |    3880    86666   250768 |   195850   115032     25 | 26.626 % |
922.54/931.05	c 931	|    997383 |    3880    86666   250768 |   215436    86720     24 | 26.627 % |
1569.28/1578.04	c 1578	|   1496171 |    3880    86666   250768 |   236979   184124     27 | 26.627 % |
2599.65/2608.82	c 2609	|   2244353 |    3880    86666   250768 |   260677    44313     24 | 26.627 % |
3600.06/3609.61	c ERROR unknown output  in HOME/temp.out
3600.06/3609.61	s UNKNOWN
3600.06/3609.61	c 3609	CPU 1.4 (0.04 0 1.36 0.1)
3600.06/3609.61	c 3609	END Wed Jul 23 06:38:06 2008

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-1128420-1216784277/watcher-1128420-1216784277 -o /tmp/evaluation-result-1128420-1216784277/solver-1128420-1216784277 -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-1128420-1216784277.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: 1.90 1.97 1.99 4/73 6180
/proc/meminfo: memFree=1223064/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=12268 CPUtime=0
/proc/6180/stat : 6180 (sugar) R 6178 6180 4954 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5520679 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 268600806853 0 0 4224 0 0 0 0 17 1 0 0
/proc/6180/statm: 3067 316 241 3 0 167 0

[startup+0.0498461 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 6180
/proc/meminfo: memFree=1223064/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13600 CPUtime=0.03
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 5520679 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102666 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 6180
/proc/meminfo: memFree=1223064/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13600 CPUtime=0.03
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5520679 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301687 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 6180
/proc/meminfo: memFree=1223064/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13600 CPUtime=0.03
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5520679 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701739 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 6180
/proc/meminfo: memFree=1223064/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13600 CPUtime=0.55
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 974 4626 0 1 3 0 48 4 16 0 1 0 5520679 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 1.90 1.97 1.99 4/84 6202
/proc/meminfo: memFree=1212672/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13600 CPUtime=0.56
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 974 4626 0 1 4 0 48 4 15 0 1 0 5520679 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3400 797 370 3 0 500 0
[pid=6193] ppid=6180 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6180 6180 4954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5520738 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6193/statm: 1339 233 193 169 0 50 0
[pid=6194] ppid=6193 vsize=868468 CPUtime=0.89
/proc/6194/stat : 6194 (java) S 6193 6180 4954 0 -1 0 6479 0 1 0 84 5 0 0 18 0 9 0 5520738 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6194/statm: 217117 5647 2563 9 0 211664 0
[pid=6194/tid=6195] ppid=6193 vsize=868468 CPUtime=0.57
/proc/6194/task/6195/stat : 6195 (java) R 6193 6180 4954 0 -1 64 2773 0 1 0 55 2 0 0 20 0 9 0 5520739 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6196] ppid=6193 vsize=868468 CPUtime=0.06
/proc/6194/task/6196/stat : 6196 (java) S 6193 6180 4954 0 -1 64 1531 0 0 0 6 0 0 0 16 0 9 0 5520740 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6197] ppid=6193 vsize=868468 CPUtime=0
/proc/6194/task/6197/stat : 6197 (java) S 6193 6180 4954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5520740 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6198] ppid=6193 vsize=868468 CPUtime=0
/proc/6194/task/6198/stat : 6198 (java) S 6193 6180 4954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5520740 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6199] ppid=6193 vsize=868468 CPUtime=0
/proc/6194/task/6199/stat : 6199 (java) S 6193 6180 4954 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5520742 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6200] ppid=6193 vsize=868468 CPUtime=0.22
/proc/6194/task/6200/stat : 6200 (java) S 6193 6180 4954 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 5520742 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6201] ppid=6193 vsize=868468 CPUtime=0
/proc/6194/task/6201/stat : 6201 (java) S 6193 6180 4954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5520742 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6194/tid=6202] ppid=6193 vsize=868468 CPUtime=0
/proc/6194/task/6202/stat : 6202 (java) S 6193 6180 4954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5520742 889311232 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887424

[startup+3.10202 s]
/proc/loadavg: 1.90 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1211648/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 15 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=7408 CPUtime=1.48
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 1775 0 0 0 148 0 0 0 25 0 1 0 5520838 7585792 1761 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 1852 1761 75 150 0 1699 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26492

[startup+6.30139 s]
/proc/loadavg: 1.91 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1210048/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=9184 CPUtime=4.66
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 2197 0 0 0 465 1 0 0 25 0 1 0 5520838 9404416 2183 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 2296 2183 75 150 0 2143 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 28268

[startup+12.7011 s]
/proc/loadavg: 1.91 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1207744/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=11200 CPUtime=10.99
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 2712 0 0 0 1098 1 0 0 25 0 1 0 5520838 11468800 2698 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 2800 2698 75 150 0 2647 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 30284

[startup+25.5016 s]
/proc/loadavg: 1.93 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1204928/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=14324 CPUtime=23.67
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 3446 0 0 0 2365 2 0 0 25 0 1 0 5520838 14667776 3432 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 3581 3432 75 150 0 3428 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33408

[startup+51.1016 s]
/proc/loadavg: 1.95 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1199744/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=19640 CPUtime=49.03
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 4749 0 0 0 4899 4 0 0 25 0 1 0 5520838 20111360 4735 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 4910 4735 75 150 0 4757 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 38724

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1196864/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=22220 CPUtime=99.75
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 5404 0 0 0 9971 4 0 0 25 0 1 0 5520838 22753280 5390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 5555 5390 75 150 0 5402 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 41304

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1191808/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=27484 CPUtime=159.18
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 6676 0 0 0 15913 5 0 0 25 0 1 0 5520838 28143616 6662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6204/statm: 6871 6662 75 150 0 6718 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 46568

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 6204
/proc/meminfo: memFree=1191104/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1140800/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=63320 CPUtime=3091.46
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15075 0 0 0 309128 18 0 0 25 0 1 0 5520838 64839680 15012 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 15830 15012 75 150 0 15677 0
Current children cumulated CPU time (s) 3092.95
Current children cumulated vsize (KiB) 82404

[startup+3162.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1140480/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=63604 CPUtime=3151.44
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15123 0 0 0 315126 18 0 0 25 0 1 0 5520838 65130496 15060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 15901 15060 75 150 0 15748 0
Current children cumulated CPU time (s) 3152.93
Current children cumulated vsize (KiB) 82688

[startup+3222.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1140288/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=63604 CPUtime=3211.41
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15129 0 0 0 321123 18 0 0 25 0 1 0 5520838 65130496 15066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 15901 15066 75 150 0 15748 0
Current children cumulated CPU time (s) 3212.9
Current children cumulated vsize (KiB) 82688

[startup+3282.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1139712/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64068 CPUtime=3271.4
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15262 0 0 0 327121 19 0 0 25 0 1 0 5520838 65605632 15172 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16017 15172 75 150 0 15864 0
Current children cumulated CPU time (s) 3272.89
Current children cumulated vsize (KiB) 83152

[startup+3342.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1139584/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64364 CPUtime=3331.37
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15291 0 0 0 333118 19 0 0 25 0 1 0 5520838 65908736 15201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16091 15201 75 150 0 15938 0
Current children cumulated CPU time (s) 3332.86
Current children cumulated vsize (KiB) 83448

[startup+3402.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1139328/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64528 CPUtime=3391.35
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15318 0 0 0 339116 19 0 0 25 0 1 0 5520838 66076672 15228 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16132 15228 75 150 0 15979 0
Current children cumulated CPU time (s) 3392.84
Current children cumulated vsize (KiB) 83612

[startup+3462.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1139072/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64528 CPUtime=3451.32
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15322 0 0 0 345113 19 0 0 25 0 1 0 5520838 66076672 15232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16132 15232 75 150 0 15979 0
Current children cumulated CPU time (s) 3452.81
Current children cumulated vsize (KiB) 83612

[startup+3522.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1138944/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64528 CPUtime=3511.3
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15339 0 0 0 351111 19 0 0 25 0 1 0 5520838 66076672 15249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16132 15249 75 150 0 15979 0
Current children cumulated CPU time (s) 3512.79
Current children cumulated vsize (KiB) 83612

[startup+3582.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1138624/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64692 CPUtime=3571.28
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15378 0 0 0 357109 19 0 0 25 0 1 0 5520838 66244608 15288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16173 15288 75 150 0 16020 0
Current children cumulated CPU time (s) 3572.77
Current children cumulated vsize (KiB) 83776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 6311
/proc/meminfo: memFree=1138560/2055924 swapFree=4192956/4192956
[pid=6180] ppid=6178 vsize=13728 CPUtime=1.49
/proc/6180/stat : 6180 (sugar) S 6178 6180 4954 0 -1 4194304 1063 11416 0 2 4 0 136 9 16 0 1 0 5520679 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6180/statm: 3432 811 374 3 0 532 0
[pid=6203] ppid=6180 vsize=5356 CPUtime=0
/proc/6203/stat : 6203 (sh) S 6180 6180 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5520838 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6203/statm: 1339 232 193 169 0 50 0
[pid=6204] ppid=6203 vsize=64772 CPUtime=3598.57
/proc/6204/stat : 6204 (minisat) R 6203 6180 4954 0 -1 4194304 15381 0 0 0 359838 19 0 0 25 0 1 0 5520838 66326528 15291 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/6204/statm: 16193 15291 75 150 0 16040 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 83856

Sending SIGTERM to process tree (bottom up)


olver 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 6180 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=413785
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=109983
# CPU time returned by wait4() is 1.52377
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3609.62
CPU time (s): 3600.06
CPU user time (s): 3599.78
CPU system time (s): 0.28
CPU usage (%): 99.7352
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.41378
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12826
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= 1942
involuntary context switches= 1808

runsolver used 4.47832 second user time and 11.9302 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-23 05:37:57
IDJOB=1128420
IDBENCH=65376
IDSOLVER=368
FILE ID=node6/1128420-1216784277
PBS_JOBID= 7974227
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 48a117dd44e9143b9a80b1d482ce479f
RANDOM SEED=1506056320

node6.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.238
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.238
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:      2055924 kB
MemFree:       1223608 kB
Buffers:         37156 kB
Cached:         702820 kB
SwapCached:          0 kB
Active:         187116 kB
Inactive:       569036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1223608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          27128 kB
Slab:            61408 kB
Committed_AS:    94064 kB
PageTables:       1920 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 node6 at 2008-07-23 06:38:06