Trace number 1060746

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.1 1801.02

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-4.xml
MD5SUM89ae94f8bcf1c2ab487c579798d2259f
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 variables6352
Number of constraints13348
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13348
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.04	c 0	BEGIN Fri Jul  4 01:39:58 2008
0.00/0.04	c 0	PID 18051
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1060746-1215128398.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060746-1215128398.xml' 'HOME/temp.csp'
1.07/1.11	c 1	2 domains, 6352 variables, 3 predicates, 0 relations, 13348 constraints
1.07/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.14	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'
1.08/1.21	c 1	Parsing HOME/temp.csp
1.08/1.52	c 1	parsed 10000 expressions
1.08/1.74	c 2	parsed 19705 expressions
1.08/1.74	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.74	c 2	Converting to clausal form CSP
1.08/1.79	c 2	converted 1971 (10%) expressions
1.08/1.79	c 2	converted 3941 (20%) expressions
1.08/1.80	c 2	converted 5912 (30%) expressions
1.08/2.04	c 2	converted 7882 (40%) expressions
1.08/2.08	c 2	converted 9853 (50%) expressions
2.03/2.12	c 2	converted 11823 (60%) expressions
2.03/2.16	c 2	converted 13794 (70%) expressions
2.03/2.20	c 2	converted 15764 (80%) expressions
2.14/2.23	c 2	converted 17735 (90%) expressions
2.14/2.27	c 2	converted 19705 (100%) expressions
2.14/2.27	c 2	CSP : 6352 integers, 0 booleans, 12952 clauses, largest domain size 2
2.14/2.27	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.27	c 2	Propagation in CSP
3.02/3.12	c 3	1441 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.02/3.13	c 3	CSP : 6352 integers, 0 booleans, 12952 clauses, largest domain size 2
3.02/3.13	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.14	c 3	Simplifing CSP by introducing new Boolean variables
3.02/3.14	c 3	CSP : 6352 integers, 0 booleans, 12952 clauses, largest domain size 2
3.02/3.14	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.13/3.21	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.13/3.22	c 3	636 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.23	c 3	1271 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.23	c 3	1906 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	2541 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	3176 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	3812 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	4447 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	5082 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	5717 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.24	c 3	6352 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.13/3.30	c 3	1296 (10%) CSP clauses are encoded (1207 clauses, 13563 bytes)
3.23/3.31	c 3	2591 (20%) CSP clauses are encoded (2446 clauses, 29675 bytes)
3.23/3.32	c 3	3886 (30%) CSP clauses are encoded (3639 clauses, 45179 bytes)
3.23/3.33	c 3	5181 (40%) CSP clauses are encoded (4301 clauses, 53675 bytes)
3.23/3.34	c 3	6476 (50%) CSP clauses are encoded (5041 clauses, 65157 bytes)
3.23/3.35	c 3	7772 (60%) CSP clauses are encoded (6317 clauses, 89261 bytes)
3.23/3.36	c 3	9067 (70%) CSP clauses are encoded (7600 clauses, 114681 bytes)
3.23/3.37	c 3	10362 (80%) CSP clauses are encoded (8753 clauses, 137489 bytes)
3.23/3.38	c 3	11657 (90%) CSP clauses are encoded (9291 clauses, 147895 bytes)
3.23/3.39	c 3	12952 (100%) CSP clauses are encoded (9815 clauses, 158021 bytes)
3.23/3.39	c 3	12952 CSP clauses encoded
3.23/3.39	c 3	Writing map file : HOME/temp.map
3.33/3.45	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.33/3.45	c 3	SAT : 4770 SAT variables, 9815 SAT clauses, 158021 bytes
3.33/3.45	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.39/3.50	c 3	SOLVING HOME/temp.cnf
3.39/3.50	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.39/3.50	c 3	This is MiniSat 2.0 beta
3.39/3.50	c 3	WARNING: for repeatability, setting FPU to use double precision
3.39/3.50	c 3	============================[ Problem Statistics ]=============================
3.39/3.50	c 3	|                                                                             |
3.39/3.50	c 3	|  Number of variables:  4770                                                 |
3.39/3.50	c 3	|  Number of clauses:    9815                                                 |
3.39/3.51	c 3	|  Parsing time:         0.01         s                                       |
3.39/3.51	c 3	============================[ Search Statistics ]==============================
3.39/3.51	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.39/3.51	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.39/3.51	c 3	===============================================================================
3.39/3.51	c 3	|         0 |    4770     9815    24584 |     3271        0    nan |  0.000 % |
3.39/3.52	c 3	|       100 |    4770     9815    24584 |     3598      100     13 |  0.000 % |
3.39/3.54	c 3	|       251 |    4770     9815    24584 |     3958      251     17 |  0.000 % |
3.39/3.58	c 3	|       476 |    4770     9815    24584 |     4354      476     16 |  0.000 % |
3.40/3.63	c 3	|       813 |    4770     9815    24584 |     4790      813     21 |  0.000 % |
3.40/3.69	c 3	|      1320 |    4770     9815    24584 |     5269     1320     20 |  0.000 % |
3.40/3.81	c 4	|      2079 |    4770     9815    24584 |     5795     2079     21 |  0.000 % |
3.40/3.94	c 4	|      3219 |    4770     9815    24584 |     6375     3219     20 |  0.000 % |
4.19/4.32	c 4	|      4928 |    4770     9815    24584 |     7013     4928     24 |  0.000 % |
4.79/4.90	c 5	|      7491 |    4770     9815    24584 |     7714     3907     28 |  0.000 % |
5.79/5.92	c 6	|     11335 |    4770     9815    24584 |     8485     7751     29 |  0.000 % |
7.29/7.47	c 7	|     17101 |    4770     9815    24584 |     9334     4870     25 |  0.000 % |
9.58/9.72	c 10	|     25750 |    4770     9815    24584 |    10267     8776     26 |  0.000 % |
13.18/13.33	c 13	|     38724 |    4770     9815    24584 |    11294     6134     23 |  0.000 % |
18.78/18.91	c 19	|     58185 |    4770     9815    24584 |    12424     8488     25 |  0.000 % |
27.58/27.79	c 28	|     87381 |    4770     9815    24584 |    13666     6281     22 |  0.000 % |
41.37/41.50	c 41	|    131171 |    4770     9815    24584 |    15033     8766     22 |  0.000 % |
63.46/63.63	c 63	|    196855 |    4766     9805    24562 |    16536    13721     26 |  0.084 % |
97.76/97.96	c 98	|    295382 |    4766     9805    24562 |    18190    12313     22 |  0.084 % |
152.54/152.76	c 153	|    443172 |    4766     9805    24562 |    20009    13161     21 |  0.084 % |
239.01/239.28	c 239	|    664855 |    4766     9805    24562 |    22010    13377     24 |  0.084 % |
392.07/392.34	c 392	|    997381 |    4766     9805    24562 |    24211    14014     25 |  0.084 % |
609.22/609.57	c 609	|   1496169 |    4766     9805    24562 |    26632    13918     19 |  0.084 % |
966.23/966.66	c 966	|   2244352 |    4766     9805    24562 |    29295    26132     21 |  0.084 % |
1539.17/1539.76	c 1540	|   3366627 |    4766     9805    24562 |    32225    20435     20 |  0.084 % |
1800.06/1801.00	sh: line 1: 18075 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1801.00	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1801.00	c 1801	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.06/1801.01	c ERROR INTERRUPTED
1800.06/1801.02	s UNKNOWN
1800.06/1801.02	c 1801	CPU 1799.91 (0.04 0.01 1799.87 0.17)
1800.06/1801.02	c 1801	END Fri Jul  4 02:09:59 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-1060746-1215128398/watcher-1060746-1215128398 -o /tmp/evaluation-result-1060746-1215128398/solver-1060746-1215128398 -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-1060746-1215128398.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: 1.90 1.97 1.99 4/82 18051
/proc/meminfo: memFree=1779976/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=12272 CPUtime=0
/proc/18051/stat : 18051 (sugar) R 18049 18051 17443 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 245827719 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/18051/statm: 3068 327 246 3 0 168 0

