Trace number 1079886

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+minisatSAT 1054.61 1062.02

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-24_ext.xml
MD5SUM039c5f33cee89cf9d5edc6224d685ccc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.7394
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:40:30 2008
0.00/0.04	c 0	PID 2702
0.04/0.05	c 0	HOST node25.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1079886-1215211230.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079886-1215211230.xml' 'HOME/temp.csp'
0.04/0.72	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.81	c 1	Parsing HOME/temp.csp
1.94/2.09	c 2	parsed 141 expressions
2.04/2.10	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.04/2.10	c 2	Converting to clausal form CSP
2.04/2.13	c 2	converted 15 (10%) expressions
2.24/2.30	c 2	converted 29 (20%) expressions
2.24/2.30	c 2	converted 43 (30%) expressions
2.24/2.31	c 2	converted 57 (40%) expressions
2.24/2.33	c 2	converted 71 (50%) expressions
2.24/2.39	c 2	converted 85 (60%) expressions
2.44/2.50	c 3	converted 99 (70%) expressions
2.54/2.63	c 3	converted 113 (80%) expressions
2.84/2.93	c 3	converted 127 (90%) expressions
3.04/3.11	c 3	converted 141 (100%) expressions
3.04/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.04/3.11	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.04/3.11	c 3	Propagation in CSP
3.04/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.04/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.04/3.11	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.04/3.11	c 3	Simplifing CSP by introducing new Boolean variables
3.04/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.04/3.11	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.14/3.24	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.14/3.25	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.14/3.25	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.14/3.25	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.14/3.26	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.14/3.26	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.14/3.26	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.14/3.26	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.14/3.26	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.14/3.26	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.14/3.26	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.32/3.46	c 3	6 (10%) CSP clauses are encoded (11159 clauses, 241678 bytes)
3.53/3.60	c 4	12 (20%) CSP clauses are encoded (21920 clauses, 502755 bytes)
3.62/3.74	c 4	18 (30%) CSP clauses are encoded (32775 clauses, 773067 bytes)
3.72/3.87	c 4	24 (40%) CSP clauses are encoded (43596 clauses, 1041653 bytes)
3.92/4.01	c 4	30 (50%) CSP clauses are encoded (54410 clauses, 1310083 bytes)
4.02/4.15	c 4	36 (60%) CSP clauses are encoded (65169 clauses, 1577476 bytes)
4.12/4.29	c 4	42 (70%) CSP clauses are encoded (75989 clauses, 1864752 bytes)
4.31/4.43	c 4	48 (80%) CSP clauses are encoded (86816 clauses, 2154538 bytes)
4.41/4.57	c 5	54 (90%) CSP clauses are encoded (97672 clauses, 2445063 bytes)
4.61/4.70	c 5	60 (100%) CSP clauses are encoded (108478 clauses, 2734677 bytes)
4.61/4.70	c 5	60 CSP clauses encoded
4.61/4.70	c 5	Writing map file : HOME/temp.map
4.61/4.71	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.71	c 5	SAT : 380 SAT variables, 108478 SAT clauses, 2734677 bytes
4.61/4.71	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.77	c 5	SOLVING HOME/temp.cnf
4.61/4.77	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.61/4.77	c 5	This is MiniSat 2.0 beta
4.61/4.77	c 5	WARNING: for repeatability, setting FPU to use double precision
4.61/4.77	c 5	============================[ Problem Statistics ]=============================
4.61/4.77	c 5	|                                                                             |
4.61/4.77	c 5	|  Number of variables:  380                                                  |
4.61/4.77	c 5	|  Number of clauses:    108478                                               |
4.63/4.84	c 5	|  Parsing time:         0.06         s                                       |
4.63/4.85	c 5	============================[ Search Statistics ]==============================
4.63/4.85	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.63/4.85	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.63/4.85	c 5	===============================================================================
4.63/4.85	c 5	|         0 |     380   108478   595659 |    36159        0    nan |  0.000 % |
4.63/4.91	c 5	|       101 |     380   108478   595659 |    39775      101      9 |  0.001 % |
4.63/4.98	c 5	|       251 |     380   108478   595659 |    43752      251      9 |  0.013 % |
4.63/5.11	c 5	|       476 |     380   108478   595659 |    48128      476     10 |  0.013 % |
4.63/5.27	c 5	|       813 |     380   108478   595659 |    52940      813     10 |  0.013 % |
5.34/5.58	c 6	|      1320 |     380   108478   595659 |    58234     1320     10 |  0.013 % |
5.84/6.05	c 6	|      2082 |     380   108478   595659 |    64058     2082     10 |  0.013 % |
6.43/6.66	c 7	|      3223 |     380   108478   595659 |    70464     3223     11 |  0.014 % |
7.13/7.35	c 7	|      4931 |     380   108478   595659 |    77510     4931     11 |  0.014 % |
8.32/8.55	c 9	|      7494 |     380   108478   595659 |    85261     7494     12 |  0.010 % |
10.49/10.77	c 11	|     11339 |     380   108478   595659 |    93787    11339     12 |  0.011 % |
13.66/14.00	c 14	|     17106 |     380   108478   595659 |   103166    17106     12 |  0.016 % |
19.81/20.16	c 20	|     25755 |     380   108478   595659 |   113483    25755     13 |  0.016 % |
28.92/29.33	c 29	|     38729 |     380   108478   595659 |   124831    38729     14 |  0.020 % |
41.99/42.53	c 43	|     58193 |     379   107709   592056 |   137315    20524     14 |  0.264 % |
65.17/65.96	c 66	|     87385 |     379   107709   592056 |   151046    49716     15 |  0.275 % |
98.25/99.31	c 99	|    131178 |     378   106928   588452 |   166151    66151     16 |  0.529 % |
177.71/179.54	c 180	|    196862 |     378   106928   588452 |   182766   131835     17 |  0.537 % |
299.56/302.56	c 303	|    295390 |     378   106928   588452 |   201042    65198     18 |  0.531 % |
527.51/532.69	c 533	|    443179 |     377   106266   585338 |   221147   187628     18 |  0.790 % |
817.79/825.15	c 825	|    664862 |     374   103844   572411 |   243261   175555     18 |  1.580 % |
1054.40/1061.84	c 1062	===============================================================================
1054.40/1061.84	c 1062	restarts              : 21
1054.40/1061.84	c 1062	conflicts             : 856671         (816 /sec)
1054.40/1061.84	c 1062	decisions             : 1020526        (1.57 % random) (972 /sec)
1054.40/1061.84	c 1062	propagations          : 39453990       (37585 /sec)
1054.40/1061.84	c 1062	conflict literals     : 14687894       (30.91 % deleted)
1054.40/1061.84	c 1062	Memory used           : 36.25 MB
1054.40/1061.84	c 1062	CPU time              : 1049.71 s
1054.40/1061.84	c 1062	
1054.40/1061.84	c 1062	SATISFIABLE
1054.40/1061.85	c 1062	DECODING HOME/temp.out WITH HOME/temp.map
1054.40/1061.85	c 1062	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1054.47/1061.94	c 1062	Decoding HOME/temp.out
1054.47/1061.96	s SATISFIABLE
1054.47/1061.96	v 11 14 0 8 2 8 18 17 6 16 0 16 7 2 4 11 13 6 9 13
1054.47/1061.97	c 1062	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1054.47/1062.02	c 1062	CPU 1054.24 (0.03 0.01 1054.21 0.33)
1054.47/1062.02	c 1062	END Sat Jul  5 00:58:12 2008

