Trace number 2090827

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 444.188 450.739

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-63_ext.xml
MD5SUM0e566d9c333cc3028bf54580af84403c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.76843
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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 Sun Jul 12 11:36:47 2009
0.00/0.08	c 0	PID 30300
0.07/0.08	c 0	HOST node17.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2090827-1247391407.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090827-1247391407.xml' 'HOME/temp.csp'
1.16/1.26	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.16/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.30	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'
1.23/1.38	c 1	Parsing HOME/temp.csp
3.00/3.15	c 3	parsed 209 expressions
3.00/3.16	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.16	c 3	Converting to clausal form CSP
3.00/3.18	c 3	converted 21 (10%) expressions
3.00/3.18	c 3	converted 42 (20%) expressions
3.10/3.21	c 3	converted 63 (30%) expressions
3.10/3.23	c 3	converted 84 (40%) expressions
3.10/3.24	c 3	converted 105 (50%) expressions
3.29/3.46	c 4	converted 126 (60%) expressions
3.49/3.68	c 4	converted 147 (70%) expressions
3.69/3.82	c 4	converted 168 (80%) expressions
3.78/3.99	c 4	converted 189 (90%) expressions
3.98/4.13	c 4	converted 209 (100%) expressions
3.98/4.13	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.98/4.13	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.13	c 4	Propagation in CSP
3.98/4.13	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.98/4.13	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.98/4.13	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.13	c 4	Simplifing CSP by introducing new Boolean variables
3.98/4.13	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.98/4.13	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/4.32	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.18/4.34	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
4.18/4.34	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
4.18/4.34	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
4.18/4.34	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
4.18/4.35	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
4.18/4.35	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
4.18/4.35	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
4.18/4.35	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
4.18/4.35	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
4.18/4.35	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.47/4.69	c 5	9 (10%) CSP clauses are encoded (34326 clauses, 661551 bytes)
4.77/4.95	c 5	17 (20%) CSP clauses are encoded (58640 clauses, 1181386 bytes)
5.07/5.23	c 5	26 (30%) CSP clauses are encoded (86078 clauses, 1818911 bytes)
5.27/5.49	c 6	34 (40%) CSP clauses are encoded (110256 clauses, 2383792 bytes)
5.56/5.75	c 6	42 (50%) CSP clauses are encoded (134548 clauses, 2951292 bytes)
5.86/6.03	c 6	51 (60%) CSP clauses are encoded (161777 clauses, 3587556 bytes)
6.06/6.28	c 6	59 (70%) CSP clauses are encoded (185781 clauses, 4148254 bytes)
6.35/6.57	c 7	68 (80%) CSP clauses are encoded (212968 clauses, 4783555 bytes)
6.65/6.83	c 7	76 (90%) CSP clauses are encoded (237245 clauses, 5350627 bytes)
6.84/7.07	c 7	84 (100%) CSP clauses are encoded (261304 clauses, 5912572 bytes)
6.84/7.08	c 7	84 CSP clauses encoded
6.84/7.08	c 7	Writing map file : HOME/temp.map
6.84/7.08	c 7	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.84/7.08	c 7	SAT : 7160 SAT variables, 261304 SAT clauses, 5912572 bytes
6.84/7.08	c 7	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.92/7.14	c 7	SOLVING HOME/temp.cnf
6.92/7.14	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.92/7.15	c 7	This is MiniSat 2.0 beta
6.92/7.15	c 7	WARNING: for repeatability, setting FPU to use double precision
6.92/7.15	c 7	============================[ Problem Statistics ]=============================
6.92/7.15	c 7	|                                                                             |
6.92/7.15	c 7	|  Number of variables:  7160                                                 |
6.92/7.15	c 7	|  Number of clauses:    261304                                               |
6.95/7.30	c 7	|  Parsing time:         0.13         s                                       |
6.95/7.31	c 7	============================[ Search Statistics ]==============================
6.95/7.31	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.95/7.31	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.95/7.31	c 7	===============================================================================
6.95/7.31	c 7	|         0 |    7160   261304  1001566 |    87101        0    nan |  0.000 % |
6.95/7.43	c 8	|       100 |    7160   261304  1001566 |    95811      100     27 |  0.000 % |
6.95/7.57	c 8	|       251 |    7160   261304  1001566 |   105392      251     18 |  0.001 % |
7.49/7.75	c 8	|       477 |    7160   261304  1001566 |   115931      477     14 |  0.001 % |
7.77/8.09	c 8	|       814 |    7160   261304  1001566 |   127525      814     14 |  0.000 % |
8.27/8.55	c 9	|      1321 |    7160   261304  1001566 |   140277     1321     13 |  0.000 % |
8.86/9.13	c 9	|      2080 |    7159   261304  1001566 |   154305     2079     12 |  0.014 % |
9.64/9.96	c 10	|      3219 |    7159   261304  1001566 |   169735     3218     11 |  0.014 % |
11.22/11.50	c 12	|      4927 |    7159   261205  1001271 |   186709     4307     12 |  0.015 % |
12.91/13.23	c 13	|      7489 |    7158   261205  1001271 |   205380     6868     12 |  0.028 % |
15.97/16.34	c 16	|     11333 |    7158   261092  1000916 |   225918     8449     13 |  0.028 % |
20.59/21.05	c 21	|     17100 |    7158   261092  1000916 |   248510    14216     12 |  0.028 % |
25.93/26.46	c 27	|     25749 |    7157   260979  1000543 |   273361    17200     13 |  0.042 % |
37.44/38.18	c 38	|     38723 |    7150   260675   999529 |   300697    26408     13 |  0.140 % |
53.98/54.98	c 55	|     58184 |    7143   259667   996004 |   330767    37810     15 |  0.238 % |
83.21/84.53	c 85	|     87378 |    7138   259179   994387 |   363843    59056     15 |  0.307 % |
132.19/134.24	c 134	|    131167 |    7138   259179   994387 |   400228   102845     16 |  0.307 % |
221.50/224.88	c 225	|    196851 |    7119   257084   986569 |   440251   137432     17 |  0.573 % |
369.28/374.75	c 375	|    295377 |    7082   252885   970616 |   484276   180861     17 |  1.089 % |
443.98/450.54	c 451	===============================================================================
443.98/450.55	c 451	restarts              : 19
443.98/450.55	c 451	conflicts             : 333598         (763 /sec)
443.98/450.55	c 451	decisions             : 489006         (1.74 % random) (1119 /sec)
443.98/450.55	c 451	propagations          : 111101562      (254240 /sec)
443.98/450.55	c 451	conflict literals     : 5863358        (53.97 % deleted)
443.98/450.55	c 451	Memory used           : 35.73 MB
443.98/450.55	c 451	CPU time              : 436.996 s
443.98/450.55	c 451	
443.98/450.55	c 451	UNSATISFIABLE
443.98/450.55	c 451	DECODING HOME/temp.out WITH HOME/temp.map
443.98/450.55	c 451	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'
444.04/450.64	c 451	Decoding HOME/temp.out
444.04/450.66	s UNSATISFIABLE
444.04/450.67	c 451	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
444.04/450.73	c 451	CPU 444.15 (0.06 0.01 443.7 0.38)
444.04/450.73	c 451	END Sun Jul 12 11:44:18 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-2090827-1247391407/watcher-2090827-1247391407 -o /tmp/evaluation-result-2090827-1247391407/solver-2090827-1247391407 -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-2090827-1247391407.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.00 2.00 2.00 4/84 30300
/proc/meminfo: memFree=1557648/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=18576 CPUtime=0
/proc/30300/stat : 30300 (runsolver) R 30298 30300 28511 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26207952 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30300/statm: 4644 284 249 26 0 2626 0

