Trace number 2068486

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.13 1817.23

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-f1000.xml
MD5SUM22f4670f77f803db70d4885e1813f138
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints5250
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5250
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 23:23:27 2009
0.00/0.08	c 0	PID 16558
0.06/0.08	c 0	HOST node4.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068486-1247347407.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-2068486-1247347407.xml' 'HOME/temp.csp'
0.06/0.96	c 1	1 domains, 2000 variables, 2 predicates, 0 relations, 5250 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.06	c 1	Parsing HOME/temp.csp
1.13/1.20	c 1	parsed 7253 expressions
1.13/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.21	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 726 (10%) expressions
1.13/1.25	c 1	converted 1451 (20%) expressions
1.23/1.31	c 1	converted 2176 (30%) expressions
1.33/1.46	c 1	converted 2902 (40%) expressions
1.33/1.49	c 1	converted 3627 (50%) expressions
1.43/1.52	c 1	converted 4352 (60%) expressions
1.43/1.54	c 1	converted 5078 (70%) expressions
1.43/1.56	c 1	converted 5803 (80%) expressions
1.52/1.62	c 1	converted 6528 (90%) expressions
1.52/1.65	c 1	converted 7253 (100%) expressions
1.52/1.65	c 1	CSP : 2000 integers, 0 booleans, 5250 clauses, largest domain size 2
1.52/1.65	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.65	c 1	Propagation in CSP
1.52/1.69	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.69	c 1	CSP : 2000 integers, 0 booleans, 5250 clauses, largest domain size 2
1.52/1.69	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.69	c 1	Simplifing CSP by introducing new Boolean variables
1.63/1.70	c 1	CSP : 2000 integers, 0 booleans, 5250 clauses, largest domain size 2
1.63/1.70	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.74	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.75	c 1	200 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.75	c 1	400 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.75	c 1	600 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.76	c 1	800 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.76	c 1	1000 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.76	c 1	1200 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.76	c 1	1400 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.77	c 1	1600 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.77	c 1	1800 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.63/1.77	c 1	2000 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.80	c 2	525 (10%) CSP clauses are encoded (525 clauses, 5257 bytes)
1.73/1.82	c 2	1050 (20%) CSP clauses are encoded (1050 clauses, 11747 bytes)
1.73/1.84	c 2	1575 (30%) CSP clauses are encoded (1575 clauses, 20669 bytes)
1.73/1.84	c 2	2100 (40%) CSP clauses are encoded (2100 clauses, 30109 bytes)
1.73/1.85	c 2	2625 (50%) CSP clauses are encoded (2625 clauses, 39641 bytes)
1.73/1.85	c 2	3150 (60%) CSP clauses are encoded (3150 clauses, 49209 bytes)
1.73/1.86	c 2	3675 (70%) CSP clauses are encoded (3675 clauses, 58855 bytes)
1.73/1.87	c 2	4200 (80%) CSP clauses are encoded (4200 clauses, 68554 bytes)
1.73/1.87	c 2	4725 (90%) CSP clauses are encoded (4725 clauses, 78437 bytes)
1.73/1.88	c 2	5250 (100%) CSP clauses are encoded (5250 clauses, 88937 bytes)
1.73/1.88	c 2	5250 CSP clauses encoded
1.73/1.88	c 2	Writing map file : HOME/temp.map
1.73/1.90	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.73/1.90	c 2	SAT : 2000 SAT variables, 5250 SAT clauses, 88937 bytes
1.73/1.90	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.93	c 2	SOLVING HOME/temp.cnf
1.82/1.93	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.82/1.93	c 2	This is MiniSat 2.0 beta
1.82/1.93	c 2	WARNING: for repeatability, setting FPU to use double precision
1.82/1.93	c 2	============================[ Problem Statistics ]=============================
1.82/1.93	c 2	|                                                                             |
1.82/1.93	c 2	|  Number of variables:  2000                                                 |
1.82/1.93	c 2	|  Number of clauses:    5250                                                 |
1.82/1.94	c 2	|  Parsing time:         0.00         s                                       |
1.82/1.94	c 2	============================[ Search Statistics ]==============================
1.82/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.82/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.82/1.94	c 2	===============================================================================
1.82/1.94	c 2	|         0 |    2000     5250    14750 |     1750        0    nan |  0.000 % |
1.82/1.94	c 2	|       101 |    2000     5250    14750 |     1925      101     34 |  0.000 % |
1.82/1.95	c 2	|       254 |    2000     5250    14750 |     2117      254     35 |  0.000 % |
1.82/1.97	c 2	|       479 |    2000     5250    14750 |     2329      479     36 |  0.000 % |
1.82/1.99	c 2	|       816 |    2000     5250    14750 |     2562      816     38 |  0.000 % |
1.85/2.03	c 2	|      1322 |    2000     5250    14750 |     2818     1322     37 |  0.000 % |
1.85/2.09	c 2	|      2081 |    2000     5250    14750 |     3100     2081     38 |  0.000 % |
2.01/2.19	c 2	|      3220 |    2000     5250    14750 |     3410     3220     39 |  0.000 % |
2.20/2.34	c 2	|      4928 |    2000     5250    14750 |     3751     3091     39 |  0.000 % |
2.40/2.58	c 2	|      7490 |    2000     5250    14750 |     4126     3639     42 |  0.000 % |
2.80/2.94	c 3	|     11335 |    2000     5250    14750 |     4539     3129     38 |  0.000 % |
3.39/3.51	c 3	|     17101 |    2000     5250    14750 |     4992     4096     40 |  0.000 % |
4.28/4.43	c 4	|     25751 |    2000     5250    14750 |     5492     4920     42 |  0.000 % |
5.66/5.85	c 6	|     38725 |    2000     5250    14750 |     6041     3549     39 |  0.000 % |
7.94/8.13	c 8	|     58188 |    2000     5250    14750 |     6645     4201     42 |  0.000 % |
11.40/11.60	c 11	|     87381 |    2000     5250    14750 |     7310     5931     43 |  0.000 % |
16.95/17.21	c 17	|    131170 |    2000     5250    14750 |     8041     4334     41 |  0.000 % |
25.47/25.89	c 26	|    196854 |    2000     5250    14750 |     8845     8072     40 |  0.000 % |
39.24/39.73	c 39	|    295380 |    2000     5250    14750 |     9729     6560     44 |  0.000 % |
60.34/61.08	c 61	|    443170 |    2000     5250    14750 |    10702     5242     40 |  0.000 % |
93.42/94.47	c 94	|    664854 |    2000     5250    14750 |    11773     8511     39 |  0.000 % |
145.04/146.52	c 146	|    997381 |    2000     5250    14750 |    12950    10974     43 |  0.000 % |
229.14/231.42	c 231	|   1496170 |    2000     5250    14750 |    14245     8611     42 |  0.000 % |
363.90/367.64	c 367	|   2244352 |    2000     5250    14750 |    15670    10985     40 |  0.000 % |
580.73/586.50	c 586	|   3366626 |    2000     5250    14750 |    17237    10745     45 |  0.000 % |
936.03/945.22	c 945	|   5050037 |    2000     5250    14750 |    18960    15472     43 |  0.000 % |
1496.64/1511.34	c 1511	|   7575155 |    2000     5250    14750 |    20856    17236     42 |  0.000 % |
1800.09/1817.21	sh: line 1: 16582 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1817.21	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1817.21	c 1817	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/1817.22	c ERROR INTERRUPTED
1800.09/1817.22	s UNKNOWN
1800.09/1817.22	c 1817	CPU 1800.1 (0.06 0.01 1799.86 0.17)
1800.09/1817.22	c 1817	END Sat Jul 11 23:53:44 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-2068486-1247347407/watcher-2068486-1247347407 -o /tmp/evaluation-result-2068486-1247347407/solver-2068486-1247347407 -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-2068486-1247347407.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.92 1.98 1.99 4/84 16558
/proc/meminfo: memFree=1235072/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=12000 CPUtime=0
/proc/16558/stat : 16558 (sugar) R 16556 16558 14994 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 21808178 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 259926872112 0 0 4224 0 0 0 0 17 1 0 0
/proc/16558/statm: 3000 179 140 3 0 100 0

