Trace number 2070256

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatUNSAT 80.2068 81.1375

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-17_ext.xml
MD5SUM8eb0e06cd83832f8013785f46c061cae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 00:27:53 2009
0.05/0.08	c 0	PID 18161
0.05/0.08	c 0	HOST node7.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2070256-1247351273.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070256-1247351273.xml' 'HOME/temp.csp'
0.07/0.46	c 0	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.07/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.49	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.58	c 0	Parsing HOME/temp.csp
0.45/0.66	c 1	parsed 254 expressions
0.45/0.67	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.67	c 1	Converting to clausal form CSP
0.45/0.69	c 1	converted 26 (10%) expressions
0.45/0.69	c 1	converted 51 (20%) expressions
0.45/0.69	c 1	converted 77 (30%) expressions
0.45/0.69	c 1	converted 102 (40%) expressions
0.45/0.69	c 1	converted 127 (50%) expressions
0.45/0.69	c 1	converted 153 (60%) expressions
0.45/0.69	c 1	converted 178 (70%) expressions
0.45/0.69	c 1	converted 204 (80%) expressions
0.45/0.86	c 1	converted 229 (90%) expressions
1.13/1.26	c 1	converted 254 (100%) expressions
1.13/1.26	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.13/1.26	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.26	c 1	Propagation in CSP
1.13/1.26	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.26	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.13/1.26	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.27	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.13/1.27	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.42	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.32/1.43	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.32/1.43	c 1	67 (30%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
1.32/1.43	c 1	89 (40%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
1.32/1.43	c 1	111 (50%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
1.32/1.43	c 1	133 (60%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
1.32/1.44	c 1	155 (70%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
1.32/1.44	c 1	177 (80%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
1.32/1.44	c 1	199 (90%) CSP integer variables are encoded (4776 clauses, 60025 bytes)
1.32/1.44	c 1	221 (100%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
9.94/10.12	c 10	3 (10%) CSP clauses are encoded (77655 clauses, 6006528 bytes)
18.54/18.85	c 19	6 (20%) CSP clauses are encoded (150006 clauses, 12061022 bytes)
27.25/27.61	c 27	9 (30%) CSP clauses are encoded (222357 clauses, 18298319 bytes)
35.86/36.33	c 36	12 (40%) CSP clauses are encoded (294708 clauses, 24535616 bytes)
44.57/45.13	c 45	15 (50%) CSP clauses are encoded (367059 clauses, 30772913 bytes)
50.30/50.93	c 51	18 (60%) CSP clauses are encoded (417345 clauses, 35091036 bytes)
50.60/51.23	c 51	21 (70%) CSP clauses are encoded (423501 clauses, 35678422 bytes)
50.90/51.53	c 51	24 (80%) CSP clauses are encoded (429657 clauses, 36326212 bytes)
51.19/51.83	c 52	27 (90%) CSP clauses are encoded (435813 clauses, 36974002 bytes)
51.49/52.14	c 52	30 (100%) CSP clauses are encoded (441969 clauses, 37621792 bytes)
51.49/52.14	c 52	30 CSP clauses encoded
51.49/52.14	c 52	Writing map file : HOME/temp.map
51.49/52.14	c 52	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.49/52.14	c 52	SAT : 5525 SAT variables, 441969 SAT clauses, 37621792 bytes
51.49/52.14	c 52	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.55/52.20	c 52	SOLVING HOME/temp.cnf
51.55/52.20	c 52	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
79.96/80.93	c 81	DECODING HOME/temp.out WITH HOME/temp.map
79.96/80.93	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
80.02/81.01	c 81	Decoding HOME/temp.out
80.02/81.06	s UNSATISFIABLE
80.02/81.08	c 81	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
80.02/81.12	c 81	CPU 80.17 (0.06 0.02 70.19 9.9)
80.02/81.12	c 81	END Sun Jul 12 00:29:14 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070256-1247351273/watcher-2070256-1247351273 -o /tmp/evaluation-result-2070256-1247351273/solver-2070256-1247351273 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2070256-1247351273.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.88 1.96 4/74 18161
/proc/meminfo: memFree=1725328/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=12268 CPUtime=0
/proc/18161/stat : 18161 (sugar) R 18159 18161 17452 0 -1 4194304 326 0 0 0 0 0 0 0 20 0 1 0 22194673 12562432 294 996147200 4194304 4206940 548682068608 18446744073709551615 244690833060 0 0 4224 0 0 0 0 17 1 0 0
/proc/18161/statm: 3067 294 220 3 0 167 0

[startup+0.0708789 s]
/proc/loadavg: 1.99 1.88 1.96 4/74 18161
/proc/meminfo: memFree=1725328/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16344 CPUtime=0.05
/proc/18161/stat : 18161 (sugar) R 18159 18161 17452 0 -1 4194304 985 0 0 0 4 1 0 0 18 0 1 0 22194673 16736256 953 996147200 4194304 4206940 548682068608 18446744073709551615 244691200999 0 0 4224 0 0 0 0 17 1 0 0
/proc/18161/statm: 4086 953 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101881 s]
/proc/loadavg: 1.99 1.88 1.96 4/74 18161
/proc/meminfo: memFree=1725328/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.07
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.3019 s]
/proc/loadavg: 1.99 1.88 1.96 4/74 18161
/proc/meminfo: memFree=1725328/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.07
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701939 s]
/proc/loadavg: 1.99 1.88 1.96 4/74 18161
/proc/meminfo: memFree=1725328/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1309 4473 0 1 6 1 35 3 15 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 2.07 1.89 1.97 3/85 18183
/proc/meminfo: memFree=1704568/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1310 4473 0 1 6 1 35 3 15 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
[pid=18174] ppid=18161 vsize=5356 CPUtime=0
/proc/18174/stat : 18174 (sh) S 18161 18161 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18174/statm: 1339 233 193 169 0 50 0
[pid=18175] ppid=18174 vsize=864396 CPUtime=0.98
/proc/18175/stat : 18175 (java) S 18174 18161 17452 0 -1 0 10254 0 1 0 92 6 0 0 18 0 9 0 22194723 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18175/statm: 216099 9486 2590 9 0 210576 0
[pid=18175/tid=18176] ppid=18174 vsize=864396 CPUtime=0.38
/proc/18175/task/18176/stat : 18176 (java) R 18174 18161 17452 0 -1 64 2913 0 1 0 37 1 0 0 18 0 9 0 22194724 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 101450336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18177] ppid=18174 vsize=864396 CPUtime=0.5
/proc/18175/task/18177/stat : 18177 (java) S 18174 18161 17452 0 -1 64 6317 0 0 0 47 3 0 0 16 0 9 0 22194726 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18178] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18178/stat : 18178 (java) S 18174 18161 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18179] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18179/stat : 18179 (java) S 18174 18161 17452 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18180] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18180/stat : 18180 (java) S 18174 18161 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194728 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18181] ppid=18174 vsize=864396 CPUtime=0.07
/proc/18175/task/18181/stat : 18181 (java) S 18174 18161 17452 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 22194728 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18182] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18182/stat : 18182 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22194728 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18183] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18183/stat : 18183 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22194728 885141504 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886620