[startup+0.0839809 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30300
/proc/meminfo: memFree=1557648/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16740 CPUtime=0.07
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26207952 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102864 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30300
/proc/meminfo: memFree=1557648/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=0.07
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26207952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30109 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30300
/proc/meminfo: memFree=1557648/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=0.07
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26207952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701131 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30300
/proc/meminfo: memFree=1557648/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=0.07
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26207952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 30312
/proc/meminfo: memFree=1538296/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=1.23
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1309 8016 0 1 6 1 108 8 15 0 1 0 26207952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10237 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 30322
/proc/meminfo: memFree=1535480/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=1.23
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1309 8016 0 1 6 1 108 8 15 0 1 0 26207952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1111 409 3 0 796 0
[pid=30313] ppid=30300 vsize=5356 CPUtime=0
/proc/30313/stat : 30313 (sh) S 30300 30300 28511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26208082 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 1339 233 193 169 0 50 0
[pid=30314] ppid=30313 vsize=862288 CPUtime=1.77
/proc/30314/stat : 30314 (java) S 30313 30300 28511 0 -1 0 11692 0 1 0 170 7 0 0 19 0 9 0 26208083 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30314/statm: 215572 10947 2158 9 0 210485 0
[pid=30314/tid=30315] ppid=30313 vsize=862288 CPUtime=1.08
/proc/30314/task/30315/stat : 30315 (java) R 30313 30300 28511 0 -1 64 2310 0 1 0 106 2 0 0 25 0 9 0 26208084 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30316] ppid=30313 vsize=862288 CPUtime=0.63
/proc/30314/task/30316/stat : 30316 (java) S 30313 30300 28511 0 -1 64 8380 0 0 0 59 4 0 0 16 0 9 0 26208085 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30317] ppid=30313 vsize=862288 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30313 30300 28511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26208085 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30318] ppid=30313 vsize=862288 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30313 30300 28511 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26208085 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30319] ppid=30313 vsize=862288 CPUtime=0
/proc/30314/task/30319/stat : 30319 (java) S 30313 30300 28511 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26208087 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30320] ppid=30313 vsize=862288 CPUtime=0.03
/proc/30314/task/30320/stat : 30320 (java) S 30313 30300 28511 0 -1 64 299 0 0 0 3 0 0 0 16 0 9 0 26208087 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30321] ppid=30313 vsize=862288 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30313 30300 28511 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26208087 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30322] ppid=30313 vsize=862288 CPUtime=0
/proc/30314/task/30322/stat : 30322 (java) S 30313 30300 28511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26208088 882982912 10947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 884512

