Trace number 1062594

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+minisatSAT 36.2645 36.9416

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-lseu.xml
MD5SUMdcc3715e7cca48c1419f9fead500680f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Maximum constraint arity47
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 03:41:52 2008
0.00/0.05	c 0	PID 7080
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1062594-1215135712.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062594-1215135712.xml' 'HOME/temp.csp'
0.04/0.26	c 0	1 domains, 89 variables, 12 predicates, 0 relations, 28 constraints
0.04/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.31	c 0	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.04/0.39	c 0	Parsing HOME/temp.csp
0.28/0.52	c 1	parsed 130 expressions
0.28/0.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.52	c 1	Converting to clausal form CSP
0.28/0.54	c 1	converted 13 (10%) expressions
0.28/0.54	c 1	converted 26 (20%) expressions
0.28/0.54	c 1	converted 39 (30%) expressions
0.28/0.54	c 1	converted 52 (40%) expressions
0.28/0.54	c 1	converted 65 (50%) expressions
0.28/0.55	c 1	converted 78 (60%) expressions
0.28/0.55	c 1	converted 91 (70%) expressions
0.28/0.56	c 1	converted 104 (80%) expressions
0.28/0.56	c 1	converted 117 (90%) expressions
0.28/0.65	c 1	converted 130 (100%) expressions
0.28/0.66	c 1	CSP : 289 integers, 0 booleans, 428 clauses, largest domain size 5426
0.28/0.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.66	c 1	Propagation in CSP
0.28/0.68	c 1	3216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.68	c 1	CSP : 289 integers, 0 booleans, 428 clauses, largest domain size 5426
0.28/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.68	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.68	c 1	CSP : 289 integers, 0 booleans, 428 clauses, largest domain size 5426
0.28/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.71	c 1	29 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.28/0.71	c 1	58 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.28/0.71	c 1	87 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.28/0.73	c 1	116 (40%) CSP integer variables are encoded (4019 clauses, 50489 bytes)
0.28/0.73	c 1	145 (50%) CSP integer variables are encoded (10706 clauses, 139119 bytes)
0.28/0.75	c 1	174 (60%) CSP integer variables are encoded (25229 clauses, 356964 bytes)
0.28/0.77	c 1	203 (70%) CSP integer variables are encoded (38224 clauses, 551889 bytes)
0.28/0.78	c 1	232 (80%) CSP integer variables are encoded (45000 clauses, 653529 bytes)
0.28/0.79	c 1	261 (90%) CSP integer variables are encoded (51910 clauses, 757179 bytes)
0.28/0.80	c 1	289 (100%) CSP integer variables are encoded (61406 clauses, 899619 bytes)
0.28/0.87	c 1	43 (10%) CSP clauses are encoded (89990 clauses, 1337818 bytes)
1.73/1.85	c 2	86 (20%) CSP clauses are encoded (669550 clauses, 12026708 bytes)
2.32/2.48	c 2	129 (30%) CSP clauses are encoded (1046663 clauses, 18976412 bytes)
8.02/8.25	c 8	172 (40%) CSP clauses are encoded (4271060 clauses, 87877398 bytes)
12.74/13.04	c 13	214 (50%) CSP clauses are encoded (6937643 clauses, 145848834 bytes)
16.11/16.41	c 16	257 (60%) CSP clauses are encoded (8819785 clauses, 185525704 bytes)
17.88/18.30	c 18	300 (70%) CSP clauses are encoded (9838922 clauses, 207379659 bytes)
19.64/20.00	c 20	343 (80%) CSP clauses are encoded (10753840 clauses, 226992431 bytes)
23.84/24.38	c 24	386 (90%) CSP clauses are encoded (13164243 clauses, 278740602 bytes)
27.15/27.77	c 28	428 (100%) CSP clauses are encoded (15037116 clauses, 318939703 bytes)
27.15/27.77	c 28	428 CSP clauses encoded
27.15/27.77	c 28	Writing map file : HOME/temp.map
27.15/27.77	c 28	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.15/27.77	c 28	SAT : 61695 SAT variables, 15037116 SAT clauses, 318939703 bytes
27.15/27.77	c 28	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.22/27.81	c 28	SOLVING HOME/temp.cnf
27.22/27.81	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.22/27.82	c 28	This is MiniSat 2.0 beta
27.22/27.82	c 28	WARNING: for repeatability, setting FPU to use double precision
27.22/27.82	c 28	============================[ Problem Statistics ]=============================
27.22/27.82	c 28	|                                                                             |
27.22/27.82	c 28	|  Number of variables:  61695                                                |
27.22/27.82	c 28	|  Number of clauses:    15037116                                             |
33.83/34.51	c 35	|  Parsing time:         5.71         s                                       |
34.13/34.84	c 35	============================[ Search Statistics ]==============================
34.13/34.84	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.13/34.84	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.13/34.84	c 35	===============================================================================
34.13/34.84	c 35	|         0 |   61695 15037116 44966491 |  5012372        0    nan |  0.000 % |
35.53/36.27	c 36	===============================================================================
35.53/36.27	c 36	restarts              : 1
35.53/36.27	c 36	conflicts             : 5              (1 /sec)
35.53/36.27	c 36	decisions             : 38             (0.00 % random) (5 /sec)
35.53/36.27	c 36	propagations          : 80020          (10793 /sec)
35.53/36.27	c 36	conflict literals     : 37             (2.63 % deleted)
35.53/36.27	c 36	Memory used           : 601.67 MB
35.53/36.27	c 36	CPU time              : 7.41387 s
35.53/36.27	c 36	
35.62/36.30	c 36	SATISFIABLE
35.62/36.40	c 36	DECODING HOME/temp.out WITH HOME/temp.map
35.62/36.40	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.73/36.48	c 36	Decoding HOME/temp.out
35.73/36.73	s SATISFIABLE
35.73/36.74	v 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1
35.73/36.75	c 37	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
35.73/36.78	c 37	CPU 32.38 (0.03 0.01 32.35 3.68)
35.73/36.78	c 37	END Fri Jul  4 03:42:29 2008

