Trace number 2091487

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+minisatSAT 1262.42 1265.78

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-16_ext.xml
MD5SUM9a0d20bc5a7a2f1e8834cb6b53375490
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.69474
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 12:32:14 2009
0.00/0.08	c 0	PID 29296
0.07/0.08	c 0	HOST node57.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2091487-1247394733.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-2091487-1247394733.xml' 'HOME/temp.csp'
0.07/0.79	c 0	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.07/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	c 0	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.76/0.90	c 0	Parsing HOME/temp.csp
1.03/1.13	c 1	parsed 717 expressions
1.03/1.14	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.14	c 1	Converting to clausal form CSP
1.03/1.16	c 1	converted 72 (10%) expressions
1.03/1.16	c 1	converted 144 (20%) expressions
1.03/1.17	c 1	converted 216 (30%) expressions
1.11/1.21	c 1	converted 287 (40%) expressions
1.11/1.21	c 1	converted 359 (50%) expressions
1.11/1.24	c 1	converted 431 (60%) expressions
1.11/1.26	c 1	converted 502 (70%) expressions
1.11/1.28	c 1	converted 574 (80%) expressions
1.11/1.30	c 1	converted 646 (90%) expressions
1.21/1.37	c 1	converted 717 (100%) expressions
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	Propagation in CSP
1.21/1.37	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.42	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.42	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.43	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.43	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.43	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.43	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.43	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.43	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.43	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.43	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.31/1.48	c 1	34 (10%) CSP clauses are encoded (2913 clauses, 43303 bytes)
1.41/1.50	c 1	68 (20%) CSP clauses are encoded (5140 clauses, 80598 bytes)
1.41/1.52	c 1	102 (30%) CSP clauses are encoded (7281 clauses, 118186 bytes)
1.41/1.53	c 1	136 (40%) CSP clauses are encoded (9364 clauses, 157299 bytes)
1.41/1.55	c 1	169 (50%) CSP clauses are encoded (11508 clauses, 197558 bytes)
1.41/1.56	c 1	203 (60%) CSP clauses are encoded (13581 clauses, 236524 bytes)
1.41/1.57	c 1	237 (70%) CSP clauses are encoded (15669 clauses, 275708 bytes)
1.41/1.59	c 1	271 (80%) CSP clauses are encoded (17778 clauses, 315378 bytes)
1.50/1.60	c 1	305 (90%) CSP clauses are encoded (19934 clauses, 355755 bytes)
1.50/1.62	c 1	338 (100%) CSP clauses are encoded (22050 clauses, 395522 bytes)
1.50/1.62	c 1	338 CSP clauses encoded
1.50/1.62	c 1	Writing map file : HOME/temp.map
1.50/1.62	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.62	c 1	SAT : 720 SAT variables, 22050 SAT clauses, 395522 bytes
1.50/1.62	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.67	c 1	SOLVING HOME/temp.cnf
1.50/1.67	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.67	c 1	This is MiniSat 2.0 beta
1.50/1.67	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.67	c 1	============================[ Problem Statistics ]=============================
1.50/1.67	c 1	|                                                                             |
1.50/1.67	c 1	|  Number of variables:  720                                                  |
1.50/1.67	c 1	|  Number of clauses:    22050                                                |
1.50/1.68	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.68	c 1	============================[ Search Statistics ]==============================
1.50/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.68	c 1	===============================================================================
1.50/1.68	c 1	|         0 |     720    22050    80980 |     7350        0    nan |  0.000 % |
1.50/1.70	c 1	|       101 |     720    22050    80980 |     8085      101     11 |  0.000 % |
1.54/1.71	c 1	|       253 |     720    22050    80980 |     8893      253     14 |  0.003 % |
1.54/1.74	c 1	|       478 |     720    22050    80980 |     9782      478     14 |  0.003 % |
1.54/1.77	c 1	|       817 |     720    22050    80980 |    10761      817     13 |  0.005 % |
1.54/1.83	c 1	|      1324 |     720    22050    80980 |    11837     1324     13 |  0.005 % |
1.54/1.91	c 1	|      2083 |     720    22050    80980 |    13020     2083     13 |  0.003 % |
1.54/2.04	c 1	|      3223 |     720    22050    80980 |    14323     3223     13 |  0.003 % |
2.06/2.27	c 2	|      4932 |     720    22050    80980 |    15755     4932     13 |  0.005 % |
2.35/2.58	c 2	|      7495 |     720    22050    80980 |    17330     7495     14 |  0.003 % |
2.95/3.17	c 3	|     11340 |     720    22050    80980 |    19064    11340     14 |  0.008 % |
3.94/4.14	c 4	|     17106 |     720    22050    80980 |    20970    17106     14 |  0.003 % |
5.52/5.74	c 5	|     25755 |     720    22050    80980 |    23067    15186     15 |  0.008 % |
8.00/8.23	c 8	|     38730 |     720    22050    80980 |    25374    16493     15 |  0.008 % |
12.15/12.46	c 12	|     58191 |     720    22050    80980 |    27911    22703     17 |  0.009 % |
19.19/19.55	c 19	|     87383 |     720    22050    80980 |    30702    22542     16 |  0.009 % |
30.97/31.48	c 31	|    131174 |     720    22050    80980 |    33773    16778     17 |  0.009 % |
50.00/50.64	c 50	|    196858 |     720    22050    80980 |    37150    24344     16 |  0.009 % |
80.11/81.04	c 80	|    295384 |     720    22050    80980 |    40865    31595     19 |  0.009 % |
125.97/127.31	c 127	|    443173 |     719    21986    80798 |    44951    16077     17 |  0.139 % |
199.77/201.81	c 201	|    664856 |     719    21986    80798 |    49447    26446     21 |  0.140 % |
320.29/323.25	c 323	|    997383 |     719    21986    80798 |    54391    17667     18 |  0.145 % |
499.50/502.56	c 502	|   1496171 |     719    21986    80798 |    59831    37609     20 |  0.142 % |
777.56/780.79	c 780	|   2244354 |     714    21696    79876 |    65814    49316     21 |  0.834 % |
1237.15/1240.52	c 1240	|   3366629 |     709    21439    78978 |    72395    36029     22 |  1.528 % |
1262.24/1265.61	c 1265	===============================================================================
1262.24/1265.61	c 1265	restarts              : 25
1262.24/1265.61	c 1265	conflicts             : 3418206        (2711 /sec)
1262.24/1265.61	c 1265	decisions             : 4078050        (1.42 % random) (3235 /sec)
1262.24/1265.61	c 1265	propagations          : 364889745      (289445 /sec)
1262.24/1265.61	c 1265	conflict literals     : 67783153       (35.87 % deleted)
1262.24/1265.61	c 1265	Memory used           : 19.54 MB
1262.24/1265.61	c 1265	CPU time              : 1260.65 s
1262.24/1265.61	c 1265	
1262.24/1265.61	c 1265	SATISFIABLE
1262.24/1265.62	c 1265	DECODING HOME/temp.out WITH HOME/temp.map
1262.24/1265.62	c 1265	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'
1262.24/1265.69	c 1265	Decoding HOME/temp.out
1262.28/1265.72	s SATISFIABLE
1262.28/1265.72	v 6 3 10 12 15 12 17 0 7 14 2 13 18 1 0 5 6 3 4 9 9 13 16 0 7 9 10 10 7 5 17 5 2 9 8 0 13 9 2 15
1262.28/1265.74	c 1265	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1262.28/1265.78	c 1265	CPU 1262.4 (0.05 0.02 1262.14 0.19)
1262.28/1265.78	c 1265	END Sun Jul 12 12:53:19 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091487-1247394733/watcher-2091487-1247394733 -o /tmp/evaluation-result-2091487-1247394733/solver-2091487-1247394733 -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-2091487-1247394733.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.01 2.00 4/80 29296
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=12268 CPUtime=0
/proc/29296/stat : 29296 (sugar) R 29294 29296 29061 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26536563 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218084981758 0 0 4224 0 0 0 0 17 1 0 0
/proc/29296/statm: 3067 316 241 3 0 167 0