[startup+6.3017 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 30322
/proc/meminfo: memFree=1482552/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=1.23
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1310 8016 0 1 6 1 108 8 15 0 1 0 26207952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1111 409 3 0 796 0
[pid=30313] ppid=30300 vsize=5356 CPUtime=0
/proc/30313/stat : 30313 (sh) S 30300 30300 28511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26208082 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 1339 233 193 169 0 50 0
[pid=30314] ppid=30313 vsize=864496 CPUtime=4.92
/proc/30314/stat : 30314 (java) S 30313 30300 28511 0 -1 0 20064 0 1 0 478 14 0 0 19 0 9 0 26208083 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30314/statm: 216124 19212 2590 9 0 210601 0
[pid=30314/tid=30315] ppid=30313 vsize=864496 CPUtime=3.37
/proc/30314/task/30315/stat : 30315 (java) R 30313 30300 28511 0 -1 64 3322 0 1 0 332 5 0 0 22 0 9 0 26208084 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4126585739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30316] ppid=30313 vsize=864496 CPUtime=1.45
/proc/30314/task/30316/stat : 30316 (java) S 30313 30300 28511 0 -1 64 15711 0 0 0 137 8 0 0 16 0 9 0 26208085 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30317] ppid=30313 vsize=864496 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30313 30300 28511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26208085 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30318] ppid=30313 vsize=864496 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30313 30300 28511 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26208085 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30319] ppid=30313 vsize=864496 CPUtime=0
/proc/30314/task/30319/stat : 30319 (java) S 30313 30300 28511 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26208087 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30320] ppid=30313 vsize=864496 CPUtime=0.08
/proc/30314/task/30320/stat : 30320 (java) S 30313 30300 28511 0 -1 64 328 0 0 0 8 0 0 0 17 0 9 0 26208087 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30321] ppid=30313 vsize=864496 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30313 30300 28511 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26208087 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30314/tid=30322] ppid=30313 vsize=864496 CPUtime=0
/proc/30314/task/30322/stat : 30322 (java) S 30313 30300 28511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26208088 885243904 19212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886720

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1530488/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=16144 CPUtime=5.46
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 3908 0 0 0 544 2 0 0 25 0 1 0 26208667 16531456 3894 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 4036 3894 75 150 0 3883 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 38368

