Trace number 2066022

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 828.16 831.8

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-18.xml
MD5SUM8eb80aac3e78ff14fab7058db635f260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.067988
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints306
Maximum constraint arity3
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension306
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 21:38:27 2009
0.04/0.07	c 0	PID 15024
0.04/0.08	c 0	HOST node82.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2066022-1247341107.xml TO HOME/temp.csp
0.04/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-2066022-1247341107.xml' 'HOME/temp.csp'
0.06/0.37	c 0	2 domains, 35 variables, 2 predicates, 0 relations, 306 constraints
0.06/0.39	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	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.34/0.46	c 0	Parsing HOME/temp.csp
0.34/0.49	c 0	parsed 345 expressions
0.34/0.50	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.50	c 0	Converting to clausal form CSP
0.34/0.51	c 0	converted 35 (10%) expressions
0.34/0.54	c 0	converted 69 (20%) expressions
0.34/0.56	c 0	converted 104 (30%) expressions
0.34/0.57	c 0	converted 138 (40%) expressions
0.34/0.59	c 0	converted 173 (50%) expressions
0.34/0.61	c 0	converted 207 (60%) expressions
0.34/0.63	c 0	converted 242 (70%) expressions
0.34/0.64	c 0	converted 276 (80%) expressions
0.34/0.68	c 0	converted 311 (90%) expressions
0.34/0.70	c 0	converted 345 (100%) expressions
0.34/0.70	c 0	CSP : 35 integers, 0 booleans, 340 clauses, largest domain size 18
0.34/0.70	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.70	c 0	Propagation in CSP
0.34/0.74	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.74	c 0	CSP : 35 integers, 0 booleans, 340 clauses, largest domain size 18
0.34/0.74	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.74	c 0	Simplifing CSP by introducing new Boolean variables
0.34/0.76	c 1	CSP : 35 integers, 612 booleans, 952 clauses, largest domain size 18
0.34/0.76	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.78	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.88	c 1	4 (10%) CSP integer variables are encoded (64 clauses, 623 bytes)
0.35/0.88	c 1	7 (20%) CSP integer variables are encoded (112 clauses, 1092 bytes)
0.35/0.88	c 1	11 (30%) CSP integer variables are encoded (176 clauses, 1796 bytes)
0.35/0.88	c 1	14 (40%) CSP integer variables are encoded (224 clauses, 2324 bytes)
0.35/0.88	c 1	18 (50%) CSP integer variables are encoded (288 clauses, 3028 bytes)
0.35/0.88	c 1	21 (60%) CSP integer variables are encoded (333 clauses, 3523 bytes)
0.35/0.89	c 1	25 (70%) CSP integer variables are encoded (393 clauses, 4183 bytes)
0.35/0.89	c 1	28 (80%) CSP integer variables are encoded (438 clauses, 4678 bytes)
0.35/0.89	c 1	32 (90%) CSP integer variables are encoded (498 clauses, 5338 bytes)
0.35/0.89	c 1	35 (100%) CSP integer variables are encoded (543 clauses, 5833 bytes)
0.35/0.92	c 1	96 (10%) CSP clauses are encoded (1727 clauses, 22321 bytes)
0.35/0.96	c 1	191 (20%) CSP clauses are encoded (2910 clauses, 39213 bytes)
0.35/0.99	c 1	286 (30%) CSP clauses are encoded (4076 clauses, 56400 bytes)
0.94/1.01	c 1	381 (40%) CSP clauses are encoded (5242 clauses, 74297 bytes)
0.94/1.02	c 1	476 (50%) CSP clauses are encoded (6413 clauses, 92271 bytes)
0.94/1.03	c 1	572 (60%) CSP clauses are encoded (7533 clauses, 109423 bytes)
0.94/1.03	c 1	667 (70%) CSP clauses are encoded (8636 clauses, 126743 bytes)
0.94/1.04	c 1	762 (80%) CSP clauses are encoded (9739 clauses, 144767 bytes)
0.94/1.04	c 1	857 (90%) CSP clauses are encoded (10858 clauses, 163059 bytes)
0.94/1.07	c 1	952 (100%) CSP clauses are encoded (21385 clauses, 346245 bytes)
0.94/1.07	c 1	952 CSP clauses encoded
0.94/1.07	c 1	Writing map file : HOME/temp.map
0.94/1.07	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.07	c 1	SAT : 1190 SAT variables, 21385 SAT clauses, 346245 bytes
0.94/1.07	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.11	c 1	SOLVING HOME/temp.cnf
1.01/1.11	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.01/1.12	c 1	This is MiniSat 2.0 beta
1.01/1.12	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.12	c 1	============================[ Problem Statistics ]=============================
1.01/1.12	c 1	|                                                                             |
1.01/1.12	c 1	|  Number of variables:  1190                                                 |
1.01/1.12	c 1	|  Number of clauses:    21385                                                |
1.01/1.13	c 1	|  Parsing time:         0.01         s                                       |
1.01/1.13	c 1	============================[ Search Statistics ]==============================
1.01/1.13	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.13	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.13	c 1	===============================================================================
1.01/1.13	c 1	|         0 |    1190    21385    66162 |     7128        0    nan |  0.000 % |
1.01/1.13	c 1	|       100 |    1190    21385    66162 |     7841      100      9 |  0.000 % |
1.01/1.14	c 1	|       250 |    1190    21385    66162 |     8625      250      9 |  0.000 % |
1.01/1.16	c 1	|       477 |    1190    21385    66162 |     9487      477     13 |  0.000 % |
1.01/1.19	c 1	|       814 |    1190    21385    66162 |    10436      814     16 |  0.000 % |
1.02/1.25	c 1	|      1320 |    1190    21385    66162 |    11480     1320     19 |  0.000 % |
1.02/1.31	c 1	|      2079 |    1190    21385    66162 |    12628     2079     19 |  0.000 % |
1.02/1.43	c 1	|      3218 |    1190    21385    66162 |    13891     3218     20 |  0.000 % |
1.02/1.61	c 1	|      4926 |    1190    21385    66162 |    15280     4926     21 |  0.000 % |
1.02/1.95	c 2	|      7489 |    1190    21385    66162 |    16808     7489     22 |  0.005 % |
2.29/2.42	c 2	|     11334 |    1190    21385    66162 |    18489    11334     24 |  0.001 % |
3.39/3.54	c 3	|     17101 |    1190    21385    66162 |    20337    17101     24 |  0.000 % |
4.89/5.09	c 5	|     25753 |    1190    21385    66162 |    22371    15307     24 |  0.000 % |
7.59/7.71	c 7	|     38727 |    1190    21385    66162 |    24608    16778     24 |  0.000 % |
11.89/12.06	c 12	|     58189 |    1190    21385    66162 |    27069    22916     27 |  0.000 % |
18.78/18.96	c 19	|     87381 |    1190    21385    66162 |    29776    21412     27 |  0.001 % |
32.18/32.32	c 32	|    131170 |    1190    21385    66162 |    32754    13888     26 |  0.001 % |
52.37/52.57	c 52	|    196855 |    1190    21385    66162 |    36029    19648     24 |  0.001 % |
82.36/82.52	c 82	|    295381 |    1190    21385    66162 |    39632    23425     25 |  0.001 % |
137.05/137.26	c 137	|    443170 |    1190    21385    66162 |    43596    17244     24 |  0.001 % |
228.09/228.70	c 228	|    664853 |    1190    21385    66162 |    47955    28716     30 |  0.005 % |
398.24/399.77	c 400	|    997380 |    1190    21385    66162 |    52751    32482     29 |  0.001 % |
657.83/660.61	c 660	|   1496168 |    1190    21385    66162 |    58026    37785     28 |  0.000 % |
827.98/831.62	c 831	===============================================================================
827.98/831.62	c 831	restarts              : 23
827.98/831.62	c 831	conflicts             : 1789402        (2164 /sec)
827.98/831.62	c 831	decisions             : 1996330        (0.82 % random) (2414 /sec)
827.98/831.62	c 831	propagations          : 322453782      (389945 /sec)
827.98/831.62	c 831	conflict literals     : 52576095       (24.50 % deleted)
827.98/831.62	c 831	Memory used           : 17.98 MB
827.98/831.62	c 831	CPU time              : 826.921 s
827.98/831.62	c 831	
827.98/831.62	c 831	SATISFIABLE
827.98/831.63	c 831	DECODING HOME/temp.out WITH HOME/temp.map
827.98/831.63	c 831	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'
828.01/831.71	c 831	Decoding HOME/temp.out
828.01/831.74	s SATISFIABLE
828.01/831.74	v 9 8 5 11 7 2 16 1 17 0 13 6 15 3 14 4 12 10 0 2 5 3 4 13 14 15 16 12 6 8 11 10 9 7 1
828.01/831.76	c 832	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
828.01/831.79	c 832	CPU 828.14 (0.05 0.02 827.9 0.17)
828.01/831.79	c 832	END Sat Jul 11 21:52: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-2066022-1247341107/watcher-2066022-1247341107 -o /tmp/evaluation-result-2066022-1247341107/solver-2066022-1247341107 -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-2066022-1247341107.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.09 2.02 2.00 5/83 15024
/proc/meminfo: memFree=1837240/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=12268 CPUtime=0
/proc/15024/stat : 15024 (sugar) R 15022 15024 13941 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 21175643 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/15024/statm: 3067 316 241 3 0 167 0

