Trace number 1127875

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.11 3636.14

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-800-815444_ext.xml
MD5SUMcaebe558b67ad05b55f03651351de0e0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints107
Best CPU time to get the best result obtained on this benchmark717.983
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints717
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension717
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.09/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.09/0.20	c 0	BEGIN Wed Jul 23 03:38:01 2008
0.09/0.20	c 0	PID 8334
0.09/0.20	c 0	HOST node49.alineos.net
0.09/0.20	c 0	CONVERTING HOME/instance-1127875-1216777081.xml TO HOME/temp.csp
0.09/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127875-1216777081.xml' 'HOME/temp.csp'
0.09/0.53	c 1	1 domains, 80 variables, 0 predicates, 13 relations, 717 constraints
0.09/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.09/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.62	c 1	Parsing HOME/temp.csp
0.44/0.76	c 1	parsed 811 expressions
0.44/0.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.78	c 1	MAX CSP: 717 constraints
0.44/0.78	c 1	Converting to clausal form CSP
0.44/0.85	c 1	converted 154 (10%) expressions
0.44/0.86	c 1	converted 307 (20%) expressions
0.44/0.87	c 1	converted 460 (30%) expressions
0.44/0.88	c 1	converted 613 (40%) expressions
0.44/0.89	c 1	converted 766 (50%) expressions
0.44/0.90	c 1	converted 919 (60%) expressions
0.44/0.91	c 1	converted 1072 (70%) expressions
0.44/0.98	c 1	converted 1225 (80%) expressions
0.44/0.98	c 1	converted 1378 (90%) expressions
0.84/1.10	c 1	converted 1531 (100%) expressions
0.95/1.10	c 1	CSP : 1514 integers, 0 booleans, 2150 clauses, largest domain size 1076
0.95/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.10	c 1	Propagation in CSP
0.95/1.15	c 1	711 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.15	c 1	CSP : 1514 integers, 0 booleans, 2150 clauses, largest domain size 718
0.95/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.15	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.16	c 1	CSP : 1514 integers, 0 booleans, 2150 clauses, largest domain size 718
0.95/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.19	c 1	152 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.20	c 1	303 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.20	c 1	455 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.20	c 1	606 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.20	c 1	757 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.21	c 1	909 (60%) CSP integer variables are encoded (1303 clauses, 16600 bytes)
1.04/1.21	c 1	1060 (70%) CSP integer variables are encoded (2235 clauses, 28716 bytes)
1.04/1.22	c 1	1212 (80%) CSP integer variables are encoded (3677 clauses, 47462 bytes)
1.04/1.22	c 1	1363 (90%) CSP integer variables are encoded (10092 clauses, 133710 bytes)
1.04/1.23	c 1	1514 (100%) CSP integer variables are encoded (11889 clauses, 160665 bytes)
1.04/1.25	c 1	215 (10%) CSP clauses are encoded (12112 clauses, 163579 bytes)
1.04/1.27	c 1	430 (20%) CSP clauses are encoded (12332 clauses, 166630 bytes)
1.04/1.29	c 1	645 (30%) CSP clauses are encoded (12554 clauses, 169704 bytes)
1.13/1.31	c 1	860 (40%) CSP clauses are encoded (15895 clauses, 226686 bytes)
1.13/1.37	c 1	1075 (50%) CSP clauses are encoded (47578 clauses, 801443 bytes)
1.13/1.39	c 1	1290 (60%) CSP clauses are encoded (57073 clauses, 969337 bytes)
1.35/1.54	c 2	1505 (70%) CSP clauses are encoded (148246 clauses, 2642214 bytes)
1.44/1.66	c 2	1720 (80%) CSP clauses are encoded (175526 clauses, 3109477 bytes)
1.85/2.06	c 2	1935 (90%) CSP clauses are encoded (420740 clauses, 7892568 bytes)
2.24/2.49	c 3	2150 (100%) CSP clauses are encoded (678661 clauses, 13410552 bytes)
2.24/2.49	c 3	2150 CSP clauses encoded
2.24/2.50	c 3	Writing map file : HOME/temp.map
2.34/2.51	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.34/2.51	c 3	SAT : 13403 SAT variables, 678661 SAT clauses, 13410552 bytes
2.34/2.51	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.34/2.53	c 3	OBJECTIVE minimize _COST
2.34/2.53	c 3	SOLVING HOME/temp.cnf
2.34/2.53	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.34/2.53	c 3	This is MiniSat 2.0 beta incremental
2.34/2.53	c 3	WARNING: for repeatability, setting FPU to use double precision
2.34/2.53	c 3	============================[ Problem Statistics ]=============================
2.34/2.53	c 3	|                                                                             |
2.34/2.53	c 3	|  Number of variables:  13403                                                |
2.34/2.53	c 3	|  Number of clauses:    678661                                               |
2.39/2.84	c 3	|  Parsing time:         0.27         s                                       |
2.39/2.85	c 3	OK
2.39/2.85	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.39/2.85	c 3	SEARCHING: _COST <= 359
2.39/2.85	c 3	============================[ Search Statistics ]==============================
2.39/2.85	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.85	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.85	c 3	===============================================================================
2.39/2.85	c 3	|         0 |   13403   678661  1999560 |   226220        0    nan |  0.000 % |
2.39/3.16	c 3	|       100 |   13398   678661  1999560 |   248842       99     24 |  0.084 % |
2.39/3.18	c 3	===============================================================================
2.39/3.18	c 3	restarts              : 2
2.39/3.18	c 3	conflicts             : 107           (175 /sec)
2.39/3.18	c 3	decisions             : 707           (0.42 % random) (1155 /sec)
2.39/3.18	c 3	propagations          : 203198         (332074 /sec)
2.39/3.18	c 3	conflict literals     : 2519           (15.50 % deleted)
2.39/3.18	c 3	Memory used           : 29.79 MB
2.39/3.18	c 3	CPU time              : 0.611906 s
2.39/3.18	c 3	
2.39/3.18	c 3	SATISFIABLE
2.39/3.19	c 3	OK
2.39/3.19	c 3	FOUND: _COST <= 359
2.39/3.19	s SATISFIABLE
2.39/3.19	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.39/3.19	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.04/3.28	c 3	Decoding HOME/temp.out
3.23/3.40	c 3	OBJECTIVE _COST 359
3.23/3.40	o 359
3.23/3.41	v 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 0 1 1 1 1 1 0 1
3.23/3.41	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.23/3.46	c 4	OK
3.23/3.46	c 4	OBJECTIVE BOUND: 0 <= _COST <= 359
3.23/3.46	c 4	SEARCHING: _COST <= 179
3.23/3.47	c 4	============================[ Search Statistics ]==============================
3.23/3.48	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.23/3.48	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.23/3.48	c 4	===============================================================================
3.23/3.48	c 4	|       107 |   13392   678661  1999560 |   226220      106     24 |  0.084 % |
3.30/3.57	c 4	|       208 |   13391   678661  1999560 |   248842      207     19 | 26.794 % |
3.40/3.62	c 4	|       360 |   13391   678661  1999560 |   273726      359     18 | 26.794 % |
3.50/3.73	c 4	|       585 |   13391   678661  1999560 |   301099      584     20 | 26.794 % |
3.70/3.92	c 4	|       923 |   13391   678661  1999560 |   331209      922     22 | 26.794 % |
3.99/4.26	c 4	|      1430 |   13391   678661  1999560 |   364330     1429     20 | 26.794 % |
4.48/4.73	c 5	|      2192 |   13391   678661  1999560 |   400763     2191     20 | 26.794 % |
5.19/5.45	c 5	|      3332 |   13391   678661  1999560 |   440839     3331     21 | 26.794 % |
7.56/7.81	c 8	|      5040 |   13391   678661  1999560 |   484923     5039     27 | 26.794 % |
9.25/9.59	c 10	|      7602 |    9812   433140  1273420 |   533415     7601     34 | 26.794 % |
10.93/11.20	c 11	|     11446 |    9812   433140  1273420 |   586757    11445     36 | 26.794 % |
11.23/11.58	c 12	===============================================================================
11.23/11.58	c 12	restarts              : 13
11.23/11.58	c 12	conflicts             : 12381         (1431 /sec)
11.23/11.58	c 12	decisions             : 17172         (0.60 % random) (1985 /sec)
11.23/11.58	c 12	propagations          : 6800158        (785992 /sec)
11.23/11.58	c 12	conflict literals     : 448574         (18.33 % deleted)
11.23/11.58	c 12	Memory used           : 30.30 MB
11.23/11.58	c 12	CPU time              : 8.65168 s
11.23/11.58	c 12	
11.23/11.58	c 12	SATISFIABLE
11.23/11.58	c 12	OK
11.23/11.58	c 12	FOUND: _COST <= 179
11.23/11.58	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.23/11.58	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.31/11.67	c 12	Decoding HOME/temp.out
11.31/11.79	c 12	OBJECTIVE _COST 179
11.31/11.79	o 179
11.31/11.79	v 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 0 0 1 1 1 0 1 0 1 1 0 1 1 1 0 1 0 0 1 1 0 0 0 1 1 1 1
11.31/11.80	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.56/11.94	c 12	OK
11.56/11.94	c 12	OBJECTIVE BOUND: 0 <= _COST <= 179
11.56/11.94	c 12	SEARCHING: _COST <= 89
11.56/11.94	c 12	============================[ Search Statistics ]==============================
11.56/11.94	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.56/11.94	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.56/11.94	c 12	===============================================================================
11.56/11.94	c 12	|     12381 |    7830   282026   825844 |    94008    12337     36 | 26.794 % |
11.66/12.04	c 12	|     12483 |    7830   282026   825844 |   103409    12439     36 | 41.581 % |
11.75/12.13	c 12	|     12635 |    7830   282026   825844 |   113750    12591     36 | 41.581 % |
11.85/12.21	c 12	|     12861 |    7830   282026   825844 |   125125    12817     36 | 41.581 % |
11.95/12.36	c 12	|     13200 |    7830   282026   825844 |   137638    13156     35 | 41.581 % |
12.15/12.53	c 13	|     13706 |    7830   282026   825844 |   151401    13662     34 | 41.581 % |
12.35/12.78	c 13	|     14465 |    7830   282026   825844 |   166542    14421     33 | 41.581 % |
12.94/13.36	c 13	|     15605 |    7830   282026   825844 |   183196    15561     33 | 41.581 % |
13.64/14.03	c 14	|     17314 |    7830   282026   825844 |   201515    17270     32 | 41.581 % |
14.92/15.31	c 15	|     19876 |    7830   282026   825844 |   221667    19832     31 | 41.581 % |
16.70/17.15	c 17	|     23720 |    7830   282026   825844 |   243834    23676     30 | 41.581 % |
19.08/19.56	c 20	|     29488 |    7830   282026   825844 |   268217    29444     28 | 41.581 % |
23.34/23.87	c 24	|     38139 |    7830   282026   825844 |   295039    38095     26 | 41.581 % |
31.46/32.02	c 32	|     51113 |    7830   282026   825844 |   324543    51069     25 | 41.581 % |
45.53/46.25	c 46	|     70574 |    7830   282026   825844 |   356997    70530     29 | 41.581 % |
75.26/76.28	c 76	|     99766 |    7830   282026   825844 |   392697    99722     29 | 41.581 % |
132.94/134.45	c 134	|    143557 |    7830   282026   825844 |   431967   143513     30 | 41.581 % |
242.77/245.23	c 245	|    209241 |    7830   282026   825844 |   475164   209197     30 | 41.581 % |
446.86/451.15	c 451	|    307767 |    7830   282026   825844 |   522680   307723     33 | 41.581 % |
890.40/898.68	c 899	|    455558 |    7830   282026   825844 |   574948   455514     34 | 41.581 % |
1469.32/1486.88	c 1487	|    677242 |    7830   282026   825844 |   632443   112188     33 | 41.581 % |
2319.81/2344.71	c 2345	|   1009769 |    7830   282026   825844 |   695687   444715     34 | 41.581 % |
3600.05/3636.11	c ERROR INTERRUPTED
3600.05/3636.13	c 3636	CPU 3599.39 (0.06 0.05 3599.33 0.65)
3600.05/3636.13	c 3636	END Wed Jul 23 04:38:37 2008

