Trace number 2065450

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.14.6+minisatUNSAT 807.79 817.268

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-18_ext.xml
MD5SUM1a4263775f26614618ee62970f0a38af
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.625904
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:51:33 2009
0.00/0.08	c 0	PID 15111
0.06/0.09	c 0	HOST node34.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2065450-1247338293.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065450-1247338293.xml' 'HOME/temp.csp'
0.06/0.91	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.01	c 1	Parsing HOME/temp.csp
1.43/1.60	c 2	parsed 31 expressions
1.52/1.61	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.61	c 2	Converting to clausal form CSP
1.52/1.63	c 2	converted 4 (10%) expressions
1.52/1.63	c 2	converted 7 (20%) expressions
1.52/1.63	c 2	converted 10 (30%) expressions
1.52/1.63	c 2	converted 13 (40%) expressions
1.52/1.63	c 2	converted 16 (50%) expressions
1.52/1.63	c 2	converted 19 (60%) expressions
1.52/1.64	c 2	converted 22 (70%) expressions
1.52/1.66	c 2	converted 25 (80%) expressions
2.12/2.26	c 2	converted 28 (90%) expressions
2.81/2.96	c 3	converted 31 (100%) expressions
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.96	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.96	c 3	Propagation in CSP
2.81/2.97	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.97	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.97	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.97	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.97	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.24	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.11/3.24	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.11/3.24	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.11/3.24	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.11/3.24	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.11/3.24	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.11/3.24	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.11/3.24	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.11/3.24	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.11/3.24	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
157.26/161.12	c 161	1 (10%) CSP clauses are encoded (141054 clauses, 6407709 bytes)
305.34/310.62	c 311	2 (20%) CSP clauses are encoded (282397 clauses, 13196758 bytes)
455.99/462.76	c 463	3 (30%) CSP clauses are encoded (423039 clauses, 19599152 bytes)
605.35/613.54	c 613	4 (40%) CSP clauses are encoded (563817 clauses, 26157326 bytes)
751.84/761.04	c 761	5 (50%) CSP clauses are encoded (704980 clauses, 33167310 bytes)
751.84/761.04	c 761	5 CSP clauses encoded
751.84/761.04	c 761	Writing map file : HOME/temp.map
751.84/761.04	c 761	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
751.84/761.04	c 761	SAT : 180 SAT variables, 704980 SAT clauses, 33167310 bytes
751.84/761.04	c 761	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
751.84/761.06	c 761	SOLVING HOME/temp.cnf
751.84/761.06	c 761	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
751.84/761.07	c 761	This is MiniSat 2.0 beta
751.84/761.07	c 761	WARNING: for repeatability, setting FPU to use double precision
751.84/761.07	c 761	============================[ Problem Statistics ]=============================
751.84/761.07	c 761	|                                                                             |
751.84/761.07	c 761	|  Number of variables:  180                                                  |
751.84/761.07	c 761	|  Number of clauses:    704980                                               |
752.83/762.04	c 762	|  Parsing time:         0.86         s                                       |
752.94/762.10	c 762	============================[ Search Statistics ]==============================
752.94/762.10	c 762	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
752.94/762.10	c 762	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
752.94/762.10	c 762	===============================================================================
752.94/762.10	c 762	|         0 |     180   704980  8851269 |   234993        0    nan |  0.000 % |
753.34/762.56	c 762	|       101 |     180   704980  8851269 |   258492      101      8 |  0.003 % |
753.53/762.71	c 763	|       252 |     180   704980  8851269 |   284341      252     10 |  0.028 % |
753.64/762.80	c 763	|       477 |     180   704980  8851269 |   312776      477     10 |  0.013 % |
753.83/763.09	c 763	|       815 |     180   704980  8851269 |   344053      815      9 |  0.028 % |
754.24/763.47	c 763	|      1321 |     180   704980  8851269 |   378459     1321      9 |  0.028 % |
755.72/764.99	c 765	|      2080 |     180   704980  8851269 |   416305     2080      9 |  0.031 % |
758.00/767.25	c 767	|      3220 |     180   704980  8851269 |   457935     3220      9 |  0.046 % |
762.09/771.37	c 771	|      4930 |     179   704980  8851269 |   503729     4929      9 |  0.559 % |
767.67/776.93	c 777	|      7493 |     179   704980  8851269 |   554101     7492     10 |  0.580 % |
776.62/785.91	c 786	|     11337 |     179   704980  8851269 |   609512    11336     10 |  0.574 % |
788.57/797.99	c 798	|     17103 |     176   704980  8851269 |   670463    17101     10 |  2.225 % |
806.60/816.06	c 816	|     25753 |     173   704980  8851269 |   737509    25750     10 |  5.019 % |
807.59/817.03	c 817	===============================================================================
807.59/817.03	c 817	restarts              : 13
807.59/817.03	c 817	conflicts             : 26229          (472 /sec)
807.59/817.03	c 817	decisions             : 31485          (1.85 % random) (566 /sec)
807.59/817.03	c 817	propagations          : 442489         (7961 /sec)
807.59/817.03	c 817	conflict literals     : 264584         (21.47 % deleted)
807.59/817.03	c 817	Memory used           : 71.17 MB
807.59/817.03	c 817	CPU time              : 55.5825 s
807.59/817.03	c 817	
807.59/817.03	c 817	UNSATISFIABLE
807.59/817.05	c 817	DECODING HOME/temp.out WITH HOME/temp.map
807.59/817.05	c 817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
807.65/817.16	c 817	Decoding HOME/temp.out
807.65/817.18	s UNSATISFIABLE
807.65/817.19	c 817	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
807.74/817.26	c 817	CPU 807.75 (0.05 0.02 806.97 0.71)
807.74/817.26	c 817	END Sat Jul 11 21:05:10 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065450-1247338293/watcher-2065450-1247338293 -o /tmp/evaluation-result-2065450-1247338293/solver-2065450-1247338293 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065450-1247338293.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.01 4/84 15111
/proc/meminfo: memFree=788224/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=18576 CPUtime=0
/proc/15111/stat : 15111 (runsolver) R 15109 15111 14384 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20895302 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15111/statm: 4644 284 249 26 0 2626 0