[startup+0.0871161 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 29296
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16740 CPUtime=0.07
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 26536563 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100573 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 29296
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=0.07
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26536563 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301603 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 29296
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=0.07
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26536563 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701674 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 29296
/proc/meminfo: memFree=1782904/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=0.07
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26536563 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 2.00 2.01 2.00 4/91 29318
/proc/meminfo: memFree=1773536/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=0.76
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1310 4806 0 1 5 2 65 4 15 0 1 0 26536563 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1111 409 3 0 796 0
[pid=29309] ppid=29296 vsize=5356 CPUtime=0
/proc/29309/stat : 29309 (sh) S 29296 29296 29061 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26536646 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29309/statm: 1339 233 193 169 0 50 0
[pid=29310] ppid=29309 vsize=864312 CPUtime=0.65
/proc/29310/stat : 29310 (java) S 29309 29296 29061 0 -1 0 6827 0 1 0 62 3 0 0 18 0 9 0 26536646 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29310/statm: 216078 6074 2590 9 0 210555 0
[pid=29310/tid=29311] ppid=29309 vsize=864312 CPUtime=0.36
/proc/29310/task/29311/stat : 29311 (java) R 29309 29296 29061 0 -1 64 2720 0 1 0 35 1 0 0 18 0 9 0 26536647 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 102093925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29312] ppid=29309 vsize=864312 CPUtime=0.2
/proc/29310/task/29312/stat : 29312 (java) S 29309 29296 29061 0 -1 64 3076 0 0 0 19 1 0 0 16 0 9 0 26536648 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29313] ppid=29309 vsize=864312 CPUtime=0
/proc/29310/task/29313/stat : 29313 (java) S 29309 29296 29061 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26536648 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29314] ppid=29309 vsize=864312 CPUtime=0
/proc/29310/task/29314/stat : 29314 (java) S 29309 29296 29061 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26536648 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29315] ppid=29309 vsize=864312 CPUtime=0
/proc/29310/task/29315/stat : 29315 (java) S 29309 29296 29061 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26536650 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29316] ppid=29309 vsize=864312 CPUtime=0.07
/proc/29310/task/29316/stat : 29316 (java) S 29309 29296 29061 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 26536650 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29317] ppid=29309 vsize=864312 CPUtime=0
/proc/29310/task/29317/stat : 29317 (java) S 29309 29296 29061 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26536650 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29318] ppid=29309 vsize=864312 CPUtime=0
/proc/29310/task/29318/stat : 29318 (java) S 29309 29296 29061 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26536650 885055488 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886536