Verifier Data (download as text)

OK	163	554
163 unsatisfied constraints, 554 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-1127875-1216777081/watcher-1127875-1216777081 -o /tmp/evaluation-result-1127875-1216777081/solver-1127875-1216777081 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127875-1216777081.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/69 8334
/proc/meminfo: memFree=1262688/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=12268 CPUtime=0
/proc/8334/stat : 8334 (sugar++) D 8330 8334 8270 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4793409 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 224627751525 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/8334/statm: 3067 316 241 3 0 167 0

[startup+0.042827 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 8334
/proc/meminfo: memFree=1262688/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=12544 CPUtime=0.01
/proc/8334/stat : 8334 (sugar++) R 8330 8334 8270 0 -1 4194304 484 0 0 0 0 1 0 0 18 0 1 0 4793409 12845056 452 996147200 4194304 4206940 548682068528 18446744073709551615 224627457027 0 0 4224 0 0 0 0 17 0 0 0
/proc/8334/statm: 3136 452 291 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.101757 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 8334
/proc/meminfo: memFree=1262688/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=13336 CPUtime=0.05
/proc/8334/stat : 8334 (sugar++) D 8330 8334 8270 0 -1 4194304 723 0 0 0 2 3 0 0 18 0 1 0 4793409 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/8334/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13336

[startup+0.301803 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 8334
/proc/meminfo: memFree=1262688/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16740 CPUtime=0.09
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1219 128 0 0 5 4 0 0 18 0 1 0 4793409 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.701891 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 8334
/proc/meminfo: memFree=1262688/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16740 CPUtime=0.44
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1296 4531 0 2 5 4 32 3 16 0 1 0 4793409 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50206 s]
/proc/loadavg: 1.00 1.00 1.00 7/91 8367
/proc/meminfo: memFree=1202584/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16740 CPUtime=0.45
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1297 4531 0 2 6 4 32 3 15 0 1 0 4793409 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8334/statm: 4185 1104 409 3 0 764 0
[pid=8358] ppid=8334 vsize=5356 CPUtime=0
/proc/8358/stat : 8358 (sh) S 8334 8334 8270 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4793464 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8358/statm: 1339 233 193 169 0 50 0
[pid=8359] ppid=8358 vsize=868352 CPUtime=0.9
/proc/8359/stat : 8359 (java) S 8358 8334 8270 0 -1 0 6664 0 4 0 85 5 0 0 18 0 9 0 4793464 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8359/statm: 217088 5815 2563 9 0 211635 0
[pid=8359/tid=8360] ppid=8358 vsize=868352 CPUtime=0.56
/proc/8359/task/8360/stat : 8360 (java) R 8358 8334 8270 0 -1 64 2779 0 4 0 53 3 0 0 21 0 9 0 4793465 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8359/tid=8361] ppid=8358 vsize=868352 CPUtime=0.07
/proc/8359/task/8361/stat : 8361 (java) S 8358 8334 8270 0 -1 64 1695 0 0 0 7 0 0 0 16 0 9 0 4793466 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8359/tid=8362] ppid=8358 vsize=868352 CPUtime=0
/proc/8359/task/8362/stat : 8362 (java) S 8358 8334 8270 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4793466 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8359/tid=8363] ppid=8358 vsize=868352 CPUtime=0
/proc/8359/task/8363/stat : 8363 (java) S 8358 8334 8270 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4793466 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8359/tid=8364] ppid=8358 vsize=868352 CPUtime=0
/proc/8359/task/8364/stat : 8364 (java) S 8358 8334 8270 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4793468 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8359/tid=8365] ppid=8358 vsize=868352 CPUtime=0.24
/proc/8359/task/8365/stat : 8365 (java) S 8358 8334 8270 0 -1 64 1498 0 0 0 24 0 0 0 16 0 9 0 4793468 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8359/tid=8366] ppid=8358 vsize=868352 CPUtime=0
/proc/8359/task/8366/stat : 8366 (java) S 8358 8334 8270 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4793468 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8359/tid=8367] ppid=8358 vsize=868352 CPUtime=0
/proc/8359/task/8367/stat : 8367 (java) S 8358 8334 8270 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4793468 889192448 5815 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 890448