[startup+0.0826909 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16558
/proc/meminfo: memFree=1235072/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16740 CPUtime=0.06
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21808178 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101729 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16558
/proc/meminfo: memFree=1235072/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=0.06
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21808178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301617 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16558
/proc/meminfo: memFree=1235072/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=0.06
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21808178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701661 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16558
/proc/meminfo: memFree=1235072/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=0.06
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21808178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 16573
/proc/meminfo: memFree=1229792/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=0.93
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1309 7807 0 1 5 1 81 6 16 0 1 0 21808178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1111 409 3 0 796 0
[pid=16571] ppid=16558 vsize=5356 CPUtime=0
/proc/16571/stat : 16571 (sh) S 16558 16558 14994 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21808276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16571/statm: 1339 233 193 169 0 50 0
[pid=16572] ppid=16571 vsize=868512 CPUtime=0.5
/proc/16572/stat : 16572 (java) S 16571 16558 14994 0 -1 0 5629 0 1 0 46 4 0 0 18 0 9 0 21808276 889356288 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16572/statm: 217128 5063 1743 9 0 211633 0
[pid=16572/tid=16573] ppid=16571 vsize=868512 CPUtime=0.28
/proc/16572/task/16573/stat : 16573 (java) R 16571 16558 14994 0 -1 64 2659 0 1 0 27 1 0 0 21 0 9 0 21808277 889356288 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4126514935 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890736

[startup+3.10189 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1229928/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 15 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=3136 CPUtime=1.15
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 477 0 0 0 115 0 0 0 25 0 1 0 21808371 3211264 463 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 784 463 75 150 0 631 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 25360

[startup+6.30119 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1228072/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=3688 CPUtime=4.31
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 617 0 0 0 431 0 0 0 25 0 1 0 21808371 3776512 603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 922 603 75 150 0 769 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 25912

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1210088/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=4344 CPUtime=10.64
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 784 0 0 0 1064 0 0 0 25 0 1 0 21808371 4448256 770 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 1086 770 75 150 0 933 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 26568

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1209384/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=5008 CPUtime=23.32
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 918 0 0 0 2332 0 0 0 25 0 1 0 21808371 5128192 904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 1252 904 75 150 0 1099 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 27232

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1208616/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=5668 CPUtime=48.68
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 1109 0 0 0 4868 0 0 0 25 0 1 0 21808371 5804032 1095 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 1417 1095 75 150 0 1264 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 27892

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1207016/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=6996 CPUtime=99.4
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 1448 0 0 0 9940 0 0 0 25 0 1 0 21808371 7163904 1434 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 1749 1434 75 150 0 1596 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 29220

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1205992/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=8060 CPUtime=158.83
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 1686 0 0 0 15882 1 0 0 25 0 1 0 21808371 8253440 1672 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 2015 1672 75 150 0 1862 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 30284

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1205608/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=8456 CPUtime=218.27
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 1795 0 0 0 21826 1 0 0 25 0 1 0 21808371 8658944 1781 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 2114 1781 75 150 0 1961 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 30680

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1204968/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=13996 CPUtime=1228.34
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3183 0 0 0 122831 3 0 0 25 0 1 0 21808371 14331904 3169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3499 3169 75 150 0 3346 0
Current children cumulated CPU time (s) 1230.19
Current children cumulated vsize (KiB) 36220

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1087720/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=14128 CPUtime=1287.77
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3207 0 0 0 128774 3 0 0 25 0 1 0 21808371 14467072 3193 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3532 3193 75 150 0 3379 0
Current children cumulated CPU time (s) 1289.62
Current children cumulated vsize (KiB) 36352

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1087656/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=14260 CPUtime=1347.19
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3245 0 0 0 134716 3 0 0 25 0 1 0 21808371 14602240 3231 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3565 3231 75 150 0 3412 0
Current children cumulated CPU time (s) 1349.04
Current children cumulated vsize (KiB) 36484

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1087592/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=14260 CPUtime=1406.63
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3245 0 0 0 140660 3 0 0 25 0 1 0 21808371 14602240 3231 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3565 3231 75 150 0 3412 0
Current children cumulated CPU time (s) 1408.48
Current children cumulated vsize (KiB) 36484

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1087528/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=14260 CPUtime=1466.06
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3250 0 0 0 146603 3 0 0 25 0 1 0 21808371 14602240 3236 996147200 134512640 135127466 4294956256 18446744073709551615 134527063 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3565 3236 75 150 0 3412 0
Current children cumulated CPU time (s) 1467.91
Current children cumulated vsize (KiB) 36484

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16582
/proc/meminfo: memFree=1087016/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=14920 CPUtime=1525.5
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3391 0 0 0 152547 3 0 0 25 0 1 0 21808371 15278080 3377 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3730 3377 75 150 0 3577 0
Current children cumulated CPU time (s) 1527.35
Current children cumulated vsize (KiB) 37144

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16584
/proc/meminfo: memFree=1086760/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=15064 CPUtime=1584.92
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3434 0 0 0 158489 3 0 0 25 0 1 0 21808371 15425536 3420 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3766 3420 75 150 0 3613 0
Current children cumulated CPU time (s) 1586.77
Current children cumulated vsize (KiB) 37288

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16584
/proc/meminfo: memFree=1086696/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=15064 CPUtime=1644.36
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3448 0 0 0 164433 3 0 0 25 0 1 0 21808371 15425536 3434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3766 3434 75 150 0 3613 0
Current children cumulated CPU time (s) 1646.21
Current children cumulated vsize (KiB) 37288

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16584
/proc/meminfo: memFree=1086312/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=15332 CPUtime=1703.8
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3511 0 0 0 170376 4 0 0 25 0 1 0 21808371 15699968 3497 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16582/statm: 3833 3497 75 150 0 3680 0
Current children cumulated CPU time (s) 1705.65
Current children cumulated vsize (KiB) 37556

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 16622
/proc/meminfo: memFree=962632/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=15468 CPUtime=1763.35
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3533 0 0 0 176331 4 0 0 25 0 1 0 21808371 15839232 3519 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/16582/statm: 3867 3519 75 150 0 3714 0
Current children cumulated CPU time (s) 1765.2
Current children cumulated vsize (KiB) 37692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 16622
/proc/meminfo: memFree=962632/2055920 swapFree=4192956/4192956
[pid=16558] ppid=16556 vsize=16868 CPUtime=1.85
/proc/16558/stat : 16558 (sugar) S 16556 16558 14994 0 -1 4194304 1376 15473 0 2 6 1 166 12 16 0 1 0 21808178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16558/statm: 4217 1113 409 3 0 796 0
[pid=16581] ppid=16558 vsize=5356 CPUtime=0
/proc/16581/stat : 16581 (sh) S 16558 16558 14994 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21808371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16581/statm: 1339 232 193 169 0 50 0
[pid=16582] ppid=16581 vsize=15600 CPUtime=1798.24
/proc/16582/stat : 16582 (minisat) R 16581 16558 14994 0 -1 4194304 3574 0 0 0 179820 4 0 0 25 0 1 0 21808371 15974400 3560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16582/statm: 3900 3560 75 150 0 3747 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 37824

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): 1817.23
CPU time (s): 1800.13
CPU user time (s): 1799.93
CPU system time (s): 0.19697
CPU usage (%): 99.0593
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21194
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= 1885
involuntary context switches= 72147

runsolver used 1.9987 second user time and 6.27904 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-11 23:23:27
IDJOB=2068486
IDBENCH=54869
IDSOLVER=739
FILE ID=node4/2068486-1247347407
PBS_JOBID= 9506679
Free space on /tmp= 66200 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-f1000.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-2068486-1247347407/watcher-2068486-1247347407 -o /tmp/evaluation-result-2068486-1247347407/solver-2068486-1247347407 -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-2068486-1247347407.xml

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

MD5SUM BENCH= 22f4670f77f803db70d4885e1813f138
RANDOM SEED=1516008452

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1235552 kB
Buffers:         62156 kB
Cached:         590780 kB
SwapCached:          0 kB
Active:         174296 kB
Inactive:       570456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1235552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:         107516 kB
Slab:            60744 kB
Committed_AS:   864416 kB
PageTables:       2028 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= 66196 MiB
End job on node4 at 2009-07-11 23:53:46