[startup+3.1022 s]
/proc/loadavg: 2.07 1.89 1.97 3/85 18183
/proc/meminfo: memFree=1692728/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1310 4473 0 1 6 1 35 3 15 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
[pid=18174] ppid=18161 vsize=5356 CPUtime=0
/proc/18174/stat : 18174 (sh) S 18161 18161 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18174/statm: 1339 233 193 169 0 50 0
[pid=18175] ppid=18174 vsize=864396 CPUtime=2.56
/proc/18175/stat : 18175 (java) S 18174 18161 17452 0 -1 0 11005 0 1 0 250 6 0 0 18 0 9 0 22194723 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18175/statm: 216099 10203 2590 9 0 210576 0
[pid=18175/tid=18176] ppid=18174 vsize=864396 CPUtime=1.91
/proc/18175/task/18176/stat : 18176 (java) R 18174 18161 17452 0 -1 64 2947 0 1 0 190 1 0 0 25 0 9 0 22194724 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4126554421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18177] ppid=18174 vsize=864396 CPUtime=0.54
/proc/18175/task/18177/stat : 18177 (java) S 18174 18161 17452 0 -1 64 7033 0 0 0 51 3 0 0 16 0 9 0 22194726 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18178] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18178/stat : 18178 (java) S 18174 18161 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18179] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18179/stat : 18179 (java) S 18174 18161 17452 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18180] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18180/stat : 18180 (java) S 18174 18161 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194728 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18181] ppid=18174 vsize=864396 CPUtime=0.07
/proc/18175/task/18181/stat : 18181 (java) S 18174 18161 17452 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 22194728 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18182] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18182/stat : 18182 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22194728 885141504 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18183] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18183/stat : 18183 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22194728 885141504 10203 996147200 134512640 134550932 4294955936 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) 886620