[startup+3.10143 s]
/proc/loadavg: 1.08 1.02 1.01 4/91 8367
/proc/meminfo: memFree=1191384/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.39
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1483 11824 0 6 6 5 212 16 16 0 1 0 4793409 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1132 414 3 0 797 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 16872

[startup+6.30113 s]
/proc/loadavg: 1.08 1.02 1.01 3/82 8378
/proc/meminfo: memFree=1169240/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.61
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1568 15704 0 7 6 5 231 19 15 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=30896 CPUtime=3.47
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 7625 0 0 0 342 5 0 0 25 0 1 0 4793663 31637504 7572 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 7724 7572 80 151 0 7570 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 47768

[startup+12.7016 s]
/proc/loadavg: 1.14 1.03 1.01 3/82 8388
/proc/meminfo: memFree=1168680/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 15 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=31028 CPUtime=9.54
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 7690 0 0 0 949 5 0 0 25 0 1 0 4793663 31772672 7635 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 7757 7635 80 151 0 7603 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 47900

[startup+25.5014 s]
/proc/loadavg: 1.27 1.06 1.02 3/82 8388
/proc/meminfo: memFree=1168872/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=31192 CPUtime=22.21
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 7720 0 0 0 2216 5 0 0 25 0 1 0 4793663 31940608 7665 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 7798 7665 80 151 0 7644 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 48064