Verifier Data (download as text)

OK

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-1079886-1215211230/watcher-1079886-1215211230 -o /tmp/evaluation-result-1079886-1215211230/solver-1079886-1215211230 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1079886-1215211230.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2702
/proc/meminfo: memFree=1677736/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=12268 CPUtime=0
/proc/2702/stat : 2702 (sugar) R 2700 2702 1283 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000097038 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2702/statm: 3067 316 241 3 0 167 0

[startup+0.0504309 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2702
/proc/meminfo: memFree=1677736/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=0.04
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 836 0 0 0 3 1 0 0 18 0 1 0 2000097038 13926400 792 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101537 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2702
/proc/meminfo: memFree=1677736/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=0.04
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000097038 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302557 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2702
/proc/meminfo: memFree=1677736/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=0.04
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000097038 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702591 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2702
/proc/meminfo: memFree=1677736/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=0.04
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000097038 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 2724
/proc/meminfo: memFree=1668624/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=0.71
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 972 6926 0 1 3 1 61 6 16 0 1 0 2000097038 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 797 370 3 0 500 0
[pid=2715] ppid=2702 vsize=5356 CPUtime=0
/proc/2715/stat : 2715 (sh) S 2702 2702 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000097111 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2715/statm: 1339 233 193 169 0 50 0
[pid=2716] ppid=2715 vsize=864012 CPUtime=0.74
/proc/2716/stat : 2716 (java) S 2715 2702 1283 0 -1 0 6854 0 1 0 70 4 0 0 18 0 9 0 2000097111 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2716/statm: 216003 6142 2532 9 0 210585 0
[pid=2716/tid=2717] ppid=2715 vsize=864012 CPUtime=0.49
/proc/2716/task/2717/stat : 2717 (java) R 2715 2702 1283 0 -1 64 2458 0 1 0 48 1 0 0 21 0 9 0 2000097112 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2718] ppid=2715 vsize=864012 CPUtime=0.19
/proc/2716/task/2718/stat : 2718 (java) R 2715 2702 1283 0 -1 64 3389 0 0 0 18 1 0 0 16 0 9 0 2000097114 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2719] ppid=2715 vsize=864012 CPUtime=0
/proc/2716/task/2719/stat : 2719 (java) S 2715 2702 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000097114 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2720] ppid=2715 vsize=864012 CPUtime=0
/proc/2716/task/2720/stat : 2720 (java) S 2715 2702 1283 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000097114 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2721] ppid=2715 vsize=864012 CPUtime=0
/proc/2716/task/2721/stat : 2721 (java) S 2715 2702 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000097116 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2722] ppid=2715 vsize=864012 CPUtime=0.03
/proc/2716/task/2722/stat : 2722 (java) S 2715 2702 1283 0 -1 64 311 0 0 0 3 0 0 0 16 0 9 0 2000097116 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2723] ppid=2715 vsize=864012 CPUtime=0
/proc/2716/task/2723/stat : 2723 (java) S 2715 2702 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000097116 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2724] ppid=2715 vsize=864012 CPUtime=0
/proc/2716/task/2724/stat : 2724 (java) S 2715 2702 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000097116 884748288 6142 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882968