[startup+6.30253 s]
/proc/loadavg: 2.07 1.90 1.97 3/85 18183
/proc/meminfo: memFree=1686136/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1310 4473 0 1 6 1 35 3 15 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
[pid=18174] ppid=18161 vsize=5356 CPUtime=0
/proc/18174/stat : 18174 (sh) S 18161 18161 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18174/statm: 1339 233 193 169 0 50 0
[pid=18175] ppid=18174 vsize=864396 CPUtime=5.73
/proc/18175/stat : 18175 (java) S 18174 18161 17452 0 -1 0 12252 0 1 0 564 9 0 0 18 0 9 0 22194723 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18175/statm: 216099 11365 2590 9 0 210576 0
[pid=18175/tid=18176] ppid=18174 vsize=864396 CPUtime=4.98
/proc/18175/task/18176/stat : 18176 (java) R 18174 18161 17452 0 -1 64 3032 0 1 0 495 3 0 0 25 0 9 0 22194724 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4126573972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18177] ppid=18174 vsize=864396 CPUtime=0.65
/proc/18175/task/18177/stat : 18177 (java) S 18174 18161 17452 0 -1 64 8192 0 0 0 60 5 0 0 16 0 9 0 22194726 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18178] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18178/stat : 18178 (java) S 18174 18161 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18179] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18179/stat : 18179 (java) S 18174 18161 17452 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18180] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18180/stat : 18180 (java) S 18174 18161 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194728 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18181] ppid=18174 vsize=864396 CPUtime=0.08
/proc/18175/task/18181/stat : 18181 (java) S 18174 18161 17452 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 22194728 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18182] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18182/stat : 18182 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22194728 885141504 11365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18183] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18183/stat : 18183 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22194728 885141504 11365 996147200 134512640 134550932 4294955936 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) 886620

[startup+12.7022 s]
/proc/loadavg: 2.06 1.90 1.97 3/85 18183
/proc/meminfo: memFree=1673656/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1310 4473 0 1 6 1 35 3 16 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
[pid=18174] ppid=18161 vsize=5356 CPUtime=0
/proc/18174/stat : 18174 (sh) S 18161 18161 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18174/statm: 1339 233 193 169 0 50 0
[pid=18175] ppid=18174 vsize=864396 CPUtime=12.06
/proc/18175/stat : 18175 (java) S 18174 18161 17452 0 -1 0 15106 0 1 0 1191 15 0 0 18 0 9 0 22194723 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18175/statm: 216099 12845 2590 9 0 210576 0
[pid=18175/tid=18176] ppid=18174 vsize=864396 CPUtime=10.96
/proc/18175/task/18176/stat : 18176 (java) R 18174 18161 17452 0 -1 64 3187 0 1 0 1091 5 0 0 25 0 9 0 22194724 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18177] ppid=18174 vsize=864396 CPUtime=0.99
/proc/18175/task/18177/stat : 18177 (java) S 18174 18161 17452 0 -1 64 10890 0 0 0 91 8 0 0 16 0 9 0 22194726 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18178] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18178/stat : 18178 (java) S 18174 18161 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18179] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18179/stat : 18179 (java) S 18174 18161 17452 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18180] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18180/stat : 18180 (java) S 18174 18161 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194728 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18181] ppid=18174 vsize=864396 CPUtime=0.08
/proc/18175/task/18181/stat : 18181 (java) S 18174 18161 17452 0 -1 64 331 0 0 0 8 0 0 0 16 0 9 0 22194728 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18182] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18182/stat : 18182 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22194728 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18183] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18183/stat : 18183 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22194728 885141504 12845 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886620

[startup+25.5015 s]
/proc/loadavg: 2.05 1.90 1.97 3/85 18183
/proc/meminfo: memFree=1660408/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1310 4473 0 1 6 1 35 3 16 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
[pid=18174] ppid=18161 vsize=5356 CPUtime=0
/proc/18174/stat : 18174 (sh) S 18161 18161 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18174/statm: 1339 233 193 169 0 50 0
[pid=18175] ppid=18174 vsize=864396 CPUtime=24.73
/proc/18175/stat : 18175 (java) S 18174 18161 17452 0 -1 0 17254 0 1 0 2447 26 0 0 18 0 9 0 22194723 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18175/statm: 216099 13442 2590 9 0 210576 0
[pid=18175/tid=18176] ppid=18174 vsize=864396 CPUtime=23.07
/proc/18175/task/18176/stat : 18176 (java) R 18174 18161 17452 0 -1 64 3513 0 1 0 2294 13 0 0 25 0 9 0 22194724 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4126554368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18177] ppid=18174 vsize=864396 CPUtime=1.54
/proc/18175/task/18177/stat : 18177 (java) S 18174 18161 17452 0 -1 64 12709 0 0 0 143 11 0 0 16 0 9 0 22194726 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18178] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18178/stat : 18178 (java) S 18174 18161 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18179] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18179/stat : 18179 (java) S 18174 18161 17452 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18180] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18180/stat : 18180 (java) S 18174 18161 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194728 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18181] ppid=18174 vsize=864396 CPUtime=0.09
/proc/18175/task/18181/stat : 18181 (java) S 18174 18161 17452 0 -1 64 334 0 0 0 9 0 0 0 17 0 9 0 22194728 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18182] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18182/stat : 18182 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22194728 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18183] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18183/stat : 18183 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22194728 885141504 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 886620

