Trace number 2066308

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+minisat? (TO) 1800.14 1808.62

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-15-20.xml
MD5SUMf4f50398b68b852815c7b3779f17aa15
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1102.85
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints70
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension70
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:56:58 2009
0.00/0.08	c 0	PID 16845
0.06/0.08	c 0	HOST node33.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066308-1247342218.xml TO HOME/temp.csp
0.06/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-2066308-1247342218.xml' 'HOME/temp.csp'
0.06/0.40	c 0	1 domains, 600 variables, 2 predicates, 0 relations, 70 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	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.36/0.54	c 0	Parsing HOME/temp.csp
0.36/0.59	c 1	parsed 673 expressions
0.36/0.60	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.60	c 1	Converting to clausal form CSP
0.36/0.63	c 1	converted 68 (10%) expressions
0.36/0.63	c 1	converted 135 (20%) expressions
0.36/0.63	c 1	converted 202 (30%) expressions
0.36/0.63	c 1	converted 270 (40%) expressions
0.36/0.63	c 1	converted 337 (50%) expressions
0.36/0.63	c 1	converted 404 (60%) expressions
0.36/0.63	c 1	converted 472 (70%) expressions
0.36/0.64	c 1	converted 539 (80%) expressions
0.36/0.67	c 1	converted 606 (90%) expressions
0.36/0.81	c 1	converted 673 (100%) expressions
0.36/0.81	c 1	CSP : 810 integers, 0 booleans, 490 clauses, largest domain size 6
0.36/0.81	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.81	c 1	Propagation in CSP
0.36/0.82	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/0.82	c 1	CSP : 810 integers, 0 booleans, 490 clauses, largest domain size 6
0.36/0.83	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.36/0.83	c 1	CSP : 810 integers, 0 booleans, 490 clauses, largest domain size 6
0.36/0.83	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/0.86	c 1	81 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.86	c 1	162 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.86	c 1	243 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.87	c 1	324 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.87	c 1	405 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.87	c 1	486 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.87	c 1	567 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.88	c 1	648 (80%) CSP integer variables are encoded (192 clauses, 2176 bytes)
0.36/0.88	c 1	729 (90%) CSP integer variables are encoded (480 clauses, 5665 bytes)
0.36/0.88	c 1	810 (100%) CSP integer variables are encoded (480 clauses, 5665 bytes)
0.37/0.90	c 1	49 (10%) CSP clauses are encoded (1789 clauses, 25890 bytes)
0.37/0.91	c 1	98 (20%) CSP clauses are encoded (3098 clauses, 49571 bytes)
0.37/0.92	c 1	147 (30%) CSP clauses are encoded (4407 clauses, 73252 bytes)
0.37/0.93	c 1	196 (40%) CSP clauses are encoded (5716 clauses, 97192 bytes)
0.37/0.94	c 1	245 (50%) CSP clauses are encoded (7025 clauses, 122196 bytes)
0.37/0.95	c 1	294 (60%) CSP clauses are encoded (8126 clauses, 141865 bytes)
0.37/0.96	c 1	343 (70%) CSP clauses are encoded (8707 clauses, 148208 bytes)
0.37/0.98	c 1	392 (80%) CSP clauses are encoded (9288 clauses, 154700 bytes)
0.89/1.00	c 1	441 (90%) CSP clauses are encoded (9869 clauses, 161469 bytes)
0.89/1.02	c 1	490 (100%) CSP clauses are encoded (10450 clauses, 168238 bytes)
0.89/1.02	c 1	490 CSP clauses encoded
0.89/1.02	c 1	Writing map file : HOME/temp.map
0.89/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.03	c 1	SAT : 1290 SAT variables, 10450 SAT clauses, 168238 bytes
0.89/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.04	c 1	SOLVING HOME/temp.cnf
0.89/1.04	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.89/1.05	c 1	This is MiniSat 2.0 beta
0.89/1.05	c 1	WARNING: for repeatability, setting FPU to use double precision
0.89/1.05	c 1	============================[ Problem Statistics ]=============================
0.89/1.05	c 1	|                                                                             |
0.89/1.05	c 1	|  Number of variables:  1290                                                 |
0.89/1.05	c 1	|  Number of clauses:    10450                                                |
0.89/1.05	c 1	|  Parsing time:         0.00         s                                       |
0.89/1.05	c 1	============================[ Search Statistics ]==============================
0.89/1.05	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/1.05	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/1.05	c 1	===============================================================================
0.89/1.05	c 1	|         0 |    1290    10450    33210 |     3483        0    nan |  0.000 % |
0.89/1.06	c 1	|       100 |    1290    10450    33210 |     3831      100     47 |  0.003 % |
0.89/1.06	c 1	|       250 |    1290    10450    33210 |     4214      250     53 |  0.003 % |
0.89/1.08	c 1	|       475 |    1290    10450    33210 |     4636      475     63 |  0.003 % |
0.89/1.09	c 1	|       812 |    1290    10450    33210 |     5099      812     64 |  0.003 % |
0.93/1.13	c 1	|      1319 |    1290    10450    33210 |     5609     1319     69 |  0.003 % |
0.93/1.18	c 1	|      2079 |    1290    10450    33210 |     6170     2079     70 |  0.002 % |
0.93/1.29	c 1	|      3219 |    1290    10450    33210 |     6788     3219     74 |  0.002 % |
0.93/1.51	c 1	|      4928 |    1290    10450    33210 |     7466     4928     80 |  0.003 % |
0.93/1.88	c 2	|      7490 |    1290    10450    33210 |     8213     7490     84 |  0.003 % |
2.35/2.52	c 2	|     11335 |    1290    10450    33210 |     9034     7064     88 |  0.003 % |
3.44/3.60	c 4	|     17103 |    1290    10450    33210 |     9938     8133     90 |  0.003 % |
5.23/5.41	c 5	|     25752 |    1290    10450    33210 |    10932     6541     93 |  0.003 % |
8.00/8.26	c 8	|     38727 |    1290    10450    33210 |    12025     8247     97 |  0.003 % |
11.87/12.14	c 12	|     58188 |    1290    10450    33210 |    13227     9126     87 |  0.003 % |
18.50/18.82	c 19	|     87380 |    1290    10450    33210 |    14550    11226     96 |  0.003 % |
28.90/29.38	c 29	|    131169 |    1290    10450    33210 |    16005    10415     92 |  0.003 % |
44.95/45.57	c 46	|    196854 |    1290    10450    33210 |    17606    10763     88 |  0.003 % |
74.37/75.28	c 75	|    295380 |    1290    10450    33210 |    19367    10578     90 |  0.003 % |
122.03/123.30	c 123	|    443169 |    1290    10450    33210 |    21303    10809     88 |  0.003 % |
196.73/198.76	c 199	|    664853 |    1290    10450    33210 |    23434    16329     87 |  0.003 % |
318.26/321.42	c 321	|    997378 |    1290    10450    33210 |    25777    16292     88 |  0.003 % |
513.41/518.47	c 518	|   1496169 |    1290    10450    33210 |    28355    16731     73 |  0.003 % |
823.48/831.46	c 831	|   2244352 |    1290    10450    33210 |    31190    25042     84 |  0.003 % |
1294.19/1302.55	c 1303	|   3366627 |    1290    10450    33210 |    34309    24575     66 |  0.003 % |
1800.09/1808.61	sh: line 1: 16869 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1808.61	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1808.61	c 1809	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'
1800.09/1808.61	c ERROR INTERRUPTED
1800.09/1808.61	s UNKNOWN
1800.09/1808.61	c 1809	CPU 1800.12 (0.06 0.02 1799.86 0.18)
1800.09/1808.61	c 1809	END Sat Jul 11 22:27:07 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066308-1247342218/watcher-2066308-1247342218 -o /tmp/evaluation-result-2066308-1247342218/solver-2066308-1247342218 -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-2066308-1247342218.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: 1.93 2.00 1.99 4/74 16845
/proc/meminfo: memFree=1691064/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=12268 CPUtime=0
/proc/16845/stat : 16845 (sugar) R 16843 16845 16291 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21287790 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16845/statm: 3067 316 241 3 0 167 0