[startup+0.0950071 s]
/proc/loadavg: 1.90 1.97 1.99 4/82 18051
/proc/meminfo: memFree=1779976/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.03
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 245827719 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101006 s]
/proc/loadavg: 1.90 1.97 1.99 4/82 18051
/proc/meminfo: memFree=1779976/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.03
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 245827719 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301033 s]
/proc/loadavg: 1.90 1.97 1.99 4/82 18051
/proc/meminfo: memFree=1779976/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.03
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 245827719 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701078 s]
/proc/loadavg: 1.90 1.97 1.99 4/82 18051
/proc/meminfo: memFree=1779976/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=0.03
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 245827719 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50116 s]
/proc/loadavg: 1.90 1.97 1.99 4/93 18063
/proc/meminfo: memFree=1749040/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=1.08
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 973 11352 0 1 3 0 98 7 15 0 1 0 245827719 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10234 s]
/proc/loadavg: 1.90 1.97 1.99 3/93 18073
/proc/meminfo: memFree=1757424/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=1.09
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 974 11352 0 1 3 1 98 7 15 0 1 0 245827719 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 797 370 3 0 500 0
[pid=18064] ppid=18051 vsize=5356 CPUtime=0
/proc/18064/stat : 18064 (sh) S 18051 18051 17443 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 245827833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18064/statm: 1339 233 193 169 0 50 0
[pid=18065] ppid=18064 vsize=868388 CPUtime=1.93
/proc/18065/stat : 18065 (java) S 18064 18051 17443 0 -1 0 9548 0 1 0 188 5 0 0 19 0 9 0 245827834 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18065/statm: 217097 8475 2540 9 0 211672 0
[pid=18065/tid=18066] ppid=18064 vsize=868388 CPUtime=1.38
/proc/18065/task/18066/stat : 18066 (java) R 18064 18051 17443 0 -1 64 2833 0 1 0 137 1 0 0 25 0 9 0 245827835 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4126924664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18067] ppid=18064 vsize=868388 CPUtime=0.34
/proc/18065/task/18067/stat : 18067 (java) S 18064 18051 17443 0 -1 64 4551 0 0 0 32 2 0 0 16 0 9 0 245827836 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18068] ppid=18064 vsize=868388 CPUtime=0
/proc/18065/task/18068/stat : 18068 (java) S 18064 18051 17443 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 245827836 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18069] ppid=18064 vsize=868388 CPUtime=0
/proc/18065/task/18069/stat : 18069 (java) S 18064 18051 17443 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 245827836 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18070] ppid=18064 vsize=868388 CPUtime=0
/proc/18065/task/18070/stat : 18070 (java) S 18064 18051 17443 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 245827838 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18071] ppid=18064 vsize=868388 CPUtime=0.18
/proc/18065/task/18071/stat : 18071 (java) S 18064 18051 17443 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 245827838 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18072] ppid=18064 vsize=868388 CPUtime=0
/proc/18065/task/18072/stat : 18072 (java) S 18064 18051 17443 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 245827838 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18065/tid=18073] ppid=18064 vsize=868388 CPUtime=0
/proc/18065/task/18073/stat : 18073 (java) S 18064 18051 17443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245827838 889229312 8475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887344