Verifier Data (download as text)

OK

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-1062594-1215135712/watcher-1062594-1215135712 -o /tmp/evaluation-result-1062594-1215135712/solver-1062594-1215135712 -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-1062594-1215135712.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.14 2.04 2.01 4/72 7080
/proc/meminfo: memFree=1264512/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=12268 CPUtime=0
/proc/7080/stat : 7080 (sugar) R 7078 7080 5789 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 998026124 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269046452848 0 0 4224 0 0 0 0 17 1 0 0
/proc/7080/statm: 3067 316 241 3 0 167 0

[startup+0.100305 s]
/proc/loadavg: 2.14 2.04 2.01 4/72 7080
/proc/meminfo: memFree=1264512/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.04
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 998026124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201315 s]
/proc/loadavg: 2.14 2.04 2.01 4/72 7080
/proc/meminfo: memFree=1264512/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.04
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 998026124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30132 s]
/proc/loadavg: 2.14 2.04 2.01 4/72 7080
/proc/meminfo: memFree=1264512/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.04
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 998026124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701361 s]
/proc/loadavg: 2.14 2.04 2.01 4/72 7080
/proc/meminfo: memFree=1264512/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 15 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50241 s]
/proc/loadavg: 2.14 2.04 2.01 3/83 7102
/proc/meminfo: memFree=1251240/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 15 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
[pid=7093] ppid=7080 vsize=5356 CPUtime=0
/proc/7093/stat : 7093 (sh) S 7080 7080 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998026156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1339 233 193 169 0 50 0
[pid=7094] ppid=7093 vsize=864424 CPUtime=1.16
/proc/7094/stat : 7094 (java) S 7093 7080 5789 0 -1 0 5312 0 1 0 108 8 0 0 18 0 9 0 998026156 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7094/statm: 216106 4352 2562 9 0 210653 0
[pid=7094/tid=7095] ppid=7093 vsize=864424 CPUtime=0.92
/proc/7094/task/7095/stat : 7095 (java) R 7093 7080 5789 0 -1 64 2928 0 1 0 87 5 0 0 23 0 9 0 998026157 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4126527837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7096] ppid=7093 vsize=864424 CPUtime=0.07
/proc/7094/task/7096/stat : 7096 (java) S 7093 7080 5789 0 -1 64 1330 0 0 0 6 1 0 0 16 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7097] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7097/stat : 7097 (java) S 7093 7080 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7098] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7098/stat : 7098 (java) S 7093 7080 5789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7099] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7099/stat : 7099 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7100] ppid=7093 vsize=864424 CPUtime=0.14
/proc/7094/task/7100/stat : 7100 (java) S 7093 7080 5789 0 -1 64 362 0 0 0 14 0 0 0 16 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7101] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7101/stat : 7101 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7102] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7102/stat : 7102 (java) S 7093 7080 5789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883380

