Trace number 1127868

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.07 3619.42

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-600-364043_ext.xml
MD5SUMec8efd56c7bdae39671ea9a8aad57461
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints63
Best CPU time to get the best result obtained on this benchmark12.6151
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints547
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension547
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:37:25 2008
0.00/0.05	c 0	PID 8300
0.03/0.05	c 0	HOST node50.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127868-1216777045.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-1127868-1216777045.xml' 'HOME/temp.csp'
0.03/0.65	c 1	1 domains, 80 variables, 0 predicates, 11 relations, 547 constraints
0.03/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	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.03/0.78	c 1	Parsing HOME/temp.csp
0.38/0.89	c 1	parsed 639 expressions
0.38/0.90	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.91	c 1	MAX CSP: 547 constraints
0.38/0.91	c 1	Converting to clausal form CSP
0.38/0.95	c 1	converted 119 (10%) expressions
0.38/0.96	c 1	converted 238 (20%) expressions
0.38/0.97	c 1	converted 357 (30%) expressions
0.38/0.98	c 1	converted 476 (40%) expressions
0.38/0.99	c 1	converted 595 (50%) expressions
0.67/1.00	c 1	converted 714 (60%) expressions
0.67/1.01	c 1	converted 833 (70%) expressions
0.67/1.02	c 1	converted 952 (80%) expressions
0.67/1.03	c 1	converted 1071 (90%) expressions
0.87/1.21	c 1	converted 1189 (100%) expressions
0.87/1.21	c 1	CSP : 1174 integers, 0 booleans, 1640 clauses, largest domain size 821
0.87/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.21	c 1	Propagation in CSP
0.87/1.25	c 1	543 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.87/1.25	c 1	CSP : 1174 integers, 0 booleans, 1640 clauses, largest domain size 548
0.87/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.26	c 1	Simplifing CSP by introducing new Boolean variables
0.87/1.26	c 1	CSP : 1174 integers, 0 booleans, 1640 clauses, largest domain size 548
0.87/1.26	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.97/1.30	c 1	118 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.30	c 1	235 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.30	c 1	353 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.30	c 1	470 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.31	c 1	587 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.32	c 1	705 (60%) CSP integer variables are encoded (924 clauses, 11333 bytes)
0.97/1.32	c 1	822 (70%) CSP integer variables are encoded (1609 clauses, 20238 bytes)
0.97/1.32	c 1	940 (80%) CSP integer variables are encoded (2657 clauses, 33862 bytes)
0.97/1.33	c 1	1057 (90%) CSP integer variables are encoded (6103 clauses, 78660 bytes)
0.97/1.33	c 1	1174 (100%) CSP integer variables are encoded (8827 clauses, 114075 bytes)
0.97/1.35	c 2	164 (10%) CSP clauses are encoded (8997 clauses, 116290 bytes)
0.97/1.37	c 2	328 (20%) CSP clauses are encoded (9165 clauses, 118606 bytes)
0.97/1.38	c 2	492 (30%) CSP clauses are encoded (9333 clauses, 120908 bytes)
1.07/1.40	c 2	656 (40%) CSP clauses are encoded (11400 clauses, 155716 bytes)
1.07/1.44	c 2	820 (50%) CSP clauses are encoded (29978 clauses, 491219 bytes)
1.07/1.46	c 2	984 (60%) CSP clauses are encoded (35725 clauses, 591994 bytes)
1.17/1.56	c 2	1148 (70%) CSP clauses are encoded (89255 clauses, 1572162 bytes)
1.17/1.57	c 2	1312 (80%) CSP clauses are encoded (95790 clauses, 1687021 bytes)
1.37/1.73	c 2	1476 (90%) CSP clauses are encoded (153676 clauses, 2710524 bytes)
1.77/2.17	c 2	1640 (100%) CSP clauses are encoded (400781 clauses, 7255371 bytes)
1.77/2.17	c 2	1640 CSP clauses encoded
1.77/2.17	c 2	Writing map file : HOME/temp.map
1.77/2.18	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.77/2.18	c 2	SAT : 10001 SAT variables, 400781 SAT clauses, 7255371 bytes
1.77/2.18	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/2.22	c 2	OBJECTIVE minimize _COST
1.85/2.22	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.85/2.22	c 2	SEARCHING: _COST <= 274
1.85/2.22	c 2	SOLVING HOME/temp.cnf
1.85/2.22	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.85/2.22	c 2	This is MiniSat 2.0 beta
1.85/2.22	c 2	WARNING: for repeatability, setting FPU to use double precision
1.85/2.22	c 2	============================[ Problem Statistics ]=============================
1.85/2.22	c 2	|                                                                             |
1.85/2.22	c 2	|  Number of variables:  10001                                                |
1.85/2.22	c 2	|  Number of clauses:    400782                                               |
1.86/2.42	c 3	|  Parsing time:         0.17         s                                       |
1.86/2.54	c 3	============================[ Search Statistics ]==============================
1.86/2.54	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/2.54	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/2.54	c 3	===============================================================================
1.86/2.54	c 3	|         0 |    7271   256413   750100 |    85471        0    nan |  0.000 % |
1.86/2.61	c 3	|       102 |    7253   256413   750100 |    94018      100     17 | 27.537 % |
1.86/2.68	c 3	|       253 |    7253   256413   750100 |   103419      251     32 | 27.537 % |
1.86/2.70	c 3	===============================================================================
1.86/2.70	c 3	restarts              : 3
1.86/2.70	c 3	conflicts             : 280            (621 /sec)
1.86/2.70	c 3	decisions             : 1352           (1.04 % random) (2998 /sec)
1.86/2.70	c 3	propagations          : 168714         (374146 /sec)
1.86/2.70	c 3	conflict literals     : 8527           (12.87 % deleted)
1.86/2.70	c 3	Memory used           : 17.93 MB
1.86/2.70	c 3	CPU time              : 0.450931 s
1.86/2.70	c 3	
1.86/2.70	c 3	SATISFIABLE
1.86/2.71	c 3	FOUND: _COST <= 274
1.86/2.71	s SATISFIABLE
1.86/2.71	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.86/2.71	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.35/2.81	c 3	Decoding HOME/temp.out
2.35/2.91	c 3	OBJECTIVE _COST 274
2.35/2.91	o 274
2.35/2.91	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 0 1 1 1 1 1 0 0 1 1 0 0 0 1 0 1 0 0 1 1 1 0 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 1 1
2.35/2.91	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.35/2.97	c 3	OBJECTIVE BOUND: 0 <= _COST <= 274
2.35/2.97	c 3	SEARCHING: _COST <= 137
2.35/2.97	c 3	SOLVING HOME/temp.cnf
2.35/2.97	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.35/2.97	c 3	This is MiniSat 2.0 beta
2.35/2.97	c 3	WARNING: for repeatability, setting FPU to use double precision
2.35/2.97	c 3	============================[ Problem Statistics ]=============================
2.35/2.97	c 3	|                                                                             |
2.35/2.98	c 3	|  Number of variables:  10001                                                |
2.35/2.98	c 3	|  Number of clauses:    400782                                               |
2.52/3.17	c 3	|  Parsing time:         0.16         s                                       |
2.83/3.32	c 3	============================[ Search Statistics ]==============================
2.83/3.32	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.83/3.32	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.83/3.32	c 3	===============================================================================
2.83/3.32	c 3	|         0 |    5764   167911   488978 |    55970        0    nan |  0.000 % |
2.92/3.40	c 4	|       101 |    5758   167911   488978 |    61567       99     14 | 42.646 % |
2.92/3.44	c 4	|       252 |    5758   167911   488978 |    67724      250     24 | 42.646 % |
2.92/3.46	c 4	===============================================================================
2.92/3.46	c 4	restarts              : 3
2.92/3.46	c 4	conflicts             : 343            (761 /sec)
2.92/3.46	c 4	decisions             : 988            (1.42 % random) (2191 /sec)
2.92/3.46	c 4	propagations          : 200438         (444498 /sec)
2.92/3.46	c 4	conflict literals     : 8866           (17.47 % deleted)
2.92/3.46	c 4	Memory used           : 18.06 MB
2.92/3.46	c 4	CPU time              : 0.450931 s
2.92/3.46	c 4	
2.92/3.47	c 4	SATISFIABLE
2.92/3.47	c 4	FOUND: _COST <= 137
2.92/3.47	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.92/3.47	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.02/3.55	c 4	Decoding HOME/temp.out
3.02/3.65	c 4	OBJECTIVE _COST 127
3.02/3.65	o 127
3.02/3.65	v 1 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 0 0 1 1
3.02/3.66	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.02/3.68	c 4	OBJECTIVE BOUND: 0 <= _COST <= 127
3.02/3.68	c 4	SEARCHING: _COST <= 63
3.02/3.68	c 4	SOLVING HOME/temp.cnf
3.02/3.68	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.02/3.68	c 4	This is MiniSat 2.0 beta
3.02/3.68	c 4	WARNING: for repeatability, setting FPU to use double precision
3.02/3.68	c 4	============================[ Problem Statistics ]=============================
3.02/3.68	c 4	|                                                                             |
3.02/3.68	c 4	|  Number of variables:  10001                                                |
3.02/3.68	c 4	|  Number of clauses:    400782                                               |
3.23/3.90	c 4	|  Parsing time:         0.19         s                                       |
3.23/4.07	c 4	============================[ Search Statistics ]==============================
3.23/4.07	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.23/4.07	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.23/4.07	c 4	===============================================================================
3.23/4.07	c 4	|         0 |    4690    89574   257115 |    29858        0    nan |  0.000 % |
3.23/4.11	c 4	|       100 |    4684    89574   257115 |    32843       98     14 | 53.485 % |
3.23/4.15	c 4	|       251 |    4684    89574   257115 |    36128      249     15 | 53.485 % |
3.23/4.19	c 4	|       477 |    4684    89574   257115 |    39740      475     17 | 53.485 % |
3.23/4.24	c 4	|       815 |    4684    89574   257115 |    43715      813     18 | 53.485 % |
3.83/4.32	c 4	|      1321 |    4652    87681   251565 |    48086     1319     18 | 53.485 % |
3.93/4.44	c 5	|      2080 |    4652    87681   251565 |    52895     2078     18 | 53.485 % |
4.13/4.64	c 5	|      3222 |    4652    87681   251565 |    58184     3220     18 | 53.485 % |
4.43/4.95	c 5	|      4931 |    4652    87681   251565 |    64003     4929     18 | 53.485 % |
4.93/5.44	c 6	|      7493 |    4652    87681   251565 |    70403     7491     17 | 53.485 % |
5.73/6.22	c 6	|     11337 |    4652    87681   251565 |    77443    11335     17 | 53.485 % |
7.12/7.63	c 8	|     17103 |    4652    87681   251565 |    85188    17101     20 | 53.485 % |
9.90/10.49	c 11	|     25752 |    4652    87681   251565 |    93707    25750     21 | 53.485 % |
14.97/15.58	c 16	|     38728 |    4652    87681   251565 |   103077    38726     22 | 53.485 % |
26.52/27.14	c 27	|     58192 |    4652    87681   251565 |   113385    58190     27 | 53.485 % |
50.20/50.99	c 51	|     87386 |    4652    87681   251565 |   124724    87384     29 | 53.485 % |
95.58/96.51	c 97	|    131176 |    4652    87681   251565 |   137196   131174     29 | 53.485 % |
152.30/153.58	c 154	|    196860 |    4652    87681   251565 |   150916    66279     31 | 53.485 % |
278.39/280.28	c 280	|    295387 |    4652    87681   251565 |   166008    22644     26 | 53.485 % |
458.21/460.92	c 461	|    443176 |    4652    87681   251565 |   182608   170433     31 | 53.485 % |
735.75/739.87	c 740	|    664859 |    4652    87681   251565 |   200869    48319     29 | 53.485 % |
1214.41/1220.89	c 1221	|    997384 |    4652    87681   251565 |   220956   192862     30 | 53.485 % |
2023.50/2036.31	c 2036	|   1496172 |    4652    87681   251565 |   243052    64355     29 | 53.485 % |
3214.86/3232.64	c 3233	|   2244355 |    4652    87681   251565 |   267357   121035     31 | 53.485 % |
3600.07/3619.42	c ERROR unknown output  in HOME/temp.out
3600.07/3619.42	c 3620	CPU 2.91 (0.05 0.01 2.86 0.31)
3600.07/3619.42	c 3620	END Wed Jul 23 04:37:45 2008
3600.07/3619.42	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	108	439
108 unsatisfied constraints, 439 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-1127868-1216777045/watcher-1127868-1216777045 -o /tmp/evaluation-result-1127868-1216777045/solver-1127868-1216777045 -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-1127868-1216777045.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.00 1.00 1.00 4/72 8300
/proc/meminfo: memFree=1296968/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=12272 CPUtime=0
/proc/8300/stat : 8300 (sugar) R 8298 8300 8231 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 4793088 12566528 346 996147200 4194304 4206940 548682068592 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 0 0 0
/proc/8300/statm: 3068 347 257 3 0 168 0