[startup+3.10181 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2724
/proc/meminfo: memFree=1646672/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=0.71
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 972 6926 0 1 3 1 61 6 15 0 1 0 2000097038 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 797 370 3 0 500 0
[pid=2715] ppid=2702 vsize=5356 CPUtime=0
/proc/2715/stat : 2715 (sh) S 2702 2702 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000097111 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2715/statm: 1339 233 193 169 0 50 0
[pid=2716] ppid=2715 vsize=864292 CPUtime=2.33
/proc/2716/stat : 2716 (java) S 2715 2702 1283 0 -1 0 15529 0 1 0 225 8 0 0 18 0 9 0 2000097111 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2716/statm: 216073 14781 2540 9 0 210648 0
[pid=2716/tid=2717] ppid=2715 vsize=864292 CPUtime=1.2
/proc/2716/task/2717/stat : 2717 (java) R 2715 2702 1283 0 -1 64 3188 0 1 0 118 2 0 0 25 0 9 0 2000097112 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2718] ppid=2715 vsize=864292 CPUtime=1.05
/proc/2716/task/2718/stat : 2718 (java) R 2715 2702 1283 0 -1 64 11329 0 0 0 101 4 0 0 17 0 9 0 2000097114 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 102723005 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2719] ppid=2715 vsize=864292 CPUtime=0
/proc/2716/task/2719/stat : 2719 (java) S 2715 2702 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000097114 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2720] ppid=2715 vsize=864292 CPUtime=0
/proc/2716/task/2720/stat : 2720 (java) S 2715 2702 1283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000097114 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2721] ppid=2715 vsize=864292 CPUtime=0
/proc/2716/task/2721/stat : 2721 (java) S 2715 2702 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000097116 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2722] ppid=2715 vsize=864292 CPUtime=0.05
/proc/2716/task/2722/stat : 2722 (java) S 2715 2702 1283 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 2000097116 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2723] ppid=2715 vsize=864292 CPUtime=0
/proc/2716/task/2723/stat : 2723 (java) S 2715 2702 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000097116 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2716/tid=2724] ppid=2715 vsize=864292 CPUtime=0
/proc/2716/task/2724/stat : 2724 (java) S 2715 2702 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000097116 885035008 14781 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883248