[startup+0.061972 s]
/proc/loadavg: 2.09 2.02 2.00 5/83 15024
/proc/meminfo: memFree=1837240/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16212 CPUtime=0.04
/proc/15024/stat : 15024 (sugar) R 15022 15024 13941 0 -1 4194304 955 0 0 0 3 1 0 0 21 0 1 0 21175643 16601088 923 996147200 4194304 4206940 548682068608 18446744073709551615 224284713473 0 0 4224 0 0 0 0 17 0 0 0
/proc/15024/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101984 s]
/proc/loadavg: 2.09 2.02 2.00 5/83 15024
/proc/meminfo: memFree=1837240/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=0.06
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 21175643 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302022 s]
/proc/loadavg: 2.09 2.02 2.00 5/83 15024
/proc/meminfo: memFree=1837240/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=0.06
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 21175643 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70109 s]
/proc/loadavg: 2.09 2.02 2.00 5/83 15024
/proc/meminfo: memFree=1837240/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=0.34
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1309 4560 0 1 5 1 25 3 16 0 1 0 21175643 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50224 s]
/proc/loadavg: 2.09 2.01 2.00 4/94 15046
/proc/meminfo: memFree=1822304/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 15 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10154 s]
/proc/loadavg: 2.09 2.01 2.00 3/86 15048
/proc/meminfo: memFree=1830816/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 15 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=4736 CPUtime=1.97
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 922 0 0 0 197 0 0 0 25 0 1 0 21175755 4849664 908 996147200 134512640 135127466 4294956256 18446744073709551615 134529983 0 0 4096 3 0 0 0 17 1 0 0
/proc/15048/statm: 1184 908 75 150 0 1031 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26960