[startup+0.050715 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8300
/proc/meminfo: memFree=1296968/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13600 CPUtime=0.03
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4793088 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102704 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8300
/proc/meminfo: memFree=1296968/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13600 CPUtime=0.03
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 4793088 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30174 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8300
/proc/meminfo: memFree=1296968/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13600 CPUtime=0.03
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 4793088 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702808 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8300
/proc/meminfo: memFree=1296968/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13600 CPUtime=0.03
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 916 127 0 0 3 0 0 0 16 0 1 0 4793088 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 8343
/proc/meminfo: memFree=1258576/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13600 CPUtime=0.4
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 974 4462 0 78 4 1 27 8 15 0 1 0 4793088 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3400 797 370 3 0 500 0
[pid=8330] ppid=8300 vsize=5356 CPUtime=0
/proc/8330/stat : 8330 (sh) S 8300 8300 8231 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 4793158 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8330/statm: 1339 233 193 169 0 50 0
[pid=8331] ppid=8330 vsize=868380 CPUtime=0.77
/proc/8331/stat : 8331 (java) S 8330 8300 8231 0 -1 0 6511 0 2 0 73 4 0 0 18 0 9 0 4793159 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 217095 5724 2563 9 0 211642 0
[pid=8331/tid=8332] ppid=8330 vsize=868380 CPUtime=0.43
/proc/8331/task/8332/stat : 8332 (java) R 8330 8300 8231 0 -1 64 2741 0 2 0 41 2 0 0 18 0 9 0 4793160 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8337] ppid=8330 vsize=868380 CPUtime=0.06
/proc/8331/task/8337/stat : 8337 (java) S 8330 8300 8231 0 -1 64 1593 0 0 0 6 0 0 0 16 0 9 0 4793161 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8338] ppid=8330 vsize=868380 CPUtime=0
/proc/8331/task/8338/stat : 8338 (java) S 8330 8300 8231 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4793161 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8339] ppid=8330 vsize=868380 CPUtime=0
/proc/8331/task/8339/stat : 8339 (java) S 8330 8300 8231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4793161 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8340] ppid=8330 vsize=868380 CPUtime=0
/proc/8331/task/8340/stat : 8340 (java) S 8330 8300 8231 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4793163 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8330 vsize=868380 CPUtime=0.24
/proc/8331/task/8341/stat : 8341 (java) S 8330 8300 8231 0 -1 64 1484 0 0 0 24 0 0 0 16 0 9 0 4793163 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8342] ppid=8330 vsize=868380 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8330 8300 8231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4793163 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8330 vsize=868380 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8330 8300 8231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4793163 889221120 5724 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 887336

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 8343
/proc/meminfo: memFree=1230928/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=2.52
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1191 20067 0 81 4 1 223 24 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 13732