[startup+6.30111 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1663056/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 15 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=8452 CPUtime=1.51
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 2005 0 0 0 150 1 0 0 25 0 1 0 2000097515 8654848 1991 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2726/statm: 2113 1991 75 150 0 1960 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27408

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1661776/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=9512 CPUtime=7.84
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 2251 0 0 0 783 1 0 0 25 0 1 0 2000097515 9740288 2237 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2726/statm: 2378 2237 75 150 0 2225 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28468

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1659600/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=11176 CPUtime=20.52
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 2669 0 0 0 2050 2 0 0 25 0 1 0 2000097515 11444224 2655 996147200 134512640 135127466 4294956224 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/2726/statm: 2794 2655 75 150 0 2641 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30132

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1657488/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=12728 CPUtime=45.88
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 3040 0 0 0 4586 2 0 0 25 0 1 0 2000097515 13033472 3026 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2726/statm: 3182 3026 75 150 0 3029 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 31684

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1653264/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=15672 CPUtime=96.6
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 3785 0 0 0 9657 3 0 0 25 0 1 0 2000097515 16048128 3771 996147200 134512640 135127466 4294956224 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/2726/statm: 3918 3771 75 150 0 3765 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34628

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2726
/proc/meminfo: memFree=1648464/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0

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


[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1681808/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=34320 CPUtime=870.34
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8299 0 0 0 87024 10 0 0 25 0 1 0 2000097515 35143680 8285 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 8580 8285 75 150 0 8427 0
Current children cumulated CPU time (s) 874.97
Current children cumulated vsize (KiB) 53276

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1680080/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=35944 CPUtime=930.31
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8718 0 0 0 93021 10 0 0 25 0 1 0 2000097515 36806656 8704 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 8986 8704 75 150 0 8833 0
Current children cumulated CPU time (s) 934.94
Current children cumulated vsize (KiB) 54900

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1679184/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=36840 CPUtime=990.3
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8929 0 0 0 99019 11 0 0 25 0 1 0 2000097515 37724160 8915 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9210 8915 75 150 0 9057 0
Current children cumulated CPU time (s) 994.93
Current children cumulated vsize (KiB) 55796

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1679184/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=36840 CPUtime=1011.89
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8936 0 0 0 101178 11 0 0 25 0 1 0 2000097515 37724160 8922 996147200 134512640 135127466 4294956224 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9210 8922 75 150 0 9057 0
Current children cumulated CPU time (s) 1016.52
Current children cumulated vsize (KiB) 55796

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1679184/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=36840 CPUtime=1024.68
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8936 0 0 0 102457 11 0 0 25 0 1 0 2000097515 37724160 8922 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9210 8922 75 150 0 9057 0
Current children cumulated CPU time (s) 1029.31
Current children cumulated vsize (KiB) 55796

[startup+1049.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1679120/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=36972 CPUtime=1037.48
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8941 0 0 0 103737 11 0 0 25 0 1 0 2000097515 37859328 8927 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9243 8927 75 150 0 9090 0
Current children cumulated CPU time (s) 1042.11
Current children cumulated vsize (KiB) 55928

[startup+1055.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1679056/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=36972 CPUtime=1043.88
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8956 0 0 0 104377 11 0 0 25 0 1 0 2000097515 37859328 8942 996147200 134512640 135127466 4294956224 18446744073709551615 134527605 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9243 8942 75 150 0 9090 0
Current children cumulated CPU time (s) 1048.51
Current children cumulated vsize (KiB) 55928

[startup+1059.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1679056/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=36972 CPUtime=1047.07
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8965 0 0 0 104696 11 0 0 25 0 1 0 2000097515 37859328 8951 996147200 134512640 135127466 4294956224 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9243 8951 75 150 0 9090 0
Current children cumulated CPU time (s) 1051.7
Current children cumulated vsize (KiB) 55928

[startup+1060.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1678992/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=37116 CPUtime=1048.67
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8981 0 0 0 104856 11 0 0 25 0 1 0 2000097515 38006784 8967 996147200 134512640 135127466 4294956224 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9279 8967 75 150 0 9126 0
Current children cumulated CPU time (s) 1053.3
Current children cumulated vsize (KiB) 56072

[startup+1061.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1678992/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=4.63
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1029 23026 0 2 3 1 441 18 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
[pid=2725] ppid=2702 vsize=5356 CPUtime=0
/proc/2725/stat : 2725 (sh) S 2702 2702 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000097515 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2725/statm: 1339 232 193 169 0 50 0
[pid=2726] ppid=2725 vsize=37116 CPUtime=1049.48
/proc/2726/stat : 2726 (minisat) R 2725 2702 1283 0 -1 4194304 8981 0 0 0 104937 11 0 0 25 0 1 0 2000097515 38006784 8967 996147200 134512640 135127466 4294956224 18446744073709551615 134530946 0 0 4096 3 0 0 0 17 0 0 0
/proc/2726/statm: 9279 8967 75 150 0 9126 0
Current children cumulated CPU time (s) 1054.11
Current children cumulated vsize (KiB) 56072

[startup+1061.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1678992/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=1054.47
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1069 32302 0 2 3 1 105413 30 16 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1054.47
Current children cumulated vsize (KiB) 13600

[startup+1062 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2766
/proc/meminfo: memFree=1678992/2055920 swapFree=4180844/4192956
[pid=2702] ppid=2700 vsize=13600 CPUtime=1054.47
/proc/2702/stat : 2702 (sugar) S 2700 2702 1283 0 -1 4194304 1089 32302 0 2 3 1 105413 30 15 0 1 0 2000097038 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2702/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1054.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1062.02
CPU time (s): 1054.61
CPU user time (s): 1054.25
CPU system time (s): 0.356945
CPU usage (%): 99.3018
Max. virtual memory (cumulated for all children) (KiB): 883360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1054.25
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37134
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2494
involuntary context switches= 19801

runsolver used 1.34279 second user time and 3.49847 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 00:40:30
IDJOB=1079886
IDBENCH=56920
IDSOLVER=346
FILE ID=node25/1079886-1215211230
PBS_JOBID= 7881644
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-24_ext.xml
COMMAND LINE= DIR/sugar -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-1079886-1215211230/watcher-1079886-1215211230 -o /tmp/evaluation-result-1079886-1215211230/solver-1079886-1215211230 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1079886-1215211230.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 039c5f33cee89cf9d5edc6224d685ccc
RANDOM SEED=248820296

node25.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.234
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.234
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:       1678216 kB
Buffers:         55284 kB
Cached:         202632 kB
SwapCached:       6196 kB
Active:         243156 kB
Inactive:        79400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678216 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          70852 kB
Slab:            40400 kB
Committed_AS:  3561628 kB
PageTables:       2088 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= 66524 MiB
End job on node25 at 2008-07-05 00:58:12