[startup+51.1012 s]
/proc/loadavg: 2.03 1.91 1.97 3/85 18183
/proc/meminfo: memFree=1639608/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=0.45
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1310 4473 0 1 6 1 35 3 16 0 1 0 22194673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1111 409 3 0 796 0
[pid=18174] ppid=18161 vsize=5356 CPUtime=0
/proc/18174/stat : 18174 (sh) S 18161 18161 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18174/statm: 1339 233 193 169 0 50 0
[pid=18175] ppid=18174 vsize=864396 CPUtime=50.04
/proc/18175/stat : 18175 (java) S 18174 18161 17452 0 -1 0 21142 0 1 0 4957 47 0 0 18 0 9 0 22194723 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18175/statm: 216099 14260 2590 9 0 210576 0
[pid=18175/tid=18176] ppid=18174 vsize=864396 CPUtime=47.3
/proc/18175/task/18176/stat : 18176 (java) R 18174 18161 17452 0 -1 64 4117 0 1 0 4701 29 0 0 25 0 9 0 22194724 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 103211042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18177] ppid=18174 vsize=864396 CPUtime=2.64
/proc/18175/task/18177/stat : 18177 (java) S 18174 18161 17452 0 -1 64 15993 0 0 0 247 17 0 0 16 0 9 0 22194726 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18178] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18178/stat : 18178 (java) S 18174 18161 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18179] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18179/stat : 18179 (java) S 18174 18161 17452 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194726 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18180] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18180/stat : 18180 (java) S 18174 18161 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194728 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18181] ppid=18174 vsize=864396 CPUtime=0.09
/proc/18175/task/18181/stat : 18181 (java) S 18174 18161 17452 0 -1 64 334 0 0 0 9 0 0 0 17 0 9 0 22194728 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18182] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18182/stat : 18182 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22194728 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18175/tid=18183] ppid=18174 vsize=864396 CPUtime=0
/proc/18175/task/18183/stat : 18183 (java) S 18174 18161 17452 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22194728 885141504 14260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 886620

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

[startup+63.9015 s]
/proc/loadavg: 2.03 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1657016/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=51.55
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1365 25989 0 2 6 1 5093 55 16 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
[pid=18184] ppid=18161 vsize=5356 CPUtime=0
/proc/18184/stat : 18184 (sh) S 18161 18161 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22199894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18184/statm: 1339 232 193 169 0 50 0
[pid=18185] ppid=18184 vsize=26208 CPUtime=11.58
/proc/18185/stat : 18185 (picosat) R 18184 18161 17452 0 -1 4194304 6232 0 0 0 553 605 0 0 25 0 1 0 22199894 26836992 6218 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18185/statm: 6552 6218 40 102 0 6447 0
Current children cumulated CPU time (s) 63.13
Current children cumulated vsize (KiB) 48432

[startup+70.3012 s]
/proc/loadavg: 2.02 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1643512/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=51.55
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1365 25989 0 2 6 1 5093 55 16 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
[pid=18184] ppid=18161 vsize=5356 CPUtime=0
/proc/18184/stat : 18184 (sh) S 18161 18161 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22199894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18184/statm: 1339 232 193 169 0 50 0
[pid=18185] ppid=18184 vsize=38484 CPUtime=17.92
/proc/18185/stat : 18185 (picosat) R 18184 18161 17452 0 -1 4194304 9437 0 0 0 862 930 0 0 25 0 1 0 22199894 39407616 9423 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18185/statm: 9621 9423 42 102 0 9516 0
Current children cumulated CPU time (s) 69.47
Current children cumulated vsize (KiB) 60708

