Trace number 1034986

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.13+minisat? (TO) 1800.05 1806.52

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-62021_ext.xml
MD5SUMad3b0ced7dd4d3b9a7a1ae256b0401a3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark614.566
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 00:07:25 2008
0.00/0.05	c 0	PID 22304
0.03/0.05	c 0	HOST node3.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1034986-1214950045.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034986-1214950045.xml' 'HOME/temp.csp'
0.03/0.74	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.87	c 1	Parsing HOME/temp.csp
1.29/1.43	c 2	parsed 730 expressions
1.29/1.44	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.44	c 2	Converting to clausal form CSP
1.29/1.46	c 2	converted 73 (10%) expressions
1.29/1.47	c 2	converted 146 (20%) expressions
1.29/1.47	c 2	converted 219 (30%) expressions
1.29/1.47	c 2	converted 292 (40%) expressions
1.29/1.48	c 2	converted 365 (50%) expressions
1.40/1.57	c 2	converted 438 (60%) expressions
1.49/1.60	c 2	converted 511 (70%) expressions
1.49/1.64	c 2	converted 584 (80%) expressions
1.49/1.66	c 2	converted 657 (90%) expressions
1.49/1.69	c 2	converted 730 (100%) expressions
1.49/1.70	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.49/1.70	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.70	c 2	Propagation in CSP
1.49/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.58/1.70	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.58/1.70	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.58/1.70	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.58/1.70	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.58/1.76	c 2	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.58/1.77	c 2	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.58/1.77	c 2	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.58/1.77	c 2	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.58/1.77	c 2	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.58/1.77	c 2	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.58/1.77	c 2	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.58/1.77	c 2	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.58/1.77	c 2	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.58/1.78	c 2	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.69/1.84	c 2	36 (10%) CSP clauses are encoded (4735 clauses, 74682 bytes)
1.69/1.87	c 2	71 (20%) CSP clauses are encoded (8677 clauses, 142562 bytes)
1.69/1.89	c 2	106 (30%) CSP clauses are encoded (12635 clauses, 213557 bytes)
1.78/1.92	c 2	141 (40%) CSP clauses are encoded (16647 clauses, 290540 bytes)
1.78/1.94	c 2	176 (50%) CSP clauses are encoded (20661 clauses, 367511 bytes)
1.78/1.97	c 2	211 (60%) CSP clauses are encoded (24645 clauses, 443881 bytes)
1.78/1.99	c 2	246 (70%) CSP clauses are encoded (28598 clauses, 519731 bytes)
1.88/2.02	c 2	281 (80%) CSP clauses are encoded (32584 clauses, 596337 bytes)
1.88/2.04	c 2	316 (90%) CSP clauses are encoded (36600 clauses, 673407 bytes)
1.94/2.21	c 3	351 (100%) CSP clauses are encoded (40566 clauses, 749563 bytes)
1.94/2.21	c 3	351 CSP clauses encoded
1.94/2.21	c 3	Writing map file : HOME/temp.map
1.94/2.21	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.21	c 3	SAT : 702 SAT variables, 40566 SAT clauses, 749563 bytes
1.94/2.21	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.22	c 3	SOLVING HOME/temp.cnf
1.94/2.22	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.94/2.22	c 3	This is MiniSat 2.0 beta
1.94/2.22	c 3	WARNING: for repeatability, setting FPU to use double precision
1.94/2.22	c 3	============================[ Problem Statistics ]=============================
1.94/2.22	c 3	|                                                                             |
1.94/2.22	c 3	|  Number of variables:  702                                                  |
1.94/2.22	c 3	|  Number of clauses:    40566                                                |
1.94/2.24	c 3	|  Parsing time:         0.02         s                                       |
1.94/2.25	c 3	============================[ Search Statistics ]==============================
1.94/2.25	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.94/2.25	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.94/2.25	c 3	===============================================================================
1.94/2.25	c 3	|         0 |     702    40566   153772 |    13522        0    nan |  0.000 % |
1.94/2.27	c 3	|       100 |     702    40566   153772 |    14874      100     11 |  0.000 % |
1.98/2.31	c 3	|       251 |     702    40566   153772 |    16361      251     11 |  0.006 % |
1.98/2.35	c 3	|       476 |     702    40566   153772 |    17997      476     11 |  0.006 % |
1.98/2.41	c 3	|       813 |     702    40566   153772 |    19797      813     11 |  0.009 % |
1.98/2.51	c 3	|      1319 |     702    40566   153772 |    21777     1319     11 |  0.008 % |
1.98/2.68	c 3	|      2079 |     702    40566   153772 |    23955     2079     11 |  0.008 % |
1.98/2.92	c 3	|      3218 |     702    40566   153772 |    26350     3218     11 |  0.009 % |
3.05/3.32	c 4	|      4927 |     702    40566   153772 |    28985     4927     12 |  0.008 % |
3.64/3.93	c 4	|      7490 |     702    40566   153772 |    31884     7490     12 |  0.008 % |
4.64/4.98	c 5	|     11334 |     702    40566   153772 |    35072    11334     12 |  0.008 % |
6.24/6.58	c 7	|     17100 |     702    40566   153772 |    38579    17100     13 |  0.009 % |
9.14/9.44	c 10	|     25750 |     702    40566   153772 |    42437    25750     14 |  0.009 % |
14.33/14.60	c 15	|     38724 |     702    40566   153772 |    46681    38724     14 |  0.009 % |
21.84/22.14	c 23	|     58185 |     702    40566   153772 |    51349    23680     14 |  0.009 % |
36.03/36.31	c 37	|     87378 |     702    40566   153772 |    56484    14399     15 |  0.009 % |
57.02/57.31	c 58	|    131167 |     702    40566   153772 |    62133    15110     16 |  0.009 % |
91.60/91.99	c 92	|    196851 |     702    40566   153772 |    68346    32206     17 |  0.009 % |
153.78/154.11	c 155	|    295379 |     702    40566   153772 |    75181    24477     16 |  0.009 % |
241.85/242.29	c 243	|    443168 |     702    40566   153772 |    82699    52198     16 |  0.009 % |
392.31/392.74	c 393	|    664851 |     702    40566   153772 |    90969    69572     17 |  0.009 % |
608.43/608.99	c 609	|    997377 |     702    40566   153772 |   100066    21438     18 |  0.010 % |
956.86/958.89	c 959	|   1496166 |     702    40566   153772 |   110072    93219     19 |  0.010 % |
1538.80/1545.27	c 1546	|   2244348 |     702    40566   153772 |   121080    78430     17 |  0.011 % |
1800.02/1806.51	sh: line 1: 22328 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1806.51	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.51	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1806.51	c ERROR INTERRUPTED
1800.02/1806.52	s UNKNOWN
1800.02/1806.52	c 1807	CPU 1799.8 (0.03 0.01 1799.77 0.22)
1800.02/1806.52	c 1807	END Wed Jul  2 00:37:32 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034986-1214950045/watcher-1034986-1214950045 -o /tmp/evaluation-result-1034986-1214950045/solver-1034986-1214950045 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1034986-1214950045.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 1.74 0.89 4/84 22304
/proc/meminfo: memFree=1649104/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=12000 CPUtime=0
/proc/22304/stat : 22304 (sugar) R 22302 22304 21851 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 1973979957 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 233653172992 0 0 4224 0 0 0 0 17 1 0 0
/proc/22304/statm: 3000 178 139 3 0 100 0