[startup+3.10254 s]
/proc/loadavg: 2.13 2.04 2.01 3/83 7102
/proc/meminfo: memFree=1238952/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 15 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
[pid=7093] ppid=7080 vsize=5356 CPUtime=0
/proc/7093/stat : 7093 (sh) S 7080 7080 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998026156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1339 233 193 169 0 50 0
[pid=7094] ppid=7093 vsize=864424 CPUtime=2.73
/proc/7094/stat : 7094 (java) S 7093 7080 5789 0 -1 0 5837 0 1 0 251 22 0 0 18 0 9 0 998026156 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7094/statm: 216106 4352 2562 9 0 210653 0
[pid=7094/tid=7095] ppid=7093 vsize=864424 CPUtime=2.37
/proc/7094/task/7095/stat : 7095 (java) R 7093 7080 5789 0 -1 64 3453 0 1 0 221 16 0 0 25 0 9 0 998026157 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4126622074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7096] ppid=7093 vsize=864424 CPUtime=0.19
/proc/7094/task/7096/stat : 7096 (java) S 7093 7080 5789 0 -1 64 1330 0 0 0 15 4 0 0 16 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7097] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7097/stat : 7097 (java) S 7093 7080 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7098] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7098/stat : 7098 (java) S 7093 7080 5789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7099] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7099/stat : 7099 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7100] ppid=7093 vsize=864424 CPUtime=0.14
/proc/7094/task/7100/stat : 7100 (java) S 7093 7080 5789 0 -1 64 362 0 0 0 14 0 0 0 16 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7101] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7101/stat : 7101 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7102] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7102/stat : 7102 (java) S 7093 7080 5789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883380

[startup+6.30179 s]
/proc/loadavg: 2.13 2.04 2.01 3/83 7102
/proc/meminfo: memFree=1199464/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 15 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
[pid=7093] ppid=7080 vsize=5356 CPUtime=0
/proc/7093/stat : 7093 (sh) S 7080 7080 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998026156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1339 233 193 169 0 50 0
[pid=7094] ppid=7093 vsize=864424 CPUtime=5.9
/proc/7094/stat : 7094 (java) S 7093 7080 5789 0 -1 0 6884 0 1 0 540 50 0 0 18 0 9 0 998026156 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7094/statm: 216106 4352 2562 9 0 210653 0
[pid=7094/tid=7095] ppid=7093 vsize=864424 CPUtime=5.32
/proc/7094/task/7095/stat : 7095 (java) R 7093 7080 5789 0 -1 64 4500 0 1 0 493 39 0 0 25 0 9 0 998026157 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4126623780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7096] ppid=7093 vsize=864424 CPUtime=0.42
/proc/7094/task/7096/stat : 7096 (java) S 7093 7080 5789 0 -1 64 1330 0 0 0 32 10 0 0 16 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7097] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7097/stat : 7097 (java) S 7093 7080 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7098] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7098/stat : 7098 (java) S 7093 7080 5789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998026158 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7099] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7099/stat : 7099 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7100] ppid=7093 vsize=864424 CPUtime=0.14
/proc/7094/task/7100/stat : 7100 (java) S 7093 7080 5789 0 -1 64 362 0 0 0 14 0 0 0 16 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7101] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7101/stat : 7101 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7102] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7102/stat : 7102 (java) S 7093 7080 5789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998026160 885170176 4352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883380

[startup+12.7023 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 7102
/proc/meminfo: memFree=1119976/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 16 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
[pid=7093] ppid=7080 vsize=5356 CPUtime=0
/proc/7093/stat : 7093 (sh) S 7080 7080 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998026156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1339 233 193 169 0 50 0
[pid=7094] ppid=7093 vsize=864424 CPUtime=12.17
/proc/7094/stat : 7094 (java) S 7093 7080 5789 0 -1 0 8938 0 1 0 1103 114 0 0 18 0 9 0 998026156 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7094/statm: 216106 4353 2562 9 0 210653 0
[pid=7094/tid=7095] ppid=7093 vsize=864424 CPUtime=11.07
/proc/7094/task/7095/stat : 7095 (java) R 7093 7080 5789 0 -1 64 6553 0 1 0 1016 91 0 0 25 0 9 0 998026157 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7096] ppid=7093 vsize=864424 CPUtime=0.94
/proc/7094/task/7096/stat : 7096 (java) S 7093 7080 5789 0 -1 64 1330 0 0 0 72 22 0 0 16 0 9 0 998026158 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7097] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7097/stat : 7097 (java) S 7093 7080 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998026158 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7098] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7098/stat : 7098 (java) S 7093 7080 5789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998026158 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7099] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7099/stat : 7099 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998026160 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7100] ppid=7093 vsize=864424 CPUtime=0.14
/proc/7094/task/7100/stat : 7100 (java) S 7093 7080 5789 0 -1 64 363 0 0 0 14 0 0 0 16 0 9 0 998026160 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7101] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7101/stat : 7101 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998026160 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7102] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7102/stat : 7102 (java) S 7093 7080 5789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998026160 885170176 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 883380

