Trace number 1128380

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.02 3615.42

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-40/
normalized-kbtree-9-2-3-5-40-38_ext.xml
MD5SUMeb9e335ff8f5b501693cdcf502586d99
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints27
Best CPU time to get the best result obtained on this benchmark231.657
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 05:25:53 2008
0.00/0.05	c 0	PID 9341
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128380-1216783552.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-1128380-1216783552.xml' 'HOME/temp.csp'
0.03/0.57	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.57/0.71	c 0	Parsing HOME/temp.csp
0.57/0.88	c 0	parsed 677 expressions
0.57/0.88	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.89	c 0	MAX CSP: 309 constraints
0.57/0.89	c 0	Converting to clausal form CSP
0.57/0.91	c 0	converted 99 (10%) expressions
0.57/0.92	c 0	converted 198 (20%) expressions
0.57/0.92	c 0	converted 297 (30%) expressions
0.57/0.93	c 0	converted 396 (40%) expressions
0.57/0.94	c 0	converted 495 (50%) expressions
0.57/0.95	c 0	converted 594 (60%) expressions
0.57/0.96	c 0	converted 693 (70%) expressions
0.57/0.97	c 0	converted 792 (80%) expressions
0.57/0.98	c 0	converted 891 (90%) expressions
1.02/1.15	c 1	converted 989 (100%) expressions
1.02/1.15	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.02/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.15	c 1	Propagation in CSP
1.02/1.18	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.19	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.02/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.19	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.02/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.12/1.25	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.12/1.25	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.12/1.25	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.12/1.25	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.12/1.29	c 1	93 (10%) CSP clauses are encoded (5184 clauses, 68328 bytes)
1.21/1.30	c 1	186 (20%) CSP clauses are encoded (5759 clauses, 78847 bytes)
1.21/1.32	c 1	278 (30%) CSP clauses are encoded (6317 clauses, 90007 bytes)
1.21/1.33	c 1	371 (40%) CSP clauses are encoded (7240 clauses, 104005 bytes)
1.21/1.35	c 1	463 (50%) CSP clauses are encoded (13502 clauses, 214219 bytes)
1.21/1.35	c 1	556 (60%) CSP clauses are encoded (15525 clauses, 248825 bytes)
1.21/1.39	c 1	649 (70%) CSP clauses are encoded (32876 clauses, 564560 bytes)
1.31/1.44	c 1	741 (80%) CSP clauses are encoded (49530 clauses, 850494 bytes)
1.41/1.51	c 1	834 (90%) CSP clauses are encoded (85989 clauses, 1515442 bytes)
1.51/1.60	c 1	926 (100%) CSP clauses are encoded (134577 clauses, 2405347 bytes)
1.51/1.60	c 1	926 CSP clauses encoded
1.51/1.61	c 1	Writing map file : HOME/temp.map
1.51/1.61	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.62	c 1	SAT : 5288 SAT variables, 134577 SAT clauses, 2405347 bytes
1.51/1.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.63	c 1	OBJECTIVE minimize _COST
1.51/1.63	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.51/1.63	c 1	SEARCHING: _COST <= 155
1.51/1.63	c 1	SOLVING HOME/temp.cnf
1.51/1.63	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.63	c 1	This is MiniSat 2.0 beta
1.51/1.63	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.63	c 1	============================[ Problem Statistics ]=============================
1.51/1.63	c 1	|                                                                             |
1.51/1.63	c 1	|  Number of variables:  5288                                                 |
1.51/1.63	c 1	|  Number of clauses:    134578                                               |
1.56/1.70	c 1	|  Parsing time:         0.06         s                                       |
1.56/1.73	c 1	============================[ Search Statistics ]==============================
1.56/1.73	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.56/1.73	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.56/1.73	c 1	===============================================================================
1.56/1.73	c 1	|         0 |    3902    87189   253490 |    29063        0    nan |  0.000 % |
1.56/1.74	c 1	===============================================================================
1.56/1.75	c 1	restarts              : 1
1.56/1.75	c 1	conflicts             : 31             (295 /sec)
1.56/1.75	c 1	decisions             : 338            (0.30 % random) (3220 /sec)
1.56/1.75	c 1	propagations          : 17318          (164958 /sec)
1.56/1.75	c 1	conflict literals     : 394            (6.19 % deleted)
1.56/1.75	c 1	Memory used           : 7.11 MB
1.56/1.75	c 1	CPU time              : 0.104984 s
1.56/1.75	c 1	
1.56/1.75	c 1	SATISFIABLE
1.56/1.75	c 1	FOUND: _COST <= 155
1.56/1.75	s SATISFIABLE
1.56/1.75	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.56/1.75	c 1	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.68/1.83	c 1	Decoding HOME/temp.out
1.68/1.92	c 1	OBJECTIVE _COST 82
1.68/1.92	o 82
1.68/1.93	v 3 1 2 0 3 0 3 4 3 3 2 4 2 1 4 3 4 3 4 4 3 2 0 0 4 1 3 2 1 2 4 3 0 3 2 3 4 0 1 0 0 0 0 3 4 3 1 0 1 4 2 3 3 1 3 3 4 0
1.68/1.96	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.68/2.01	c 2	OBJECTIVE BOUND: 0 <= _COST <= 82
1.68/2.01	c 2	SEARCHING: _COST <= 41
1.68/2.01	c 2	SOLVING HOME/temp.cnf
1.68/2.01	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/2.02	c 2	This is MiniSat 2.0 beta
1.68/2.02	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/2.02	c 2	============================[ Problem Statistics ]=============================
1.68/2.02	c 2	|                                                                             |
1.68/2.02	c 2	|  Number of variables:  5288                                                 |
1.68/2.02	c 2	|  Number of clauses:    134578                                               |
1.68/2.09	c 2	|  Parsing time:         0.06         s                                       |
1.96/2.13	c 2	============================[ Search Statistics ]==============================
1.96/2.13	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.96/2.13	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.96/2.13	c 2	===============================================================================
1.96/2.13	c 2	|         0 |    2653    36202   104162 |    12067        0    nan |  0.000 % |
1.96/2.15	c 2	|       101 |    2653    36202   104162 |    13274      101     27 | 49.830 % |
1.96/2.17	c 2	|       251 |    2653    36202   104162 |    14601      251     21 | 49.830 % |
1.96/2.19	c 2	|       476 |    2653    36202   104162 |    16061      476     26 | 49.830 % |
2.06/2.23	c 2	|       814 |    2653    36202   104162 |    17667      814     23 | 49.830 % |
2.06/2.28	c 2	|      1320 |    2653    36202   104162 |    19434     1320     25 | 49.830 % |
2.15/2.37	c 2	|      2079 |    2653    36202   104162 |    21378     2079     26 | 49.830 % |
2.35/2.50	c 2	|      3218 |    2653    36202   104162 |    23515     3218     26 | 49.830 % |
2.55/2.73	c 2	|      4926 |    2653    36202   104162 |    25867     4926     25 | 49.830 % |
2.85/3.09	c 3	|      7488 |    2653    36202   104162 |    28454     7488     25 | 49.830 % |
3.45/3.69	c 3	|     11332 |    2653    36202   104162 |    31299    11332     27 | 49.830 % |
4.54/4.77	c 4	|     17098 |    2653    36202   104162 |    34429    17098     30 | 49.830 % |
6.63/6.85	c 6	|     25747 |    2653    36202   104162 |    37872    25747     31 | 49.830 % |
10.51/10.76	c 10	|     38721 |    2653    36202   104162 |    41659    38721     31 | 49.830 % |
16.98/17.25	c 17	|     58183 |    2653    36202   104162 |    45825    25784     31 | 49.830 % |
27.52/27.84	c 27	|     87375 |    2653    36202   104162 |    50408    18725     28 | 49.830 % |
43.05/43.48	c 43	|    131165 |    2653    36202   104162 |    55449    21063     31 | 49.830 % |
68.62/69.10	c 69	|    196849 |    2653    36202   104162 |    60993    41683     29 | 49.830 % |
117.28/118.02	c 118	|    295375 |    2653    36202   104162 |    67093    37717     31 | 49.830 % |
203.46/204.67	c 204	|    443164 |    2653    36202   104162 |    73802    19908     30 | 49.830 % |
329.25/331.01	c 330	|    664849 |    2653    36202   104162 |    81182    56368     32 | 49.830 % |
549.98/552.86	c 552	|    997374 |    2653    36202   104162 |    89301    45080     32 | 49.830 % |
900.27/904.89	c 904	|   1496162 |    2653    36202   104162 |    98231    82487     38 | 49.830 % |
1454.47/1461.74	c 1461	|   2244345 |    2653    36202   104162 |   108054    74304     31 | 49.830 % |
2301.02/2312.48	c 2312	|   3366622 |    2653    36202   104162 |   118860    51554     28 | 49.830 % |
3600.02/3615.41	c ERROR unknown output  in HOME/temp.out
3600.02/3615.41	c 3615	CPU 1.74 (0.04 0.01 1.7 0.14)
3600.02/3615.41	c 3615	END Wed Jul 23 06:26:08 2008