[startup+0.0891339 s]
/proc/loadavg: 2.06 2.03 2.01 4/84 15111
/proc/meminfo: memFree=788224/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16740 CPUtime=0.06
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20895302 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101144 s]
/proc/loadavg: 2.06 2.03 2.01 4/84 15111
/proc/meminfo: memFree=788224/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.06
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301152 s]
/proc/loadavg: 2.06 2.03 2.01 4/84 15111
/proc/meminfo: memFree=788224/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.06
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70119 s]
/proc/loadavg: 2.06 2.03 2.01 4/84 15111
/proc/meminfo: memFree=788224/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.06
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50224 s]
/proc/loadavg: 2.06 2.03 2.01 3/95 15133
/proc/meminfo: memFree=780008/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.88
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1309 8041 0 1 5 2 76 5 16 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
[pid=15124] ppid=15111 vsize=5356 CPUtime=0
/proc/15124/stat : 15124 (sh) S 15111 15111 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20895395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15124/statm: 1339 233 193 169 0 50 0
[pid=15125] ppid=15124 vsize=862284 CPUtime=0.55
/proc/15125/stat : 15125 (java) S 15124 15111 14384 0 -1 0 6588 0 1 0 52 3 0 0 19 0 9 0 20895395 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 215571 5822 2158 9 0 210484 0
[pid=15125/tid=15126] ppid=15124 vsize=862284 CPUtime=0.32
/proc/15125/task/15126/stat : 15126 (java) R 15124 15111 14384 0 -1 64 2018 0 1 0 31 1 0 0 21 0 9 0 20895396 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15127] ppid=15124 vsize=862284 CPUtime=0.17
/proc/15125/task/15127/stat : 15127 (java) S 15124 15111 14384 0 -1 64 3564 0 0 0 16 1 0 0 16 0 9 0 20895397 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15124 vsize=862284 CPUtime=0
/proc/15125/task/15128/stat : 15128 (java) S 15124 15111 14384 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20895397 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15129] ppid=15124 vsize=862284 CPUtime=0
/proc/15125/task/15129/stat : 15129 (java) S 15124 15111 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20895397 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15124 vsize=862284 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20895399 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15124 vsize=862284 CPUtime=0.03
/proc/15125/task/15131/stat : 15131 (java) S 15124 15111 14384 0 -1 64 303 0 0 0 3 0 0 0 17 0 9 0 20895399 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15132] ppid=15124 vsize=862284 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15124 15111 14384 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20895399 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15133] ppid=15124 vsize=862284 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20895399 882978816 5822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10237 s]
/proc/loadavg: 2.06 2.03 2.01 4/95 15133
/proc/meminfo: memFree=750376/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.88
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1310 8041 0 1 5 2 76 5 15 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
[pid=15124] ppid=15111 vsize=5356 CPUtime=0
/proc/15124/stat : 15124 (sh) S 15111 15111 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20895395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15124/statm: 1339 233 193 169 0 50 0
[pid=15125] ppid=15124 vsize=864900 CPUtime=2.13
/proc/15125/stat : 15125 (java) S 15124 15111 14384 0 -1 0 18415 0 1 0 203 10 0 0 19 0 9 0 20895395 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 216225 17172 2566 9 0 210730 0
[pid=15125/tid=15126] ppid=15124 vsize=864900 CPUtime=0.8
/proc/15125/task/15126/stat : 15126 (java) R 15124 15111 14384 0 -1 64 3233 0 1 0 78 2 0 0 20 0 9 0 20895396 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15127] ppid=15124 vsize=864900 CPUtime=1.26
/proc/15125/task/15127/stat : 15127 (java) R 15124 15111 14384 0 -1 64 14169 0 0 0 119 7 0 0 18 0 9 0 20895397 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 104189926 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15124 vsize=864900 CPUtime=0
/proc/15125/task/15128/stat : 15128 (java) S 15124 15111 14384 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20895397 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15129] ppid=15124 vsize=864900 CPUtime=0
/proc/15125/task/15129/stat : 15129 (java) S 15124 15111 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20895397 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15124 vsize=864900 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20895399 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15124 vsize=864900 CPUtime=0.04
/proc/15125/task/15131/stat : 15131 (java) S 15124 15111 14384 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 20895399 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15132] ppid=15124 vsize=864900 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15124 15111 14384 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20895399 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15133] ppid=15124 vsize=864900 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20895399 885657600 17172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887124