[startup+0.0508541 s]
/proc/loadavg: 2.05 1.74 0.89 4/84 22304
/proc/meminfo: memFree=1649104/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=0.03
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1973979957 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102439 s]
/proc/loadavg: 2.05 1.74 0.89 4/84 22304
/proc/meminfo: memFree=1649104/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=0.03
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973979957 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301694 s]
/proc/loadavg: 2.05 1.74 0.89 4/84 22304
/proc/meminfo: memFree=1649104/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=0.03
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973979957 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701729 s]
/proc/loadavg: 2.05 1.74 0.89 4/84 22304
/proc/meminfo: memFree=1649104/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=0.03
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973979957 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.05 1.74 0.89 4/95 22326
/proc/meminfo: memFree=1641272/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=0.7
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 973 4833 0 1 3 0 63 4 15 0 1 0 1973979957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 797 370 3 0 500 0
[pid=22317] ppid=22304 vsize=5356 CPUtime=0
/proc/22317/stat : 22317 (sh) S 22304 22304 21851 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973980036 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22317/statm: 1339 233 193 169 0 50 0
[pid=22318] ppid=22317 vsize=864148 CPUtime=0.7
/proc/22318/stat : 22318 (java) S 22317 22304 21851 0 -1 0 6656 0 1 0 67 3 0 0 18 0 9 0 1973980036 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22318/statm: 216037 5922 2540 9 0 210612 0
[pid=22318/tid=22319] ppid=22317 vsize=864148 CPUtime=0.48
/proc/22318/task/22319/stat : 22319 (java) R 22317 22304 21851 0 -1 64 2574 0 1 0 47 1 0 0 21 0 9 0 1973980037 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4126098019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22320] ppid=22317 vsize=864148 CPUtime=0.11
/proc/22318/task/22320/stat : 22320 (java) S 22317 22304 21851 0 -1 64 3046 0 0 0 11 0 0 0 16 0 9 0 1973980038 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22321] ppid=22317 vsize=864148 CPUtime=0
/proc/22318/task/22321/stat : 22321 (java) S 22317 22304 21851 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973980038 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22322] ppid=22317 vsize=864148 CPUtime=0
/proc/22318/task/22322/stat : 22322 (java) S 22317 22304 21851 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973980038 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22323] ppid=22317 vsize=864148 CPUtime=0
/proc/22318/task/22323/stat : 22323 (java) S 22317 22304 21851 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973980040 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22324] ppid=22317 vsize=864148 CPUtime=0.08
/proc/22318/task/22324/stat : 22324 (java) S 22317 22304 21851 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1973980040 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22325] ppid=22317 vsize=864148 CPUtime=0
/proc/22318/task/22325/stat : 22325 (java) S 22317 22304 21851 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973980040 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22318/tid=22326] ppid=22317 vsize=864148 CPUtime=0
/proc/22318/task/22326/stat : 22326 (java) S 22317 22304 21851 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973980041 884887552 5922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883104