[startup+51.1011 s]
/proc/loadavg: 1.66 1.17 1.05 3/82 8388
/proc/meminfo: memFree=1124840/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=32480 CPUtime=47.58
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 8031 0 0 0 4752 6 0 0 25 0 1 0 4793663 33259520 7976 996147200 134512640 135134323 4294956192 18446744073709551615 134528305 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 8120 7976 80 151 0 7966 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 49352

[startup+102.306 s]
/proc/loadavg: 2.34 1.44 1.15 4/82 8388
/proc/meminfo: memFree=1107816/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=39892 CPUtime=98.32
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 9854 0 0 0 9824 8 0 0 25 0 1 0 4793663 40849408 9799 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 9973 9799 80 151 0 9819 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 56764

[startup+162.302 s]
/proc/loadavg: 2.60 1.66 1.24 4/82 8388
/proc/meminfo: memFree=1101288/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=46436 CPUtime=157.79
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 11449 0 0 0 15769 10 0 0 25 0 1 0 4793663 47550464 11394 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 11609 11394 80 151 0 11455 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 63308

[startup+222.303 s]
/proc/loadavg: 2.68 1.87 1.34 3/82 8388
/proc/meminfo: memFree=1095976/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=51760 CPUtime=217.25
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 12791 0 0 0 21713 12 0 0 25 0 1 0 4793663 53002240 12736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 12940 12736 80 151 0 12786 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 68632