[startup+6.30276 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 8390
/proc/meminfo: memFree=1219344/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 15 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=18896 CPUtime=2.6
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 4535 0 0 0 258 2 0 0 25 0 1 0 4793456 19349504 4521 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 4724 4521 75 150 0 4571 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 37984

[startup+12.7018 s]
/proc/loadavg: 1.23 1.05 1.02 3/76 8390
/proc/meminfo: memFree=1219088/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=19032 CPUtime=8.96
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 4583 0 0 0 894 2 0 0 25 0 1 0 4793456 19488768 4569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 4758 4569 75 150 0 4605 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 38120

[startup+25.503 s]
/proc/loadavg: 1.40 1.09 1.03 3/76 8390
/proc/meminfo: memFree=1218896/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=19248 CPUtime=21.7
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 4632 0 0 0 2168 2 0 0 25 0 1 0 4793456 19709952 4618 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 4812 4618 75 150 0 4659 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 38336

[startup+51.1023 s]
/proc/loadavg: 1.60 1.17 1.05 3/76 8390
/proc/meminfo: memFree=1208656/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=24792 CPUtime=47.17
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 6008 0 0 0 4713 4 0 0 25 0 1 0 4793456 25387008 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 6198 5994 75 150 0 6045 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 43880

[startup+102.308 s]
/proc/loadavg: 1.83 1.29 1.10 3/76 8390
/proc/meminfo: memFree=1193424/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=32312 CPUtime=98.13
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 7874 0 0 0 9807 6 0 0 25 0 1 0 4793456 33087488 7860 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 8078 7860 75 150 0 7925 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 51400

[startup+162.303 s]
/proc/loadavg: 1.93 1.42 1.16 3/76 8390
/proc/meminfo: memFree=1184976/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=34272 CPUtime=157.83
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 8287 0 0 0 15777 6 0 0 25 0 1 0 4793456 35094528 8273 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 8568 8273 75 150 0 8415 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 53360

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.21 3/76 8390
/proc/meminfo: memFree=1178128/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=34768 CPUtime=217.53
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 8428 0 0 0 21747 6 0 0 25 0 1 0 4793456 35602432 8414 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/8390/statm: 8692 8414 75 150 0 8539 0
Current children cumulated CPU time (s) 220.76
Current children cumulated vsize (KiB) 53856

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

/proc/meminfo: memFree=1030480/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=66796 CPUtime=3081.87
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 15808 0 0 0 308165 22 0 0 25 0 1 0 4793456 68399104 15778 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 16699 15778 75 150 0 16546 0
Current children cumulated CPU time (s) 3085.1
Current children cumulated vsize (KiB) 85884

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1029584/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=67592 CPUtime=3141.62
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 16015 0 0 0 314140 22 0 0 25 0 1 0 4793456 69214208 15985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 16898 15985 75 150 0 16745 0
Current children cumulated CPU time (s) 3144.85
Current children cumulated vsize (KiB) 86680

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1029520/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=67736 CPUtime=3201.37
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 16037 0 0 0 320115 22 0 0 25 0 1 0 4793456 69361664 16007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 16934 16007 75 150 0 16781 0
Current children cumulated CPU time (s) 3204.6
Current children cumulated vsize (KiB) 86824

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1028944/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=68040 CPUtime=3261.13
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 16096 0 0 0 326091 22 0 0 25 0 1 0 4793456 69672960 16066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 17010 16066 75 150 0 16857 0
Current children cumulated CPU time (s) 3264.36
Current children cumulated vsize (KiB) 87128

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1028432/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=68204 CPUtime=3320.87
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 16127 0 0 0 332065 22 0 0 25 0 1 0 4793456 69840896 16097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 17051 16097 75 150 0 16898 0
Current children cumulated CPU time (s) 3324.1
Current children cumulated vsize (KiB) 87292

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1027600/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=69300 CPUtime=3380.64
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 16334 0 0 0 338041 23 0 0 25 0 1 0 4793456 70963200 16304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 17325 16304 75 150 0 17172 0
Current children cumulated CPU time (s) 3383.87
Current children cumulated vsize (KiB) 88388

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1026512/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=70184 CPUtime=3440.38
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 16585 0 0 0 344015 23 0 0 25 0 1 0 4793456 71868416 16555 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 17546 16555 75 150 0 17393 0
Current children cumulated CPU time (s) 3443.61
Current children cumulated vsize (KiB) 89272

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1024016/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=72692 CPUtime=3500.13
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 17209 0 0 0 349989 24 0 0 25 0 1 0 4793456 74436608 17179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 18173 17179 75 150 0 18020 0
Current children cumulated CPU time (s) 3503.36
Current children cumulated vsize (KiB) 91780

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1023888/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=72692 CPUtime=3559.89
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 17211 0 0 0 355965 24 0 0 25 0 1 0 4793456 74436608 17181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 18173 17181 75 150 0 18020 0
Current children cumulated CPU time (s) 3563.12
Current children cumulated vsize (KiB) 91780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 8894
/proc/meminfo: memFree=1023888/2055920 swapFree=4192956/4192956
[pid=8300] ppid=8298 vsize=13732 CPUtime=3.23
/proc/8300/stat : 8300 (sugar) S 8298 8300 8231 0 -1 4194304 1308 28687 0 82 5 1 286 31 16 0 1 0 4793088 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8300/statm: 3433 819 374 3 0 533 0
[pid=8389] ppid=8300 vsize=5356 CPUtime=0
/proc/8389/stat : 8389 (sh) S 8300 8300 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4793456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8389/statm: 1339 232 193 169 0 50 0
[pid=8390] ppid=8389 vsize=72692 CPUtime=3596.84
/proc/8390/stat : 8390 (minisat) R 8389 8300 8231 0 -1 4194304 17211 0 0 0 359660 24 0 0 25 0 1 0 4793456 74436608 17181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8390/statm: 18173 17181 75 150 0 18020 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 91780

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

Real time (s): 3619.42
CPU time (s): 3600.07
CPU user time (s): 3599.51
CPU system time (s): 0.56
CPU usage (%): 99.4653
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.91656
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30338
page faults= 82
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4341
involuntary context switches= 3906

runsolver used 4.26435 second user time and 12.2101 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-23 03:37:25
IDJOB=1127868
IDBENCH=64097
IDSOLVER=368
FILE ID=node50/1127868-1216777045
PBS_JOBID= 7974238
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-600-364043_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-1127868-1216777045/watcher-1127868-1216777045 -o /tmp/evaluation-result-1127868-1216777045/solver-1127868-1216777045 -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-1127868-1216777045.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec8efd56c7bdae39671ea9a8aad57461
RANDOM SEED=867335533

node50.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.279
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.279
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:       1297648 kB
Buffers:         26796 kB
Cached:         664764 kB
SwapCached:          0 kB
Active:         238264 kB
Inactive:       468092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          24832 kB
Slab:            37300 kB
Committed_AS:    80300 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node50 at 2008-07-23 04:37:47