Verifier Data (download as text)

OK	57	252
57 unsatisfied constraints, 252 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-1128380-1216783552/watcher-1128380-1216783552 -o /tmp/evaluation-result-1128380-1216783552/solver-1128380-1216783552 -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-1128380-1216783552.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.38 2.66 2.81 4/74 9341
/proc/meminfo: memFree=1427080/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=12000 CPUtime=0
/proc/9341/stat : 9341 (sugar) R 9339 9341 8419 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 5444517 12288000 166 996147200 4194304 4206940 548682068592 18446744073709551615 234211182131 0 0 4224 0 0 0 0 17 1 0 0
/proc/9341/statm: 3000 166 128 3 0 100 0

[startup+0.0951061 s]
/proc/loadavg: 2.38 2.66 2.81 4/74 9341
/proc/meminfo: memFree=1427080/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13600 CPUtime=0.03
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5444517 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101107 s]
/proc/loadavg: 2.38 2.66 2.81 4/74 9341
/proc/meminfo: memFree=1427080/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13600 CPUtime=0.03
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5444517 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301125 s]
/proc/loadavg: 2.38 2.66 2.81 4/74 9341
/proc/meminfo: memFree=1427080/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13600 CPUtime=0.03
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5444517 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701185 s]
/proc/loadavg: 2.38 2.66 2.81 4/74 9341
/proc/meminfo: memFree=1427080/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13600 CPUtime=0.57
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 957 4630 0 1 3 0 51 3 16 0 1 0 5444517 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 2.43 2.66 2.81 4/85 9363
/proc/meminfo: memFree=1417904/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13600 CPUtime=0.57
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 974 4630 0 1 3 0 51 3 15 0 1 0 5444517 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3400 797 370 3 0 500 0
[pid=9354] ppid=9341 vsize=5356 CPUtime=0
/proc/9354/stat : 9354 (sh) S 9341 9341 8419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5444580 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9354/statm: 1339 233 193 169 0 50 0
[pid=9355] ppid=9354 vsize=868360 CPUtime=0.84
/proc/9355/stat : 9355 (java) S 9354 9341 8419 0 -1 0 6572 0 1 0 79 5 0 0 19 0 9 0 5444580 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9355/statm: 217090 5748 2564 9 0 211637 0
[pid=9355/tid=9356] ppid=9354 vsize=868360 CPUtime=0.52
/proc/9355/task/9356/stat : 9356 (java) R 9354 9341 8419 0 -1 64 2752 0 1 0 49 3 0 0 19 0 9 0 5444581 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4126916464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9357] ppid=9354 vsize=868360 CPUtime=0.07
/proc/9355/task/9357/stat : 9357 (java) S 9354 9341 8419 0 -1 64 1626 0 0 0 6 1 0 0 16 0 9 0 5444582 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9358] ppid=9354 vsize=868360 CPUtime=0
/proc/9355/task/9358/stat : 9358 (java) S 9354 9341 8419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5444583 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9359] ppid=9354 vsize=868360 CPUtime=0
/proc/9355/task/9359/stat : 9359 (java) S 9354 9341 8419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5444583 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9360] ppid=9354 vsize=868360 CPUtime=0
/proc/9355/task/9360/stat : 9360 (java) S 9354 9341 8419 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5444585 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9361] ppid=9354 vsize=868360 CPUtime=0.22
/proc/9355/task/9361/stat : 9361 (java) S 9354 9341 8419 0 -1 64 1501 0 0 0 22 0 0 0 16 0 9 0 5444585 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9362] ppid=9354 vsize=868360 CPUtime=0
/proc/9355/task/9362/stat : 9362 (java) S 9354 9341 8419 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5444585 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9355/tid=9363] ppid=9354 vsize=868360 CPUtime=0
/proc/9355/task/9363/stat : 9363 (java) S 9354 9341 8419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5444585 889200640 5748 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887316