[startup+282.301 s]
/proc/loadavg: 2.85 2.06 1.43 3/82 8388
/proc/meminfo: memFree=1090216/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=57784 CPUtime=276.73
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 14228 0 0 0 27659 14 0 0 25 0 1 0 4793663 59170816 14173 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 14446 14173 80 151 0 14292 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 74656

[startup+342.302 s]
/proc/loadavg: 2.58 2.13 1.50 4/82 8388
/proc/meminfo: memFree=1084392/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=63408 CPUtime=336.2
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 15651 0 0 0 33604 16 0 0 25 0 1 0 4793663 64929792 15596 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=8368] ppid=8334 vsize=127700 CPUtime=2889.6
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 31222 0 0 0 288926 34 0 0 25 0 1 0 4793663 130764800 31167 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 31925 31167 80 151 0 31771 0
Current children cumulated CPU time (s) 2892.41
Current children cumulated vsize (KiB) 144572

[startup+2982.3 s]
/proc/loadavg: 2.73 2.71 2.56 4/82 8892
/proc/meminfo: memFree=1018408/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=129540 CPUtime=2949.08
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 31690 0 0 0 294873 35 0 0 25 0 1 0 4793663 132648960 31635 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 32385 31635 80 151 0 32231 0
Current children cumulated CPU time (s) 2951.89
Current children cumulated vsize (KiB) 146412