[startup+3.10107 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 29320
/proc/meminfo: memFree=1776928/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 15 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=3856 CPUtime=1.41
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 724 0 0 0 141 0 0 0 25 0 1 0 26536730 3948544 710 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 964 710 75 150 0 811 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26080

[startup+6.30161 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 29320
/proc/meminfo: memFree=1775200/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=4852 CPUtime=4.58
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 963 0 0 0 458 0 0 0 25 0 1 0 26536730 4968448 949 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 1213 949 75 150 0 1060 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27076

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 29320
/proc/meminfo: memFree=1774304/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=5644 CPUtime=10.91
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 1174 0 0 0 1091 0 0 0 25 0 1 0 26536730 5779456 1160 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 1411 1160 75 150 0 1258 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 27868

[startup+25.5018 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 29320
/proc/meminfo: memFree=1773472/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=6600 CPUtime=23.58
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 1393 0 0 0 2358 0 0 0 25 0 1 0 26536730 6758400 1379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 1650 1379 75 150 0 1497 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 28824

[startup+51.1011 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 29320
/proc/meminfo: memFree=1772640/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=7540 CPUtime=48.95
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 1633 0 0 0 4894 1 0 0 25 0 1 0 26536730 7720960 1619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 1885 1619 75 150 0 1732 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 29764

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 29320
/proc/meminfo: memFree=1771232/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=8824 CPUtime=99.67
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 1954 0 0 0 9966 1 0 0 25 0 1 0 26536730 9035776 1940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 2206 1940 75 150 0 2053 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 31048

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 29320
/proc/meminfo: memFree=1769376/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=10724 CPUtime=159.1
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 2408 0 0 0 15909 1 0 0 25 0 1 0 26536730 10981376 2394 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29320/statm: 2681 2394 75 150 0 2528 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 32948

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29320
/proc/meminfo: memFree=1768544/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0

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

/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=18164 CPUtime=937.55
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4201 0 0 0 93751 4 0 0 25 0 1 0 26536730 18599936 4187 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4541 4187 75 150 0 4388 0
Current children cumulated CPU time (s) 939.09
Current children cumulated vsize (KiB) 40388

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29348
/proc/meminfo: memFree=1820576/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=18468 CPUtime=997.52
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4269 0 0 0 99748 4 0 0 25 0 1 0 26536730 18911232 4255 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4617 4255 75 150 0 4464 0
Current children cumulated CPU time (s) 999.06
Current children cumulated vsize (KiB) 40692

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29348
/proc/meminfo: memFree=1820384/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=18752 CPUtime=1057.5
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4328 0 0 0 105745 5 0 0 25 0 1 0 26536730 19202048 4314 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4688 4314 75 150 0 4535 0
Current children cumulated CPU time (s) 1059.04
Current children cumulated vsize (KiB) 40976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29348
/proc/meminfo: memFree=1820128/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=18892 CPUtime=1117.47
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4374 0 0 0 111742 5 0 0 25 0 1 0 26536730 19345408 4360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4723 4360 75 150 0 4570 0
Current children cumulated CPU time (s) 1119.01
Current children cumulated vsize (KiB) 41116

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 29385
/proc/meminfo: memFree=1757664/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=19176 CPUtime=1177.44
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4428 0 0 0 117738 6 0 0 25 0 1 0 26536730 19636224 4414 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4794 4414 75 150 0 4641 0
Current children cumulated CPU time (s) 1178.98
Current children cumulated vsize (KiB) 41400

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 29385
/proc/meminfo: memFree=1757152/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=19596 CPUtime=1237.41
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4530 0 0 0 123735 6 0 0 25 0 1 0 26536730 20066304 4516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4899 4516 75 150 0 4746 0
Current children cumulated CPU time (s) 1238.95
Current children cumulated vsize (KiB) 41820

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

[startup+1254.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29385
/proc/meminfo: memFree=1757088/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=19740 CPUtime=1249.4
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4549 0 0 0 124934 6 0 0 25 0 1 0 26536730 20213760 4535 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 4935 4535 75 150 0 4782 0
Current children cumulated CPU time (s) 1250.94
Current children cumulated vsize (KiB) 41964

[startup+1260.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29385
/proc/meminfo: memFree=1756832/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=20004 CPUtime=1255.8
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4621 0 0 0 125574 6 0 0 25 0 1 0 26536730 20484096 4607 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 5001 4607 75 150 0 4848 0
Current children cumulated CPU time (s) 1257.34
Current children cumulated vsize (KiB) 42228

[startup+1263.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29385
/proc/meminfo: memFree=1756704/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=20004 CPUtime=1259
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4636 0 0 0 125894 6 0 0 25 0 1 0 26536730 20484096 4622 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 5001 4622 75 150 0 4848 0
Current children cumulated CPU time (s) 1260.54
Current children cumulated vsize (KiB) 42228

[startup+1264.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29385
/proc/meminfo: memFree=1756704/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=20004 CPUtime=1259.8
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4636 0 0 0 125974 6 0 0 25 0 1 0 26536730 20484096 4622 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 5001 4622 75 150 0 4848 0
Current children cumulated CPU time (s) 1261.34
Current children cumulated vsize (KiB) 42228

[startup+1265.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29385
/proc/meminfo: memFree=1756704/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1.54
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1376 11963 0 2 5 2 139 8 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
[pid=29319] ppid=29296 vsize=5356 CPUtime=0
/proc/29319/stat : 29319 (sh) S 29296 29296 29061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26536730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29319/statm: 1339 232 193 169 0 50 0
[pid=29320] ppid=29319 vsize=20004 CPUtime=1260.6
/proc/29320/stat : 29320 (minisat) R 29319 29296 29061 0 -1 4194304 4636 0 0 0 126054 6 0 0 25 0 1 0 26536730 20484096 4622 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 0 0 0
/proc/29320/statm: 5001 4622 75 150 0 4848 0
Current children cumulated CPU time (s) 1262.14
Current children cumulated vsize (KiB) 42228

[startup+1265.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 29385
/proc/meminfo: memFree=1756704/2055920 swapFree=4192812/4192956
[pid=29296] ppid=29294 vsize=16868 CPUtime=1262.28
/proc/29296/stat : 29296 (sugar) S 29294 29296 29061 0 -1 4194304 1448 16894 0 2 5 2 126205 16 16 0 1 0 26536563 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29296/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1262.28
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1265.78
CPU time (s): 1262.42
CPU user time (s): 1262.2
CPU system time (s): 0.211967
CPU usage (%): 99.7338
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1262.2
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22171
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= 1643
involuntary context switches= 11653

runsolver used 1.62175 second user time and 3.43148 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 12:32:13
IDJOB=2091487
IDBENCH=60069
IDSOLVER=739
FILE ID=node57/2091487-1247394733
PBS_JOBID= 9507352
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-16_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-2091487-1247394733/watcher-2091487-1247394733 -o /tmp/evaluation-result-2091487-1247394733/solver-2091487-1247394733 -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-2091487-1247394733.xml

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

MD5SUM BENCH= 9a0d20bc5a7a2f1e8834cb6b53375490
RANDOM SEED=479438662

node57.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.261
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.261
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:       1783384 kB
Buffers:         38388 kB
Cached:         108152 kB
SwapCached:          0 kB
Active:         157936 kB
Inactive:        65224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          94428 kB
Slab:            34576 kB
Committed_AS:   962708 kB
PageTables:       1912 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= 66412 MiB
End job on node57 at 2009-07-12 12:53:19