[startup+6.30213 s]
/proc/loadavg: 2.09 2.01 2.00 3/86 15048
/proc/meminfo: memFree=1828256/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=5680 CPUtime=5.17
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 1153 0 0 0 517 0 0 0 25 0 1 0 21175755 5816320 1139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15048/statm: 1420 1139 75 150 0 1267 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27904

[startup+12.7013 s]
/proc/loadavg: 2.07 2.01 2.00 3/86 15048
/proc/meminfo: memFree=1824480/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=6736 CPUtime=11.57
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 1430 0 0 0 1156 1 0 0 25 0 1 0 21175755 6897664 1416 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15048/statm: 1684 1416 75 150 0 1531 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 28960

[startup+25.5017 s]
/proc/loadavg: 2.06 2.01 2.00 3/86 15048
/proc/meminfo: memFree=1822440/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=7692 CPUtime=24.36
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 1655 0 0 0 2435 1 0 0 25 0 1 0 21175755 7876608 1641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15048/statm: 1923 1641 75 150 0 1770 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 29916

[startup+51.1015 s]
/proc/loadavg: 2.04 2.01 2.00 3/86 15048
/proc/meminfo: memFree=1820200/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=8760 CPUtime=49.95
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 1922 0 0 0 4994 1 0 0 25 0 1 0 21175755 8970240 1908 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/15048/statm: 2190 1908 75 150 0 2037 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 30984

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 15048
/proc/meminfo: memFree=1818280/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=10552 CPUtime=101.14
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 2385 0 0 0 10112 2 0 0 25 0 1 0 21175755 10805248 2371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15048/statm: 2638 2371 75 150 0 2485 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 32776