[startup+25.5067 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1529592/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=17108 CPUtime=18.09
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 4131 0 0 0 1806 3 0 0 25 0 1 0 26208667 17518592 4117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 4277 4117 75 150 0 4124 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 39332

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 30324
/proc/meminfo: memFree=1527992/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=18908 CPUtime=43.29
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 4578 0 0 0 4325 4 0 0 25 0 1 0 26208667 19361792 4564 996147200 134512640 135127466 4294956256 18446744073709551615 134528074 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 4727 4564 75 150 0 4574 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 41132

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1523896/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=22936 CPUtime=93.8
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 5578 0 0 0 9375 5 0 0 25 0 1 0 26208667 23486464 5564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 5734 5564 75 150 0 5581 0
Current children cumulated CPU time (s) 100.75
Current children cumulated vsize (KiB) 45160

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1520248/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=26680 CPUtime=152.95
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 6495 0 0 0 15289 6 0 0 25 0 1 0 26208667 27320320 6481 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 6670 6481 75 150 0 6517 0
Current children cumulated CPU time (s) 159.9
Current children cumulated vsize (KiB) 48904

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

/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=29848 CPUtime=212.1
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 7319 0 0 0 21203 7 0 0 25 0 1 0 26208667 30564352 7305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 7462 7305 75 150 0 7309 0
Current children cumulated CPU time (s) 219.05
Current children cumulated vsize (KiB) 52072

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1516664/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=30112 CPUtime=271.25
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 7375 0 0 0 27117 8 0 0 25 0 1 0 26208667 30834688 7361 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 7528 7361 75 150 0 7375 0
Current children cumulated CPU time (s) 278.2
Current children cumulated vsize (KiB) 52336

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1514168/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=32756 CPUtime=330.39
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8018 0 0 0 33031 8 0 0 25 0 1 0 26208667 33542144 8004 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 8189 8004 75 150 0 8036 0
Current children cumulated CPU time (s) 337.34
Current children cumulated vsize (KiB) 54980

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510584/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36188 CPUtime=389.54
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8897 0 0 0 38945 9 0 0 25 0 1 0 26208667 37056512 8883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9047 8883 75 150 0 8894 0
Current children cumulated CPU time (s) 396.49
Current children cumulated vsize (KiB) 58412

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=396.64
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8982 0 0 0 39655 9 0 0 25 0 1 0 26208667 37462016 8968 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8968 75 150 0 8993 0
Current children cumulated CPU time (s) 403.59
Current children cumulated vsize (KiB) 58808

[startup+435.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=421.87
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8994 0 0 0 42178 9 0 0 25 0 1 0 26208667 37462016 8980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8980 75 150 0 8993 0
Current children cumulated CPU time (s) 428.82
Current children cumulated vsize (KiB) 58808

[startup+441.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=428.17
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8994 0 0 0 42808 9 0 0 25 0 1 0 26208667 37462016 8980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8980 75 150 0 8993 0
Current children cumulated CPU time (s) 435.12
Current children cumulated vsize (KiB) 58808

[startup+444.701 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=431.32
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8997 0 0 0 43123 9 0 0 25 0 1 0 26208667 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 438.27
Current children cumulated vsize (KiB) 58808

[startup+447.908 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=434.47
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8997 0 0 0 43438 9 0 0 25 0 1 0 26208667 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 441.42
Current children cumulated vsize (KiB) 58808

[startup+449.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=436.05
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8997 0 0 0 43596 9 0 0 25 0 1 0 26208667 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 443
Current children cumulated vsize (KiB) 58808

[startup+450.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=6.95
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1376 28410 0 2 6 1 663 25 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
[pid=30323] ppid=30300 vsize=5356 CPUtime=0
/proc/30323/stat : 30323 (sh) S 30300 30300 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26208667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30323/statm: 1339 232 193 169 0 50 0
[pid=30324] ppid=30323 vsize=36584 CPUtime=436.83
/proc/30324/stat : 30324 (minisat) R 30323 30300 28511 0 -1 4194304 8997 0 0 0 43674 9 0 0 25 0 1 0 26208667 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/30324/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 443.78
Current children cumulated vsize (KiB) 58808

[startup+450.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 30324
/proc/meminfo: memFree=1510264/2055920 swapFree=4192812/4192956
[pid=30300] ppid=30298 vsize=16868 CPUtime=444.04
/proc/30300/stat : 30300 (sugar) S 30298 30300 28511 0 -1 4194304 1449 37701 0 2 6 1 44362 35 16 0 1 0 26207952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30300/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 444.04
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 450.739
CPU time (s): 444.188
CPU user time (s): 443.779
CPU system time (s): 0.409937
CPU usage (%): 98.5467
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 443.779
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42909
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= 3588
involuntary context switches= 19401

runsolver used 0.830873 second user time and 2.19367 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 11:36:47
IDJOB=2090827
IDBENCH=59914
IDSOLVER=739
FILE ID=node17/2090827-1247391407
PBS_JOBID= 9507163
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-63_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-2090827-1247391407/watcher-2090827-1247391407 -o /tmp/evaluation-result-2090827-1247391407/solver-2090827-1247391407 -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-2090827-1247391407.xml

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

MD5SUM BENCH= 0e566d9c333cc3028bf54580af84403c
RANDOM SEED=1840132971

node17.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.213
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.213
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:       1558192 kB
Buffers:         75928 kB
Cached:         186756 kB
SwapCached:          0 kB
Active:         329764 kB
Inactive:       104852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:         187584 kB
Slab:            48112 kB
Committed_AS:   887656 kB
PageTables:       2172 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= 66448 MiB
End job on node17 at 2009-07-12 11:44:18