[startup+3.10149 s]
/proc/loadavg: 2.43 2.66 2.81 3/77 9377
/proc/meminfo: memFree=1415472/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 15 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=7548 CPUtime=1.06
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 1783 0 0 0 105 1 0 0 25 0 1 0 5444719 7729152 1769 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 1887 1769 75 150 0 1734 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26632

[startup+6.3019 s]
/proc/loadavg: 2.39 2.65 2.81 3/77 9377
/proc/meminfo: memFree=1414640/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=8784 CPUtime=4.24
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 2112 0 0 0 423 1 0 0 25 0 1 0 5444719 8994816 2098 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 2196 2098 75 150 0 2043 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27868

[startup+12.7027 s]
/proc/loadavg: 2.36 2.64 2.80 3/77 9377
/proc/meminfo: memFree=1410928/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=12196 CPUtime=10.61
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 2943 0 0 0 1059 2 0 0 25 0 1 0 5444719 12488704 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 3049 2929 75 150 0 2896 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 31280

[startup+25.5013 s]
/proc/loadavg: 2.30 2.62 2.79 3/77 9377
/proc/meminfo: memFree=1409968/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=13140 CPUtime=23.34
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 3174 0 0 0 2332 2 0 0 25 0 1 0 5444719 13455360 3160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 3285 3160 75 150 0 3132 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 32224