[startup+3.10193 s]
/proc/loadavg: 2.05 1.74 0.89 5/95 22326
/proc/meminfo: memFree=1593656/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 15 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13600

[startup+6.3022 s]
/proc/loadavg: 2.05 1.74 0.90 3/87 22328
/proc/meminfo: memFree=1579512/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=5112 CPUtime=4.06
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 1130 0 0 0 406 0 0 0 25 0 1 0 1973980179 5234688 1116 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 1278 1116 75 150 0 1125 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 24068

[startup+12.7027 s]
/proc/loadavg: 2.04 1.75 0.91 3/87 22328
/proc/meminfo: memFree=1577784/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=6772 CPUtime=10.45
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 1530 0 0 0 1045 0 0 0 25 0 1 0 1973980179 6934528 1516 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 1693 1516 75 150 0 1540 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 25728

[startup+25.5018 s]
/proc/loadavg: 2.03 1.76 0.92 3/87 22328
/proc/meminfo: memFree=1576504/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=7908 CPUtime=23.25
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 1811 0 0 0 2324 1 0 0 25 0 1 0 1973980179 8097792 1797 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 1977 1797 75 150 0 1824 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 26864

[startup+51.1019 s]
/proc/loadavg: 2.02 1.78 0.95 3/87 22328
/proc/meminfo: memFree=1575416/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=8988 CPUtime=48.84
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 2087 0 0 0 4883 1 0 0 25 0 1 0 1973980179 9203712 2073 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 2247 2073 75 150 0 2094 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 27944

[startup+102.306 s]
/proc/loadavg: 2.01 1.81 1.00 3/87 22328
/proc/meminfo: memFree=1573368/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=11088 CPUtime=100.02
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 2561 0 0 0 10000 2 0 0 25 0 1 0 1973980179 11354112 2547 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 2772 2547 75 150 0 2619 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 30044

[startup+162.301 s]
/proc/loadavg: 2.00 1.84 1.06 3/87 22328
/proc/meminfo: memFree=1571832/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=12436 CPUtime=160
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 2930 0 0 0 15997 3 0 0 25 0 1 0 1973980179 12734464 2916 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 3109 2916 75 150 0 2956 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 31392

[startup+222.301 s]
/proc/loadavg: 2.00 1.87 1.12 3/87 22328
/proc/meminfo: memFree=1571064/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.98
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 0 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=13116 CPUtime=219.97
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 3108 0 0 0 21994 3 0 0 25 0 1 0 1973980179 13430784 3094 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 3279 3094 75 150 0 3126 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 32072

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