[startup+6.30267 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 18075
/proc/meminfo: memFree=1774576/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=3932 CPUtime=2.79
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 671 0 0 0 279 0 0 0 25 0 1 0 245828070 4026368 657 996147200 134512640 135127466 4294956272 18446744073709551615 134534067 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 983 657 76 150 0 830 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 22888

[startup+12.7024 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 18075
/proc/meminfo: memFree=1773296/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=4196 CPUtime=9.18
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 736 0 0 0 918 0 0 0 25 0 1 0 245828070 4296704 722 996147200 134512640 135127466 4294956272 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 1049 722 76 150 0 896 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 23152

[startup+25.5017 s]
/proc/loadavg: 1.93 1.97 1.99 3/85 18075
/proc/meminfo: memFree=1772912/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=4612 CPUtime=21.98
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 854 0 0 0 2198 0 0 0 25 0 1 0 245828070 4722688 840 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 1153 840 76 150 0 1000 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 23568

[startup+51.1015 s]
/proc/loadavg: 1.95 1.97 1.99 3/85 18075
/proc/meminfo: memFree=1771632/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=5184 CPUtime=47.56
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 986 0 0 0 4756 0 0 0 25 0 1 0 245828070 5308416 972 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 1296 972 76 150 0 1143 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 24140

[startup+102.307 s]
/proc/loadavg: 2.03 1.99 1.99 3/85 18075
/proc/meminfo: memFree=1769904/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=5752 CPUtime=98.76
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1126 0 0 0 9876 0 0 0 25 0 1 0 245828070 5890048 1112 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 1438 1112 76 150 0 1285 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 24708

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/85 18075
/proc/meminfo: memFree=1768176/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=6208 CPUtime=158.73
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1228 0 0 0 15873 0 0 0 25 0 1 0 245828070 6356992 1214 996147200 134512640 135127466 4294956272 18446744073709551615 134527951 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 1552 1214 76 150 0 1399 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 25164

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/85 18075
/proc/meminfo: memFree=1766192/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=6368 CPUtime=218.72
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1270 0 0 0 21872 0 0 0 25 0 1 0 245828070 6520832 1256 996147200 134512640 135127466 4294956272 18446744073709551615 134530604 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 1592 1256 76 150 0 1439 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 25324

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

[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=9196 CPUtime=1238.46
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1915 0 0 0 123845 1 0 0 25 0 1 0 245828070 9416704 1901 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2299 1901 76 150 0 2146 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 28152

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18083
/proc/meminfo: memFree=1747888/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=9472 CPUtime=1298.44
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1969 0 0 0 129843 1 0 0 25 0 1 0 245828070 9699328 1955 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2368 1955 76 150 0 2215 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 28428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18083
/proc/meminfo: memFree=1747952/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=9472 CPUtime=1358.42
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1980 0 0 0 135841 1 0 0 25 0 1 0 245828070 9699328 1966 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2368 1966 76 150 0 2215 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 28428

[startup+1422.31 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 18083
/proc/meminfo: memFree=1747760/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=9612 CPUtime=1418.41
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 1999 0 0 0 141840 1 0 0 25 0 1 0 245828070 9842688 1985 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2403 1985 76 150 0 2250 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 28568

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/85 18083
/proc/meminfo: memFree=1747632/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=9612 CPUtime=1478.39
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2019 0 0 0 147838 1 0 0 25 0 1 0 245828070 9842688 2005 996147200 134512640 135127466 4294956272 18446744073709551615 134531060 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2403 2005 76 150 0 2250 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 28568

[startup+1542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/85 18083
/proc/meminfo: memFree=1747504/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=9752 CPUtime=1538.37
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2034 0 0 0 153836 1 0 0 25 0 1 0 245828070 9986048 2020 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2438 2020 76 150 0 2285 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 28708

[startup+1602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 18083
/proc/meminfo: memFree=1746544/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=10160 CPUtime=1598.36
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2139 0 0 0 159835 1 0 0 25 0 1 0 245828070 10403840 2125 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2540 2125 76 150 0 2387 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 29116

[startup+1662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/85 18083
/proc/meminfo: memFree=1746480/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=10160 CPUtime=1658.34
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2146 0 0 0 165833 1 0 0 25 0 1 0 245828070 10403840 2132 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2540 2132 76 150 0 2387 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 29116

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 18083
/proc/meminfo: memFree=1746416/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=10160 CPUtime=1718.33
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2150 0 0 0 171832 1 0 0 25 0 1 0 245828070 10403840 2136 996147200 134512640 135127466 4294956272 18446744073709551615 134530957 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2540 2136 76 150 0 2387 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 29116

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 18134
/proc/meminfo: memFree=1793080/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=10160 CPUtime=1778.04
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2157 0 0 0 177803 1 0 0 25 0 1 0 245828070 10403840 2143 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2540 2143 76 150 0 2387 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 29116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.12 2.07 2.02 3/85 18134
/proc/meminfo: memFree=1793080/2055920 swapFree=4179504/4192956
[pid=18051] ppid=18049 vsize=13600 CPUtime=3.4
/proc/18051/stat : 18051 (sugar) S 18049 18051 17443 0 -1 4194304 1033 21395 0 2 4 1 321 14 16 0 1 0 245827719 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18051/statm: 3400 799 370 3 0 500 0
[pid=18074] ppid=18051 vsize=5356 CPUtime=0
/proc/18074/stat : 18074 (sh) S 18051 18051 17443 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 245828070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18074/statm: 1339 232 193 169 0 50 0
[pid=18075] ppid=18074 vsize=10160 CPUtime=1796.66
/proc/18075/stat : 18075 (minisat) R 18074 18051 17443 0 -1 4194304 2162 0 0 0 179665 1 0 0 25 0 1 0 245828070 10403840 2148 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18075/statm: 2540 2148 76 150 0 2387 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 29116

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): 1801.02
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.185971
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25367
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= 3541
involuntary context switches= 41220

runsolver used 1.68474 second user time and 4.98324 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 01:39:58
IDJOB=1060746
IDBENCH=54478
IDSOLVER=346
FILE ID=node81/1060746-1215128398
PBS_JOBID= 7877247
Free space on /tmp= 126848 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-4.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-1060746-1215128398/watcher-1060746-1215128398 -o /tmp/evaluation-result-1060746-1215128398/solver-1060746-1215128398 -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-1060746-1215128398.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 89ae94f8bcf1c2ab487c579798d2259f
RANDOM SEED=1790955968

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1780392 kB
Buffers:         27964 kB
Cached:         147400 kB
SwapCached:       6536 kB
Active:         162708 kB
Inactive:        78408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780392 kB
SwapTotal:     4192956 kB
SwapFree:      4179504 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          82048 kB
Slab:            19568 kB
Committed_AS:   599568 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-04 02:10:01