[startup+3042.3 s]
/proc/loadavg: 2.82 2.74 2.58 4/82 8892
/proc/meminfo: memFree=1016552/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=131456 CPUtime=3008.57
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 32171 0 0 0 300822 35 0 0 25 0 1 0 4793663 134610944 32116 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 32864 32116 80 151 0 32710 0
Current children cumulated CPU time (s) 3011.38
Current children cumulated vsize (KiB) 148328

[startup+3102.3 s]
/proc/loadavg: 2.74 2.74 2.59 3/82 8892
/proc/meminfo: memFree=1014440/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=133536 CPUtime=3068.04
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 32680 0 0 0 306768 36 0 0 25 0 1 0 4793663 136740864 32625 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 33384 32625 80 151 0 33230 0
Current children cumulated CPU time (s) 3070.85
Current children cumulated vsize (KiB) 150408

[startup+3162.3 s]
/proc/loadavg: 2.53 2.69 2.58 4/82 8892
/proc/meminfo: memFree=1012712/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=135300 CPUtime=3127.54
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 33111 0 0 0 312717 37 0 0 25 0 1 0 4793663 138547200 33056 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 33825 33056 80 151 0 33671 0
Current children cumulated CPU time (s) 3130.35
Current children cumulated vsize (KiB) 152172

[startup+3222.3 s]
/proc/loadavg: 2.76 2.73 2.60 4/82 8892
/proc/meminfo: memFree=1011176/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=137088 CPUtime=3187.01
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 33558 0 0 0 318664 37 0 0 25 0 1 0 4793663 140378112 33503 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 34272 33503 80 151 0 34118 0
Current children cumulated CPU time (s) 3189.82
Current children cumulated vsize (KiB) 153960

[startup+3282.3 s]
/proc/loadavg: 2.56 2.67 2.58 4/82 8892
/proc/meminfo: memFree=1009000/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=138876 CPUtime=3246.5
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 34029 0 0 0 324612 38 0 0 25 0 1 0 4793663 142209024 33974 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 34719 33974 80 151 0 34565 0
Current children cumulated CPU time (s) 3249.31
Current children cumulated vsize (KiB) 155748

[startup+3342.3 s]
/proc/loadavg: 2.67 2.68 2.59 3/82 8892
/proc/meminfo: memFree=1007208/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=140888 CPUtime=3305.98
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 34495 0 0 0 330559 39 0 0 25 0 1 0 4793663 144269312 34440 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 35222 34440 80 151 0 35068 0
Current children cumulated CPU time (s) 3308.79
Current children cumulated vsize (KiB) 157760