[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=24960 CPUtime=1295.16
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 5939 0 0 0 129508 8 0 0 25 0 1 0 1973980179 25559040 5909 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22328/statm: 6240 5909 75 150 0 6087 0
Current children cumulated CPU time (s) 1297.15
Current children cumulated vsize (KiB) 43916

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/87 22328
/proc/meminfo: memFree=1503736/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=25284 CPUtime=1354.6
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 5978 0 0 0 135452 8 0 0 25 0 1 0 1973980179 25890816 5948 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/22328/statm: 6321 5948 75 150 0 6168 0
Current children cumulated CPU time (s) 1356.59
Current children cumulated vsize (KiB) 44240

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.73 3/87 22330
/proc/meminfo: memFree=1503288/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=25440 CPUtime=1414.03
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6026 0 0 0 141395 8 0 0 25 0 1 0 1973980179 26050560 5996 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22328/statm: 6360 5996 75 150 0 6207 0
Current children cumulated CPU time (s) 1416.02
Current children cumulated vsize (KiB) 44396

[startup+1482.3 s]
/proc/loadavg: 1.96 1.96 1.73 3/76 22382
/proc/meminfo: memFree=1672400/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=25588 CPUtime=1473.92
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6080 0 0 0 147383 9 0 0 25 0 1 0 1973980179 26202112 6050 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 6397 6050 75 150 0 6244 0
Current children cumulated CPU time (s) 1475.91
Current children cumulated vsize (KiB) 44544

[startup+1542.3 s]
/proc/loadavg: 1.98 1.96 1.75 3/76 22382
/proc/meminfo: memFree=1656144/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=25868 CPUtime=1533.91
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6146 0 0 0 153381 10 0 0 25 0 1 0 1973980179 26488832 6116 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 6467 6116 75 150 0 6314 0
Current children cumulated CPU time (s) 1535.9
Current children cumulated vsize (KiB) 44824

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/76 22382
/proc/meminfo: memFree=1649808/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=26964 CPUtime=1593.89
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6401 0 0 0 159379 10 0 0 25 0 1 0 1973980179 27611136 6371 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 6741 6371 75 150 0 6588 0
Current children cumulated CPU time (s) 1595.88
Current children cumulated vsize (KiB) 45920

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/76 22382
/proc/meminfo: memFree=1649424/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=27240 CPUtime=1653.86
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6489 0 0 0 165376 10 0 0 25 0 1 0 1973980179 27893760 6459 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 6810 6459 75 150 0 6657 0
Current children cumulated CPU time (s) 1655.85
Current children cumulated vsize (KiB) 46196

[startup+1722.3 s]
/proc/loadavg: 2.16 2.02 1.80 3/76 22382
/proc/meminfo: memFree=1645712/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=27516 CPUtime=1713.84
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6546 0 0 0 171374 10 0 0 25 0 1 0 1973980179 28176384 6516 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 6879 6516 75 150 0 6726 0
Current children cumulated CPU time (s) 1715.83
Current children cumulated vsize (KiB) 46472

[startup+1782.3 s]
/proc/loadavg: 2.22 2.07 1.83 3/76 22382
/proc/meminfo: memFree=1635728/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=28484 CPUtime=1773.83
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6764 0 0 0 177372 11 0 0 25 0 1 0 1973980179 29167616 6734 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 7121 6734 75 150 0 6968 0
Current children cumulated CPU time (s) 1775.82
Current children cumulated vsize (KiB) 47440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.22 2.08 1.83 3/76 22382
/proc/meminfo: memFree=1635728/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=28484 CPUtime=1798.03
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6766 0 0 0 179792 11 0 0 25 0 1 0 1973980179 29167616 6736 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 7121 6736 75 150 0 6968 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 47440

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

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

[startup+1806.5 s]
/proc/loadavg: 2.22 2.08 1.83 3/76 22382
/proc/meminfo: memFree=1635728/2055920 swapFree=4180472/4192956
[pid=22304] ppid=22302 vsize=13600 CPUtime=1.99
/proc/22304/stat : 22304 (sugar) S 22302 22304 21851 0 -1 4194304 1031 13146 0 2 3 1 185 10 16 0 1 0 1973979957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22304/statm: 3400 798 370 3 0 500 0
[pid=22327] ppid=22304 vsize=5356 CPUtime=0
/proc/22327/stat : 22327 (sh) S 22304 22304 21851 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973980179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22327/statm: 1339 232 193 169 0 50 0
[pid=22328] ppid=22327 vsize=28484 CPUtime=1798.03
/proc/22328/stat : 22328 (minisat) R 22327 22304 21851 0 -1 4194304 6766 0 0 0 179792 11 0 0 25 0 1 0 1973980179 29167616 6736 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22328/statm: 7121 6736 75 150 0 6968 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 47440

Child status: 0
Real time (s): 1806.52
CPU time (s): 1800.05
CPU user time (s): 1799.81
CPU system time (s): 0.240963
CPU usage (%): 99.642
Max. virtual memory (cumulated for all children) (KiB): 883352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21603
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= 1911
involuntary context switches= 30359

runsolver used 2.17867 second user time and 6.05108 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-02 00:07:25
IDJOB=1034986
IDBENCH=53372
IDSOLVER=346
FILE ID=node3/1034986-1214950045
PBS_JOBID= 7870328
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-62021_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034986-1214950045/watcher-1034986-1214950045 -o /tmp/evaluation-result-1034986-1214950045/solver-1034986-1214950045 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1034986-1214950045.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad3b0ced7dd4d3b9a7a1ae256b0401a3
RANDOM SEED=1189235789

node3.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.232
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.232
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:       1649584 kB
Buffers:         38680 kB
Cached:         208036 kB
SwapCached:       6516 kB
Active:         146584 kB
Inactive:       196996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649584 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:         108288 kB
Slab:            47752 kB
Committed_AS:  3952956 kB
PageTables:       1972 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= 66548 MiB
End job on node3 at 2008-07-02 00:37:34