[startup+25.5023 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 7102
/proc/meminfo: memFree=964392/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 16 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
[pid=7093] ppid=7080 vsize=5356 CPUtime=0
/proc/7093/stat : 7093 (sh) S 7080 7080 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998026156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1339 233 193 169 0 50 0
[pid=7094] ppid=7093 vsize=864424 CPUtime=24.74
/proc/7094/stat : 7094 (java) S 7093 7080 5789 0 -1 0 12986 0 1 0 2237 237 0 0 18 0 9 0 998026156 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7094/statm: 216106 4356 2562 9 0 210653 0
[pid=7094/tid=7095] ppid=7093 vsize=864424 CPUtime=22.68
/proc/7094/task/7095/stat : 7095 (java) R 7093 7080 5789 0 -1 64 10598 0 1 0 2078 190 0 0 25 0 9 0 998026157 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4126540447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7096] ppid=7093 vsize=864424 CPUtime=1.89
/proc/7094/task/7096/stat : 7096 (java) S 7093 7080 5789 0 -1 64 1331 0 0 0 143 46 0 0 16 0 9 0 998026158 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7097] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7097/stat : 7097 (java) S 7093 7080 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998026158 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7098] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7098/stat : 7098 (java) S 7093 7080 5789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998026158 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7099] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7099/stat : 7099 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7100] ppid=7093 vsize=864424 CPUtime=0.14
/proc/7094/task/7100/stat : 7100 (java) S 7093 7080 5789 0 -1 64 365 0 0 0 14 0 0 0 17 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7101] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7101/stat : 7101 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7102] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7102/stat : 7102 (java) S 7093 7080 5789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 883380

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

[startup+25.6023 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 7102
/proc/meminfo: memFree=964392/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=0.28
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 974 4289 0 1 3 1 22 2 16 0 1 0 998026124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 797 370 3 0 500 0
[pid=7093] ppid=7080 vsize=5356 CPUtime=0
/proc/7093/stat : 7093 (sh) S 7080 7080 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998026156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7093/statm: 1339 233 193 169 0 50 0
[pid=7094] ppid=7093 vsize=864424 CPUtime=24.83
/proc/7094/stat : 7094 (java) S 7093 7080 5789 0 -1 0 13018 0 1 0 2245 238 0 0 18 0 9 0 998026156 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7094/statm: 216106 4356 2562 9 0 210653 0
[pid=7094/tid=7095] ppid=7093 vsize=864424 CPUtime=22.76
/proc/7094/task/7095/stat : 7095 (java) R 7093 7080 5789 0 -1 64 10630 0 1 0 2086 190 0 0 25 0 9 0 998026157 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4126630208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7096] ppid=7093 vsize=864424 CPUtime=1.9
/proc/7094/task/7096/stat : 7096 (java) S 7093 7080 5789 0 -1 64 1331 0 0 0 144 46 0 0 16 0 9 0 998026158 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7097] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7097/stat : 7097 (java) S 7093 7080 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998026158 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7098] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7098/stat : 7098 (java) S 7093 7080 5789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998026158 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7099] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7099/stat : 7099 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7100] ppid=7093 vsize=864424 CPUtime=0.14
/proc/7094/task/7100/stat : 7100 (java) S 7093 7080 5789 0 -1 64 365 0 0 0 14 0 0 0 17 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7101] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7101/stat : 7101 (java) S 7093 7080 5789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7094/tid=7102] ppid=7093 vsize=864424 CPUtime=0
/proc/7094/task/7102/stat : 7102 (java) S 7093 7080 5789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998026160 885170176 4356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 883380