[startup+6.30158 s]
/proc/loadavg: 2.29 2.08 2.02 3/95 15133
/proc/meminfo: memFree=725160/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.88
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1310 8041 0 1 5 2 76 5 15 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
[pid=15124] ppid=15111 vsize=5356 CPUtime=0
/proc/15124/stat : 15124 (sh) S 15111 15111 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20895395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15124/statm: 1339 233 193 169 0 50 0
[pid=15125] ppid=15124 vsize=864508 CPUtime=5.3
/proc/15125/stat : 15125 (java) S 15124 15111 14384 0 -1 0 18508 0 1 0 519 11 0 0 19 0 9 0 20895395 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 216127 17109 2590 9 0 210604 0
[pid=15125/tid=15126] ppid=15124 vsize=864508 CPUtime=3.77
/proc/15125/task/15126/stat : 15126 (java) R 15124 15111 14384 0 -1 64 3306 0 1 0 375 2 0 0 25 0 9 0 20895396 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4126576596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15127] ppid=15124 vsize=864508 CPUtime=1.42
/proc/15125/task/15127/stat : 15127 (java) S 15124 15111 14384 0 -1 64 14169 0 0 0 135 7 0 0 16 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15128/stat : 15128 (java) S 15124 15111 14384 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15129] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15129/stat : 15129 (java) S 15124 15111 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15124 vsize=864508 CPUtime=0.07
/proc/15125/task/15131/stat : 15131 (java) S 15124 15111 14384 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15132] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15124 15111 14384 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15133] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886732