[startup+0.0826811 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 16845
/proc/meminfo: memFree=1691064/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16740 CPUtime=0.06
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21287790 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101923 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 16845
/proc/meminfo: memFree=1691064/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.06
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21287790 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302946 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 16845
/proc/meminfo: memFree=1691064/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.06
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21287790 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702993 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 16845
/proc/meminfo: memFree=1691064/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.36
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1309 4562 0 1 5 1 27 3 16 0 1 0 21287790 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 1.93 2.00 1.99 3/85 16867
/proc/meminfo: memFree=1680096/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.93
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 5 2 78 8 15 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 16868

[startup+3.10128 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1683168/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.93
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 5 2 78 8 15 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=6316 CPUtime=2.02
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 1292 0 0 0 202 0 0 0 25 0 1 0 21287895 6467584 1278 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 1579 1278 75 150 0 1426 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 28540

[startup+6.30167 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1681568/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.93
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 5 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=7912 CPUtime=5.19
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 1679 0 0 0 519 0 0 0 25 0 1 0 21287895 8101888 1665 996147200 134512640 135127466 4294956256 18446744073709551615 134527182 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 1978 1665 75 150 0 1825 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30136

[startup+12.7014 s]
/proc/loadavg: 1.94 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1679968/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.93
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 5 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=9100 CPUtime=11.53
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 1948 0 0 0 1152 1 0 0 25 0 1 0 21287895 9318400 1934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 2275 1934 75 150 0 2122 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 31324

[startup+25.503 s]
/proc/loadavg: 1.95 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1677856/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.93
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 5 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=11164 CPUtime=24.21
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 2470 0 0 0 2420 1 0 0 25 0 1 0 21287895 11431936 2456 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 2791 2456 75 150 0 2638 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 33388

[startup+51.102 s]
/proc/loadavg: 1.97 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1676512/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.93
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 5 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=12600 CPUtime=49.57
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 2828 0 0 0 4955 2 0 0 25 0 1 0 21287895 12902400 2814 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 3150 2814 75 150 0 2997 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 34824

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1674528/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=14624 CPUtime=100.29
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 3286 0 0 0 10027 2 0 0 25 0 1 0 21287895 14974976 3272 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 3656 3272 75 150 0 3503 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 36848

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1671584/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=17764 CPUtime=159.73
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 4000 0 0 0 15970 3 0 0 25 0 1 0 21287895 18190336 3986 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 4441 3986 75 150 0 4288 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 39988

[startup+222.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 16869
/proc/meminfo: memFree=1670624/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=18712 CPUtime=219.16
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 4214 0 0 0 21913 3 0 0 25 0 1 0 21287895 19161088 4200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 4678 4200 75 150 0 4525 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 40936

[startup+282.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 16875
/proc/meminfo: memFree=1669336/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=20016 CPUtime=278.59
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 4527 0 0 0 27855 4 0 0 25 0 1 0 21287895 20496384 4513 996147200 134512640 135127466 4294956256 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 1 0 0
/proc/16869/statm: 5004 4513 75 150 0 4851 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 42240

[startup+342.303 s]

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

[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=27616 CPUtime=1233.08
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6321 0 0 0 123301 7 0 0 25 0 1 0 21287895 28278784 6307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 6904 6307 75 150 0 6751 0
Current children cumulated CPU time (s) 1234.02
Current children cumulated vsize (KiB) 49840

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 16979
/proc/meminfo: memFree=1262048/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=27616 CPUtime=1293.06
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6321 0 0 0 129299 7 0 0 25 0 1 0 21287895 28278784 6307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 6904 6307 75 150 0 6751 0
Current children cumulated CPU time (s) 1294
Current children cumulated vsize (KiB) 49840

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 16979
/proc/meminfo: memFree=1261664/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=28012 CPUtime=1353.03
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6430 0 0 0 135296 7 0 0 25 0 1 0 21287895 28684288 6416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7003 6416 75 150 0 6850 0
Current children cumulated CPU time (s) 1353.97
Current children cumulated vsize (KiB) 50236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16979
/proc/meminfo: memFree=1261536/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=28144 CPUtime=1413.01
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6452 0 0 0 141294 7 0 0 25 0 1 0 21287895 28819456 6438 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7036 6438 75 150 0 6883 0
Current children cumulated CPU time (s) 1413.95
Current children cumulated vsize (KiB) 50368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16979
/proc/meminfo: memFree=1261536/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=28144 CPUtime=1472.98
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6454 0 0 0 147291 7 0 0 25 0 1 0 21287895 28819456 6440 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7036 6440 75 150 0 6883 0
Current children cumulated CPU time (s) 1473.92
Current children cumulated vsize (KiB) 50368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16979
/proc/meminfo: memFree=1260256/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=29256 CPUtime=1532.96
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6730 0 0 0 153288 8 0 0 25 0 1 0 21287895 29958144 6716 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7314 6716 75 150 0 7161 0
Current children cumulated CPU time (s) 1533.9
Current children cumulated vsize (KiB) 51480

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 16979
/proc/meminfo: memFree=1259680/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=29724 CPUtime=1592.94
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 6865 0 0 0 159286 8 0 0 25 0 1 0 21287895 30437376 6851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7431 6851 75 150 0 7278 0
Current children cumulated CPU time (s) 1593.88
Current children cumulated vsize (KiB) 51948

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 16979
/proc/meminfo: memFree=1259040/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=30500 CPUtime=1652.91
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 7030 0 0 0 165283 8 0 0 25 0 1 0 21287895 31232000 7016 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7625 7016 75 150 0 7472 0
Current children cumulated CPU time (s) 1653.85
Current children cumulated vsize (KiB) 52724

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 16979
/proc/meminfo: memFree=1258784/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=30924 CPUtime=1712.88
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 7091 0 0 0 171280 8 0 0 25 0 1 0 21287895 31666176 7077 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7731 7077 75 150 0 7578 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 53148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16979
/proc/meminfo: memFree=1258464/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=31140 CPUtime=1772.86
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 7140 0 0 0 177278 8 0 0 25 0 1 0 21287895 31887360 7126 996147200 134512640 135127466 4294956256 18446744073709551615 134526928 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7785 7126 75 150 0 7632 0
Current children cumulated CPU time (s) 1773.8
Current children cumulated vsize (KiB) 53364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16979
/proc/meminfo: memFree=1258272/2055920 swapFree=4192812/4192956
[pid=16845] ppid=16843 vsize=16868 CPUtime=0.94
/proc/16845/stat : 16845 (sugar) S 16843 16845 16291 0 -1 4194304 1376 10047 0 2 6 2 78 8 16 0 1 0 21287790 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16845/statm: 4217 1113 409 3 0 796 0
[pid=16868] ppid=16845 vsize=5356 CPUtime=0
/proc/16868/stat : 16868 (sh) S 16845 16845 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21287894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16868/statm: 1339 232 193 169 0 50 0
[pid=16869] ppid=16868 vsize=31352 CPUtime=1799.15
/proc/16869/stat : 16869 (minisat) R 16868 16845 16291 0 -1 4194304 7197 0 0 0 179907 8 0 0 25 0 1 0 21287895 32104448 7183 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16869/statm: 7838 7183 75 150 0 7685 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 53576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1808.62
CPU time (s): 1800.14
CPU user time (s): 1799.93
CPU system time (s): 0.210967
CPU usage (%): 99.531
Max. virtual memory (cumulated for all children) (KiB): 886500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19283
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1421
involuntary context switches= 23109

runsolver used 2.06069 second user time and 6.17906 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 21:56:58
IDJOB=2066308
IDBENCH=54504
IDSOLVER=739
FILE ID=node33/2066308-1247342218
PBS_JOBID= 9506768
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-15-20.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-2066308-1247342218/watcher-2066308-1247342218 -o /tmp/evaluation-result-2066308-1247342218/solver-2066308-1247342218 -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-2066308-1247342218.xml

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

MD5SUM BENCH= f4f50398b68b852815c7b3779f17aa15
RANDOM SEED=394113856

node33.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.229
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.229
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:       1691544 kB
Buffers:         51644 kB
Cached:         228916 kB
SwapCached:        144 kB
Active:          80220 kB
Inactive:       228328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          38568 kB
Slab:            41220 kB
Committed_AS:   239232 kB
PageTables:       1772 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= 66432 MiB
End job on node33 at 2009-07-11 22:27:09