[startup+51.1016 s]
/proc/loadavg: 2.18 2.56 2.77 3/77 9377
/proc/meminfo: memFree=1408560/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=14224 CPUtime=48.82
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 3454 0 0 0 4879 3 0 0 25 0 1 0 5444719 14565376 3440 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 3556 3440 75 150 0 3403 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 33308

[startup+102.306 s]
/proc/loadavg: 2.08 2.47 2.72 3/77 9377
/proc/meminfo: memFree=1405104/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=17392 CPUtime=99.77
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 4199 0 0 0 9973 4 0 0 25 0 1 0 5444719 17809408 4185 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 4348 4185 75 150 0 4195 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 36476

[startup+162.302 s]
/proc/loadavg: 2.03 2.38 2.68 3/77 9377
/proc/meminfo: memFree=1402352/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=19828 CPUtime=159.48
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 4796 0 0 0 15944 4 0 0 25 0 1 0 5444719 20303872 4782 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/9377/statm: 4957 4782 75 150 0 4804 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 38912

[startup+222.301 s]
/proc/loadavg: 2.01 2.31 2.63 3/77 9377
/proc/meminfo: memFree=1399984/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.00 2.00 3/77 9417
/proc/meminfo: memFree=1419120/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=46908 CPUtime=3085.22
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11229 0 0 0 308507 15 0 0 25 0 1 0 5444719 48033792 11215 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11727 11215 75 150 0 11574 0
Current children cumulated CPU time (s) 3087.11
Current children cumulated vsize (KiB) 65992

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9484
/proc/meminfo: memFree=1417904/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=46908 CPUtime=3145.21
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11251 0 0 0 314503 18 0 0 25 0 1 0 5444719 48033792 11237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11727 11237 75 150 0 11574 0
Current children cumulated CPU time (s) 3147.1
Current children cumulated vsize (KiB) 65992

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1417440/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=47076 CPUtime=3205.18
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11295 0 0 0 320500 18 0 0 25 0 1 0 5444719 48205824 11281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11769 11281 75 150 0 11616 0
Current children cumulated CPU time (s) 3207.07
Current children cumulated vsize (KiB) 66160

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1417520/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=47396 CPUtime=3265.15
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11362 0 0 0 326497 18 0 0 25 0 1 0 5444719 48533504 11348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11849 11348 75 150 0 11696 0
Current children cumulated CPU time (s) 3267.04
Current children cumulated vsize (KiB) 66480

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1416880/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=47952 CPUtime=3325.13
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11475 0 0 0 332495 18 0 0 25 0 1 0 5444719 49102848 11461 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11988 11461 75 150 0 11835 0
Current children cumulated CPU time (s) 3327.02
Current children cumulated vsize (KiB) 67036

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1416880/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=47952 CPUtime=3385.1
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11481 0 0 0 338492 18 0 0 25 0 1 0 5444719 49102848 11467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11988 11467 75 150 0 11835 0
Current children cumulated CPU time (s) 3386.99
Current children cumulated vsize (KiB) 67036

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1416752/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=47952 CPUtime=3445.08
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11496 0 0 0 344490 18 0 0 25 0 1 0 5444719 49102848 11482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11988 11482 75 150 0 11835 0
Current children cumulated CPU time (s) 3446.97
Current children cumulated vsize (KiB) 67036

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1416752/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=47952 CPUtime=3505.05
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11496 0 0 0 350487 18 0 0 25 0 1 0 5444719 49102848 11482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 11988 11482 75 150 0 11835 0
Current children cumulated CPU time (s) 3506.94
Current children cumulated vsize (KiB) 67036

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1416624/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=48164 CPUtime=3565.04
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11517 0 0 0 356485 19 0 0 25 0 1 0 5444719 49319936 11503 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 12041 11503 75 150 0 11888 0
Current children cumulated CPU time (s) 3566.93
Current children cumulated vsize (KiB) 67248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 9486
/proc/meminfo: memFree=1416624/2055920 swapFree=4192956/4192956
[pid=9341] ppid=9339 vsize=13728 CPUtime=1.89
/proc/9341/stat : 9341 (sugar) S 9339 9341 8419 0 -1 4194304 1182 17371 0 3 4 1 170 14 16 0 1 0 5444517 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9341/statm: 3432 811 374 3 0 532 0
[pid=9376] ppid=9341 vsize=5356 CPUtime=0
/proc/9376/stat : 9376 (sh) S 9341 9341 8419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5444719 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9376/statm: 1339 232 193 169 0 50 0
[pid=9377] ppid=9376 vsize=48164 CPUtime=3598.13
/proc/9377/stat : 9377 (minisat) R 9376 9341 8419 0 -1 4194304 11517 0 0 0 359794 19 0 0 25 0 1 0 5444719 49319936 11503 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/9377/statm: 12041 11503 75 150 0 11888 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 67248

Sending SIGTERM to process tree (bottom up)

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

Real time (s): 3615.42
CPU time (s): 3600.02
CPU user time (s): 3599.68
CPU system time (s): 0.34
CPU usage (%): 99.5741
Max. virtual memory (cumulated for all children) (KiB): 887316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.74973
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18897
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= 2123
involuntary context switches= 1949

runsolver used 4.03739 second user time and 12.4161 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-23 05:25:52
IDJOB=1128380
IDBENCH=65320
IDSOLVER=368
FILE ID=node54/1128380-1216783552
PBS_JOBID= 7974202
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-40/normalized-kbtree-9-2-3-5-40-38_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-1128380-1216783552/watcher-1128380-1216783552 -o /tmp/evaluation-result-1128380-1216783552/solver-1128380-1216783552 -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-1128380-1216783552.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb9e335ff8f5b501693cdcf502586d99
RANDOM SEED=203562450

node54.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.220
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	: 8388.60
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.220
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:       1427560 kB
Buffers:         40780 kB
Cached:         451404 kB
SwapCached:          0 kB
Active:         360240 kB
Inactive:       198332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427560 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          77620 kB
Slab:            54776 kB
Committed_AS:   134668 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node54 at 2008-07-23 06:26:08