[startup+12.702 s]
/proc/loadavg: 2.27 2.08 2.02 3/95 15133
/proc/meminfo: memFree=725032/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.88
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1310 8041 0 1 5 2 76 5 15 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
[pid=15124] ppid=15111 vsize=5356 CPUtime=0
/proc/15124/stat : 15124 (sh) S 15111 15111 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20895395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15124/statm: 1339 233 193 169 0 50 0
[pid=15125] ppid=15124 vsize=864508 CPUtime=11.64
/proc/15125/stat : 15125 (java) S 15124 15111 14384 0 -1 0 18509 0 1 0 1153 11 0 0 19 0 9 0 20895395 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 216127 17109 2590 9 0 210604 0
[pid=15125/tid=15126] ppid=15124 vsize=864508 CPUtime=10.1
/proc/15125/task/15126/stat : 15126 (java) R 15124 15111 14384 0 -1 64 3307 0 1 0 1008 2 0 0 25 0 9 0 20895396 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4126556597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15127] ppid=15124 vsize=864508 CPUtime=1.43
/proc/15125/task/15127/stat : 15127 (java) S 15124 15111 14384 0 -1 64 14169 0 0 0 136 7 0 0 16 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15128/stat : 15128 (java) S 15124 15111 14384 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15129] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15129/stat : 15129 (java) S 15124 15111 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15130/stat : 15130 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15131] ppid=15124 vsize=864508 CPUtime=0.07
/proc/15125/task/15131/stat : 15131 (java) S 15124 15111 14384 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15132] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15124 15111 14384 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15133] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20895399 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886732

[startup+25.502 s]
/proc/loadavg: 2.21 2.07 2.02 3/95 15133
/proc/meminfo: memFree=725096/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=0.88
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1310 8041 0 1 5 2 76 5 15 0 1 0 20895302 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1111 409 3 0 796 0
[pid=15124] ppid=15111 vsize=5356 CPUtime=0
/proc/15124/stat : 15124 (sh) S 15111 15111 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20895395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15124/statm: 1339 233 193 169 0 50 0
[pid=15125] ppid=15124 vsize=864508 CPUtime=24.31
/proc/15125/stat : 15125 (java) S 15124 15111 14384 0 -1 0 18523 0 1 0 2420 11 0 0 19 0 9 0 20895395 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15125/statm: 216127 17109 2590 9 0 210604 0
[pid=15125/tid=15126] ppid=15124 vsize=864508 CPUtime=22.71
/proc/15125/task/15126/stat : 15126 (java) R 15124 15111 14384 0 -1 64 3321 0 1 0 2269 2 0 0 25 0 9 0 20895396 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4126576596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15127] ppid=15124 vsize=864508 CPUtime=1.49
/proc/15125/task/15127/stat : 15127 (java) S 15124 15111 14384 0 -1 64 14169 0 0 0 142 7 0 0 16 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15128] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15128/stat : 15128 (java) S 15124 15111 14384 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15129] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15129/stat : 15129 (java) S 15124 15111 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20895397 885256192 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15130] ppid=15124 vsize=864508 CPUtime=0

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