[startup+76.7019 s]
/proc/loadavg: 2.02 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1643128/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=51.55
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1365 25989 0 2 6 1 5093 55 16 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
[pid=18184] ppid=18161 vsize=5356 CPUtime=0
/proc/18184/stat : 18184 (sh) S 18161 18161 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22199894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18184/statm: 1339 232 193 169 0 50 0
[pid=18185] ppid=18184 vsize=38752 CPUtime=24.25
/proc/18185/stat : 18185 (picosat) R 18184 18161 17452 0 -1 4194304 9504 0 0 0 1495 930 0 0 25 0 1 0 22199894 39682048 9489 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18185/statm: 9688 9489 42 102 0 9583 0
Current children cumulated CPU time (s) 75.8
Current children cumulated vsize (KiB) 60976

[startup+78.3011 s]
/proc/loadavg: 2.02 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1643000/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=51.55
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1365 25989 0 2 6 1 5093 55 16 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
[pid=18184] ppid=18161 vsize=5356 CPUtime=0
/proc/18184/stat : 18184 (sh) S 18161 18161 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22199894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18184/statm: 1339 232 193 169 0 50 0
[pid=18185] ppid=18184 vsize=38884 CPUtime=25.84
/proc/18185/stat : 18185 (picosat) R 18184 18161 17452 0 -1 4194304 9536 0 0 0 1654 930 0 0 25 0 1 0 22199894 39817216 9521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18185/statm: 9721 9521 42 102 0 9616 0
Current children cumulated CPU time (s) 77.39
Current children cumulated vsize (KiB) 61108

[startup+79.9012 s]
/proc/loadavg: 2.02 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1642872/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=51.55
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1365 25989 0 2 6 1 5093 55 16 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
[pid=18184] ppid=18161 vsize=5356 CPUtime=0
/proc/18184/stat : 18184 (sh) S 18161 18161 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22199894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18184/statm: 1339 232 193 169 0 50 0
[pid=18185] ppid=18184 vsize=38884 CPUtime=27.42
/proc/18185/stat : 18185 (picosat) R 18184 18161 17452 0 -1 4194304 9562 0 0 0 1812 930 0 0 25 0 1 0 22199894 39817216 9547 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/18185/statm: 9721 9547 42 102 0 9616 0
Current children cumulated CPU time (s) 78.97
Current children cumulated vsize (KiB) 61108

[startup+80.7013 s]
/proc/loadavg: 2.02 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1642744/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=51.55
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1365 25989 0 2 6 1 5093 55 16 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
[pid=18184] ppid=18161 vsize=5356 CPUtime=0
/proc/18184/stat : 18184 (sh) S 18161 18161 17452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22199894 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18184/statm: 1339 232 193 169 0 50 0
[pid=18185] ppid=18184 vsize=39016 CPUtime=28.21
/proc/18185/stat : 18185 (picosat) R 18184 18161 17452 0 -1 4194304 9573 0 0 0 1891 930 0 0 25 0 1 0 22199894 39952384 9558 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18185/statm: 9754 9558 42 102 0 9649 0
Current children cumulated CPU time (s) 79.76
Current children cumulated vsize (KiB) 61240

[startup+81.1013 s]
/proc/loadavg: 2.02 1.91 1.97 3/77 18185
/proc/meminfo: memFree=1642744/2055920 swapFree=4192812/4192956
[pid=18161] ppid=18159 vsize=16868 CPUtime=80.02
/proc/18161/stat : 18161 (sugar) S 18159 18161 17452 0 -1 4194304 1448 35852 0 2 6 2 7007 987 15 0 1 0 22194673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18161/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 81.1375
CPU time (s): 80.2068
CPU user time (s): 70.2583
CPU system time (s): 9.94849
CPU usage (%): 98.8529
Max. virtual memory (cumulated for all children) (KiB): 889312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.2583
system time used= 9.94849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41173
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= 13638
involuntary context switches= 15032

runsolver used 0.110983 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 00:27:53
IDJOB=2070256
IDBENCH=55160
IDSOLVER=738
FILE ID=node7/2070256-1247351273
PBS_JOBID= 9506883
Free space on /tmp= 66016 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070256-1247351273/watcher-2070256-1247351273 -o /tmp/evaluation-result-2070256-1247351273/solver-2070256-1247351273 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2070256-1247351273.xml

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

MD5SUM BENCH= 8eb0e06cd83832f8013785f46c061cae
RANDOM SEED=1421039786

node7.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.231
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.231
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:       1725808 kB
Buffers:          9580 kB
Cached:         139612 kB
SwapCached:          0 kB
Active:         262604 kB
Inactive:        21380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         146020 kB
Slab:            31056 kB
Committed_AS:   258804 kB
PageTables:       2136 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= 66016 MiB
End job on node7 at 2009-07-12 00:29:14