[startup+3402.31 s]
/proc/loadavg: 2.70 2.69 2.60 4/82 8892
/proc/meminfo: memFree=1005480/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=142472 CPUtime=3365.46
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 34917 0 0 0 336507 39 0 0 25 0 1 0 4793663 145891328 34862 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 35618 34862 80 151 0 35464 0
Current children cumulated CPU time (s) 3368.27
Current children cumulated vsize (KiB) 159344

[startup+3462.3 s]
/proc/loadavg: 2.82 2.73 2.62 4/82 8892
/proc/meminfo: memFree=1003432/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=144188 CPUtime=3424.94
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 35361 0 0 0 342454 40 0 0 25 0 1 0 4793663 147648512 35306 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 36047 35306 80 151 0 35893 0
Current children cumulated CPU time (s) 3427.75
Current children cumulated vsize (KiB) 161060

[startup+3522.3 s]
/proc/loadavg: 2.69 2.71 2.62 4/82 8892
/proc/meminfo: memFree=1001896/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=145904 CPUtime=3484.42
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 35782 0 0 0 348402 40 0 0 25 0 1 0 4793663 149405696 35727 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 36476 35727 80 151 0 36322 0
Current children cumulated CPU time (s) 3487.23
Current children cumulated vsize (KiB) 162776

[startup+3582.3 s]
/proc/loadavg: 2.81 2.74 2.64 4/82 8892
/proc/meminfo: memFree=1000104/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=147356 CPUtime=3543.9
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 36178 0 0 0 354350 40 0 0 25 0 1 0 4793663 150892544 36123 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 36839 36123 80 151 0 36685 0
Current children cumulated CPU time (s) 3546.71
Current children cumulated vsize (KiB) 164228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.1 s]
/proc/loadavg: 2.67 2.71 2.63 4/82 8892
/proc/meminfo: memFree=998696/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=148676 CPUtime=3597.24
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 36544 0 0 0 359683 41 0 0 25 0 1 0 4793663 152244224 36489 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 37169 36489 80 151 0 37015 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 165548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+3636.1 s]
/proc/loadavg: 2.67 2.71 2.63 4/82 8892
/proc/meminfo: memFree=998696/2055920 swapFree=4192956/4192956
[pid=8334] ppid=8330 vsize=16872 CPUtime=2.81
/proc/8334/stat : 8334 (sugar++) S 8330 8334 8270 0 -1 4194304 1639 19583 0 8 6 5 249 21 16 0 1 0 4793409 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8334/statm: 4218 1133 414 3 0 797 0
[pid=8368] ppid=8334 vsize=148676 CPUtime=3597.24
/proc/8368/stat : 8368 (minisat-inc) R 8334 8334 8270 0 -1 4194304 36544 0 0 0 359683 41 0 0 25 0 1 0 4793663 152244224 36489 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8368/statm: 37169 36489 80 151 0 37015 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 165548

Child status: 0
Real time (s): 3636.14
CPU time (s): 3600.11
CPU user time (s): 3599.4
CPU system time (s): 0.713891
CPU usage (%): 99.0093
Max. virtual memory (cumulated for all children) (KiB): 890448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.4
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57846
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5465
involuntary context switches= 84315

runsolver used 4.02139 second user time and 9.69753 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-23 03:38:01
IDJOB=1127875
IDBENCH=64117
IDSOLVER=367
FILE ID=node49/1127875-1216777081
PBS_JOBID= 7974242
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-800-815444_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127875-1216777081/watcher-1127875-1216777081 -o /tmp/evaluation-result-1127875-1216777081/solver-1127875-1216777081 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127875-1216777081.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= caebe558b67ad05b55f03651351de0e0
RANDOM SEED=649627562

node49.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.278
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.278
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:       1263696 kB
Buffers:         32544 kB
Cached:         671800 kB
SwapCached:          0 kB
Active:         287104 kB
Inactive:       432480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:          24952 kB
Slab:            58092 kB
Committed_AS:    59396 kB
PageTables:       1588 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= 66540 MiB
End job on node49 at 2008-07-23 04:38:39