[pid=15125/tid=15131] ppid=15124 vsize=864508 CPUtime=0.09
/proc/15125/task/15131/stat : 15131 (java) S 15124 15111 14384 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 20895399 885256192 24934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15125/tid=15132] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15132/stat : 15132 (java) S 15124 15111 14384 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20895399 885256192 24934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15125/tid=15133] ppid=15124 vsize=864508 CPUtime=0
/proc/15125/task/15133/stat : 15133 (java) S 15124 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20895399 885256192 24934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 693.29
Current children cumulated vsize (KiB) 886732

[startup+762.307 s]
/proc/loadavg: 2.00 2.08 2.07 3/86 15305
/proc/meminfo: memFree=440568/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 15 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=62480 CPUtime=1.22
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 14621 0 0 0 112 10 0 0 25 0 1 0 20971409 63979520 14599 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15305/statm: 15620 14599 73 150 0 15467 0
Current children cumulated CPU time (s) 753.14
Current children cumulated vsize (KiB) 84704

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

[startup+767.902 s]
/proc/loadavg: 2.00 2.08 2.06 3/86 15305
/proc/meminfo: memFree=435000/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=67636 CPUtime=6.78
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 15808 0 0 0 667 11 0 0 25 0 1 0 20971409 69259264 15743 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15305/statm: 16909 15743 75 150 0 16756 0
Current children cumulated CPU time (s) 758.7
Current children cumulated vsize (KiB) 89860

[startup+793.502 s]
/proc/loadavg: 2.00 2.07 2.06 3/86 15305
/proc/meminfo: memFree=432120/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=71288 CPUtime=32.27
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 16592 0 0 0 3215 12 0 0 25 0 1 0 20971409 72998912 16527 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15305/statm: 17822 16527 75 150 0 17669 0
Current children cumulated CPU time (s) 784.19
Current children cumulated vsize (KiB) 93512

[startup+806.306 s]
/proc/loadavg: 2.00 2.07 2.06 3/86 15305
/proc/meminfo: memFree=431224/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=71984 CPUtime=45.02
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 16805 0 0 0 4490 12 0 0 25 0 1 0 20971409 73711616 16740 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/15305/statm: 17996 16740 75 150 0 17843 0
Current children cumulated CPU time (s) 796.94
Current children cumulated vsize (KiB) 94208

[startup+812.702 s]
/proc/loadavg: 2.00 2.06 2.06 3/86 15305
/proc/meminfo: memFree=430840/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=72652 CPUtime=51.39
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 16912 0 0 0 5126 13 0 0 25 0 1 0 20971409 74395648 16847 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15305/statm: 18163 16847 75 150 0 18010 0
Current children cumulated CPU time (s) 803.31
Current children cumulated vsize (KiB) 94876

[startup+814.302 s]
/proc/loadavg: 2.00 2.06 2.06 3/86 15305
/proc/meminfo: memFree=430712/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=72652 CPUtime=52.98
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 16944 0 0 0 5285 13 0 0 25 0 1 0 20971409 74395648 16879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15305/statm: 18163 16879 75 150 0 18010 0
Current children cumulated CPU time (s) 804.9
Current children cumulated vsize (KiB) 94876

[startup+815.902 s]
/proc/loadavg: 2.00 2.06 2.06 3/86 15305
/proc/meminfo: memFree=430648/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=72876 CPUtime=54.58
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 16979 0 0 0 5445 13 0 0 25 0 1 0 20971409 74625024 16914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15305/statm: 18219 16914 75 150 0 18066 0
Current children cumulated CPU time (s) 806.5
Current children cumulated vsize (KiB) 95100

[startup+816.702 s]
/proc/loadavg: 2.00 2.06 2.06 3/86 15305
/proc/meminfo: memFree=430520/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=751.92
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1374 44072 0 2 5 2 75132 53 16 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15304] ppid=15111 vsize=5356 CPUtime=0
/proc/15304/stat : 15304 (sh) S 15111 15111 14384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971408 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15304/statm: 1339 232 193 169 0 50 0
[pid=15305] ppid=15304 vsize=72876 CPUtime=55.37
/proc/15305/stat : 15305 (minisat) R 15304 15111 14384 0 -1 4194304 16986 0 0 0 5524 13 0 0 25 0 1 0 20971409 74625024 16921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15305/statm: 18219 16921 75 150 0 18066 0
Current children cumulated CPU time (s) 807.29
Current children cumulated vsize (KiB) 95100