[startup+32.0068 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 7104
/proc/meminfo: memFree=592936/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=27.24
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 1032 18305 0 2 3 1 2460 260 16 0 1 0 998026124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 798 370 3 0 500 0
[pid=7103] ppid=7080 vsize=5356 CPUtime=0
/proc/7103/stat : 7103 (sh) S 7080 7080 5789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998028906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7103/statm: 1339 232 193 169 0 50 0
[pid=7104] ppid=7103 vsize=370004 CPUtime=4.12
/proc/7104/stat : 7104 (minisat) R 7103 7080 5789 0 -1 4194304 89562 0 0 0 355 57 0 0 25 0 1 0 998028906 378884096 89548 996147200 134512640 135127466 4294956272 18446744073709551615 134514089 0 0 4096 3 0 0 0 17 1 0 0
/proc/7104/statm: 92501 89548 62 150 0 92348 0
Current children cumulated CPU time (s) 31.36
Current children cumulated vsize (KiB) 388960

[startup+35.2011 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 7104
/proc/meminfo: memFree=364264/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=27.24
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 1032 18305 0 2 3 1 2460 260 15 0 1 0 998026124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 798 370 3 0 500 0
[pid=7103] ppid=7080 vsize=5356 CPUtime=0
/proc/7103/stat : 7103 (sh) S 7080 7080 5789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998028906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7103/statm: 1339 232 193 169 0 50 0
[pid=7104] ppid=7103 vsize=591276 CPUtime=7.29
/proc/7104/stat : 7104 (minisat) R 7103 7080 5789 0 -1 4194304 144587 0 0 0 637 92 0 0 25 0 1 0 998028906 605466624 144573 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/7104/statm: 147819 144573 72 150 0 147666 0
Current children cumulated CPU time (s) 34.53
Current children cumulated vsize (KiB) 610232

[startup+36.0021 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 7104
/proc/meminfo: memFree=364264/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=27.24
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 1032 18305 0 2 3 1 2460 260 15 0 1 0 998026124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 798 370 3 0 500 0
[pid=7103] ppid=7080 vsize=5356 CPUtime=0
/proc/7103/stat : 7103 (sh) S 7080 7080 5789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998028906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7103/statm: 1339 232 193 169 0 50 0
[pid=7104] ppid=7103 vsize=614268 CPUtime=8.09
/proc/7104/stat : 7104 (minisat) R 7103 7080 5789 0 -1 4194304 150372 0 0 0 714 95 0 0 25 0 1 0 998028906 629010432 150358 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7104/statm: 153567 150358 72 150 0 153414 0
Current children cumulated CPU time (s) 35.33
Current children cumulated vsize (KiB) 633224

[startup+36.4062 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 7104
/proc/meminfo: memFree=338856/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=35.73
/proc/7080/stat : 7080 (sugar) S 7078 7080 5789 0 -1 4194304 1070 169424 0 2 3 1 3204 365 16 0 1 0 998026124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7080/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 35.73
Current children cumulated vsize (KiB) 13600

[startup+36.8012 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 7104
/proc/meminfo: memFree=338856/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=36.1
/proc/7080/stat : 7080 (sugar) R 7078 7080 5789 0 -1 4194304 1116 173141 0 3 3 4 3235 368 16 0 1 0 998026124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7080/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 36.1
Current children cumulated vsize (KiB) 13600

[startup+36.9012 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 7104
/proc/meminfo: memFree=338856/2055920 swapFree=4137048/4192956
[pid=7080] ppid=7078 vsize=13600 CPUtime=36.2
/proc/7080/stat : 7080 (sugar) R 7078 7080 5789 0 -1 4194304 1116 173141 0 3 3 14 3235 368 16 0 1 0 998026124 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7080/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 36.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 36.9416
CPU time (s): 36.2645
CPU user time (s): 32.3971
CPU system time (s): 3.86741
CPU usage (%): 98.1672
Max. virtual memory (cumulated for all children) (KiB): 883380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.3971
system time used= 3.86741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174287
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62328
involuntary context switches= 62889

runsolver used 0.051992 second user time and 0.12998 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 03:41:52
IDJOB=1062594
IDBENCH=54656
IDSOLVER=346
FILE ID=node26/1062594-1215135712
PBS_JOBID= 7877264
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-lseu.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-1062594-1215135712/watcher-1062594-1215135712 -o /tmp/evaluation-result-1062594-1215135712/solver-1062594-1215135712 -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-1062594-1215135712.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dcc3715e7cca48c1419f9fead500680f
RANDOM SEED=142996839

node26.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.221
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.221
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:       1264992 kB
Buffers:         94556 kB
Cached:         550640 kB
SwapCached:      50104 kB
Active:         257716 kB
Inactive:       456052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264992 kB
SwapTotal:     4192956 kB
SwapFree:      4137048 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          75700 kB
Slab:            62568 kB
Committed_AS:  1627724 kB
PageTables:       1792 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= 66544 MiB
End job on node26 at 2008-07-04 03:42:29