[startup+162.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/85 15090
/proc/meminfo: memFree=1820648/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=11868 CPUtime=161.01
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 2660 0 0 0 16099 2 0 0 25 0 1 0 21175755 12152832 2646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 2967 2646 75 150 0 2814 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 34092

[startup+222.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/85 15090
/proc/meminfo: memFree=1812456/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=12948 CPUtime=220.7
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 2946 0 0 0 22068 2 0 0 25 0 1 0 21175755 13258752 2932 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 3237 2932 75 150 0 3084 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 35172

[startup+282.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 15090
/proc/meminfo: memFree=1806504/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=14308 CPUtime=280.41
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 3277 0 0 0 28038 3 0 0 25 0 1 0 21175755 14651392 3263 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 3577 3263 75 150 0 3424 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 36532

[startup+342.303 s]

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

/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=15836 CPUtime=519.2
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 3654 0 0 0 51916 4 0 0 25 0 1 0 21175755 16216064 3640 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 3959 3640 75 150 0 3806 0
Current children cumulated CPU time (s) 520.22
Current children cumulated vsize (KiB) 38060

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 15090
/proc/meminfo: memFree=1803944/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=16516 CPUtime=578.9
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 3820 0 0 0 57885 5 0 0 25 0 1 0 21175755 16912384 3806 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4129 3806 75 150 0 3976 0
Current children cumulated CPU time (s) 579.92
Current children cumulated vsize (KiB) 38740

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15090
/proc/meminfo: memFree=1803560/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=16824 CPUtime=638.6
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 3888 0 0 0 63855 5 0 0 25 0 1 0 21175755 17227776 3874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4206 3874 75 150 0 4053 0
Current children cumulated CPU time (s) 639.62
Current children cumulated vsize (KiB) 39048

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15090
/proc/meminfo: memFree=1803432/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=16996 CPUtime=698.3
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 3906 0 0 0 69825 5 0 0 25 0 1 0 21175755 17403904 3892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4249 3892 75 150 0 4096 0
Current children cumulated CPU time (s) 699.32
Current children cumulated vsize (KiB) 39220

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 15092
/proc/meminfo: memFree=1802664/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=17688 CPUtime=757.99
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4070 0 0 0 75794 5 0 0 25 0 1 0 21175755 18112512 4056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4422 4056 75 150 0 4269 0
Current children cumulated CPU time (s) 759.01
Current children cumulated vsize (KiB) 39912

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801832/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=18272 CPUtime=817.7
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4213 0 0 0 81764 6 0 0 25 0 1 0 21175755 18710528 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4568 4199 75 150 0 4415 0
Current children cumulated CPU time (s) 818.72
Current children cumulated vsize (KiB) 40496

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

[startup+825.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801512/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=18404 CPUtime=820.88
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4271 0 0 0 82082 6 0 0 25 0 1 0 21175755 18845696 4257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4601 4257 75 150 0 4448 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 40628

[startup+828.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801512/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=18404 CPUtime=824.07
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4271 0 0 0 82401 6 0 0 25 0 1 0 21175755 18845696 4257 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4601 4257 75 150 0 4448 0
Current children cumulated CPU time (s) 825.09
Current children cumulated vsize (KiB) 40628

[startup+830.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801512/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=18404 CPUtime=825.66
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4271 0 0 0 82560 6 0 0 25 0 1 0 21175755 18845696 4257 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4601 4257 75 150 0 4448 0
Current children cumulated CPU time (s) 826.68
Current children cumulated vsize (KiB) 40628

[startup+831.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801512/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=18404 CPUtime=826.46
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4271 0 0 0 82640 6 0 0 25 0 1 0 21175755 18845696 4257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4601 4257 75 150 0 4448 0
Current children cumulated CPU time (s) 827.48
Current children cumulated vsize (KiB) 40628

[startup+831.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801512/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=1.02
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1374 11138 0 2 5 2 88 7 16 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
[pid=15047] ppid=15024 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15024 15024 13941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21175755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15047/statm: 1339 232 193 169 0 50 0
[pid=15048] ppid=15047 vsize=18404 CPUtime=826.86
/proc/15048/stat : 15048 (minisat) R 15047 15024 13941 0 -1 4194304 4271 0 0 0 82680 6 0 0 25 0 1 0 21175755 18845696 4257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15048/statm: 4601 4257 75 150 0 4448 0
Current children cumulated CPU time (s) 827.88
Current children cumulated vsize (KiB) 40628

[startup+831.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15092
/proc/meminfo: memFree=1801512/2055920 swapFree=4192812/4192956
[pid=15024] ppid=15022 vsize=16868 CPUtime=828.01
/proc/15024/stat : 15024 (sugar) S 15022 15024 13941 0 -1 4194304 1427 15704 0 2 5 2 82780 14 17 0 1 0 21175643 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15024/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 828.01
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 831.8
CPU time (s): 828.16
CPU user time (s): 827.962
CPU system time (s): 0.197969
CPU usage (%): 99.5625
Max. virtual memory (cumulated for all children) (KiB): 890876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 827.962
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20976
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= 906
involuntary context switches= 10183

runsolver used 0.953854 second user time and 2.83757 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 21:38:27
IDJOB=2066022
IDBENCH=54459
IDSOLVER=739
FILE ID=node82/2066022-1247341107
PBS_JOBID= 9506649
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-18.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-2066022-1247341107/watcher-2066022-1247341107 -o /tmp/evaluation-result-2066022-1247341107/solver-2066022-1247341107 -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-2066022-1247341107.xml

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

MD5SUM BENCH= 8eb80aac3e78ff14fab7058db635f260
RANDOM SEED=794128338

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1837848 kB
Buffers:         20980 kB
Cached:          89860 kB
SwapCached:          0 kB
Active:         132064 kB
Inactive:        32172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          73844 kB
Slab:            38912 kB
Committed_AS:   204588 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66136 MiB
End job on node82 at 2009-07-11 21:52:19