[startup+817.102 s]
/proc/loadavg: 2.00 2.06 2.06 3/86 15305
/proc/meminfo: memFree=430520/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=807.65
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1427 61359 0 2 5 2 80690 68 17 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 807.65
Current children cumulated vsize (KiB) 16868

[startup+817.202 s]
/proc/loadavg: 2.00 2.06 2.06 3/94 15315
/proc/meminfo: memFree=493304/2055920 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=16868 CPUtime=807.65
/proc/15111/stat : 15111 (sugar) S 15109 15111 14384 0 -1 4194304 1446 61359 0 2 5 2 80690 68 15 0 1 0 20895302 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15111/statm: 4217 1112 409 3 0 796 0
[pid=15306] ppid=15111 vsize=5356 CPUtime=0
/proc/15306/stat : 15306 (sh) S 15111 15111 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20977007 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15306/statm: 1339 233 193 169 0 50 0
[pid=15307] ppid=15306 vsize=863844 CPUtime=0.09
/proc/15307/stat : 15307 (java) S 15306 15111 14384 0 -1 0 3377 0 1 0 7 2 0 0 19 0 9 0 20977007 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15307/statm: 215961 2843 1689 9 0 210466 0
[pid=15307/tid=15308] ppid=15306 vsize=863844 CPUtime=0.07
/proc/15307/task/15308/stat : 15308 (java) S 15306 15111 14384 0 -1 64 2459 0 1 0 6 1 0 0 24 0 9 0 20977008 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15309] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15309/stat : 15309 (java) S 15306 15111 14384 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 20977013 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15310] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15310/stat : 15310 (java) S 15306 15111 14384 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 20977013 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15311] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15311/stat : 15311 (java) S 15306 15111 14384 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 20977013 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15312] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15312/stat : 15312 (java) S 15306 15111 14384 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 20977015 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15313] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15313/stat : 15313 (java) S 15306 15111 14384 0 -1 64 222 0 0 0 0 0 0 0 23 0 9 0 20977015 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15314] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15314/stat : 15314 (java) S 15306 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20977016 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15307/tid=15315] ppid=15306 vsize=863844 CPUtime=0
/proc/15307/task/15315/stat : 15315 (java) S 15306 15111 14384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20977016 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 807.74
Current children cumulated vsize (KiB) 886068

Child status: 0
Real time (s): 817.268
CPU time (s): 807.79
CPU user time (s): 807.037
CPU system time (s): 0.752885
CPU usage (%): 98.8403
Max. virtual memory (cumulated for all children) (KiB): 894148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 807.037
system time used= 0.752885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66561
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= 21722
involuntary context switches= 40790

runsolver used 1.06684 second user time and 2.6416 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-11 20:51:33
IDJOB=2065450
IDBENCH=54361
IDSOLVER=739
FILE ID=node34/2065450-1247338293
PBS_JOBID= 9506635
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-18_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065450-1247338293/watcher-2065450-1247338293 -o /tmp/evaluation-result-2065450-1247338293/solver-2065450-1247338293 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065450-1247338293.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1a4263775f26614618ee62970f0a38af
RANDOM SEED=2097013362

node34.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.232
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.232
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:        788704 kB
Buffers:         53528 kB
Cached:         728472 kB
SwapCached:          0 kB
Active:         479716 kB
Inactive:       722784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        788704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:         436164 kB
Slab:            49088 kB
Committed_AS:   841324 kB
PageTables:       2556 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= 66292 MiB
End job on node34 at 2009-07-11 21:05:10