Trace number 1067032

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+picosatUNSAT 76.3394 77.1289

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.032994
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:35:56 2008
0.00/0.04	c 0	PID 21497
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067032-1215149756.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-1067032-1215149756.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.03/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	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.33/0.45	c 0	Parsing HOME/temp.csp
0.33/0.58	c 0	parsed 254 expressions
0.33/0.58	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.58	c 0	Converting to clausal form CSP
0.33/0.60	c 0	converted 26 (10%) expressions
0.33/0.60	c 0	converted 51 (20%) expressions
0.33/0.60	c 0	converted 77 (30%) expressions
0.33/0.61	c 0	converted 102 (40%) expressions
0.33/0.61	c 0	converted 127 (50%) expressions
0.33/0.61	c 0	converted 153 (60%) expressions
0.33/0.61	c 0	converted 178 (70%) expressions
0.33/0.61	c 0	converted 204 (80%) expressions
0.33/0.77	c 1	converted 229 (90%) expressions
1.04/1.14	c 1	converted 254 (100%) expressions
1.04/1.14	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.04/1.14	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.14	c 1	Propagation in CSP
1.04/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.14	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.04/1.14	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.14	c 1	CSP : 221 integers, 0 booleans, 30 clauses, largest domain size 26
1.04/1.14	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.27	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.13/1.27	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.13/1.28	c 1	67 (30%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
1.13/1.28	c 1	89 (40%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
1.13/1.28	c 1	111 (50%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
1.13/1.28	c 1	133 (60%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
1.13/1.28	c 1	155 (70%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
1.13/1.28	c 1	177 (80%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
1.13/1.28	c 1	199 (90%) CSP integer variables are encoded (4776 clauses, 60025 bytes)
1.13/1.28	c 1	221 (100%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
9.44/9.63	c 10	3 (10%) CSP clauses are encoded (77655 clauses, 6006528 bytes)
17.77/18.06	c 18	6 (20%) CSP clauses are encoded (150006 clauses, 12061022 bytes)
26.08/26.48	c 26	9 (30%) CSP clauses are encoded (222357 clauses, 18298319 bytes)
34.40/34.84	c 35	12 (40%) CSP clauses are encoded (294708 clauses, 24535616 bytes)
42.72/43.29	c 43	15 (50%) CSP clauses are encoded (367059 clauses, 30772913 bytes)
48.27/48.87	c 49	18 (60%) CSP clauses are encoded (417345 clauses, 35091036 bytes)
48.56/49.16	c 49	21 (70%) CSP clauses are encoded (423501 clauses, 35678422 bytes)
48.87/49.46	c 49	24 (80%) CSP clauses are encoded (429657 clauses, 36326212 bytes)
49.16/49.74	c 50	27 (90%) CSP clauses are encoded (435813 clauses, 36974002 bytes)
49.45/50.03	c 50	30 (100%) CSP clauses are encoded (441969 clauses, 37621792 bytes)
49.45/50.03	c 50	30 CSP clauses encoded
49.45/50.03	c 50	Writing map file : HOME/temp.map
49.45/50.04	c 50	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.45/50.04	c 50	SAT : 5525 SAT variables, 441969 SAT clauses, 37621792 bytes
49.45/50.04	c 50	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.45/50.07	c 50	SOLVING HOME/temp.cnf
49.45/50.07	c 50	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
76.12/76.93	c 77	DECODING HOME/temp.out WITH HOME/temp.map
76.12/76.93	c 77	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
76.17/77.02	c 77	Decoding HOME/temp.out
76.17/77.07	s UNSATISFIABLE
76.17/77.07	c 77	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
76.17/77.11	c 77	CPU 66.57 (0.04 0 66.53 9.73)
76.17/77.11	c 77	END Fri Jul  4 07:37:13 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1067032-1215149756/watcher-1067032-1215149756 -o /tmp/evaluation-result-1067032-1215149756/solver-1067032-1215149756 -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/picosat -tmp=HOME/temp HOME/instance-1067032-1215149756.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.00 2.03 2.00 4/72 21497
/proc/meminfo: memFree=1606148/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=12268 CPUtime=0
/proc/21497/stat : 21497 (sugar) R 21495 21497 17933 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993948475 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21497/statm: 3067 316 241 3 0 167 0

[startup+0.090671 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 21497
/proc/meminfo: memFree=1606148/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.03
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993948475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101668 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 21497
/proc/meminfo: memFree=1606148/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.03
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993948475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301688 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 21497
/proc/meminfo: memFree=1606148/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.03
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993948475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70173 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 21497
/proc/meminfo: memFree=1606148/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.33
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 973 4400 0 1 3 0 27 3 15 0 1 0 1993948475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 21519
/proc/meminfo: memFree=1584300/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.33
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 974 4400 0 1 3 0 27 3 15 0 1 0 1993948475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 797 370 3 0 500 0
[pid=21510] ppid=21497 vsize=5356 CPUtime=0
/proc/21510/stat : 21510 (sh) S 21497 21497 17933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993948512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21510/statm: 1339 233 193 169 0 50 0
[pid=21511] ppid=21510 vsize=864416 CPUtime=1.1
/proc/21511/stat : 21511 (java) S 21510 21497 17933 0 -1 0 10380 0 1 0 104 6 0 0 18 0 9 0 1993948513 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21511/statm: 216104 9626 2564 9 0 210651 0
[pid=21511/tid=21512] ppid=21510 vsize=864416 CPUtime=0.53
/proc/21511/task/21512/stat : 21512 (java) R 21510 21497 17933 0 -1 64 2937 0 1 0 51 2 0 0 24 0 9 0 1993948513 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 103215017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21513] ppid=21510 vsize=864416 CPUtime=0.44
/proc/21511/task/21513/stat : 21513 (java) S 21510 21497 17933 0 -1 64 6403 0 0 0 42 2 0 0 16 0 9 0 1993948515 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21514] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21514/stat : 21514 (java) S 21510 21497 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21515] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21515/stat : 21515 (java) S 21510 21497 17933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993948515 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21516] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21516/stat : 21516 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993948517 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21517] ppid=21510 vsize=864416 CPUtime=0.1
/proc/21511/task/21517/stat : 21517 (java) S 21510 21497 17933 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 1993948517 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21518] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21518/stat : 21518 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993948517 885161984 9626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21519] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21519/stat : 21519 (java) S 21510 21497 17933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993948517 885161984 9626 996147200 134512640 134550740 4294955952 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) 883372

[startup+3.10297 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 21519
/proc/meminfo: memFree=1574508/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.33
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 974 4400 0 1 3 0 27 3 15 0 1 0 1993948475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 797 370 3 0 500 0
[pid=21510] ppid=21497 vsize=5356 CPUtime=0
/proc/21510/stat : 21510 (sh) S 21497 21497 17933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993948512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21510/statm: 1339 233 193 169 0 50 0
[pid=21511] ppid=21510 vsize=864416 CPUtime=2.68
/proc/21511/stat : 21511 (java) S 21510 21497 17933 0 -1 0 11077 0 1 0 262 6 0 0 18 0 9 0 1993948513 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21511/statm: 216104 10292 2564 9 0 210651 0
[pid=21511/tid=21512] ppid=21510 vsize=864416 CPUtime=2.08
/proc/21511/task/21512/stat : 21512 (java) R 21510 21497 17933 0 -1 64 2968 0 1 0 206 2 0 0 25 0 9 0 1993948513 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4126603290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21513] ppid=21510 vsize=864416 CPUtime=0.49
/proc/21511/task/21513/stat : 21513 (java) S 21510 21497 17933 0 -1 64 7069 0 0 0 46 3 0 0 16 0 9 0 1993948515 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21514] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21514/stat : 21514 (java) S 21510 21497 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21515] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21515/stat : 21515 (java) S 21510 21497 17933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993948515 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21516] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21516/stat : 21516 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993948517 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21517] ppid=21510 vsize=864416 CPUtime=0.1
/proc/21511/task/21517/stat : 21517 (java) S 21510 21497 17933 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 1993948517 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21518] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21518/stat : 21518 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993948517 885161984 10292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21519] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21519/stat : 21519 (java) S 21510 21497 17933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993948517 885161984 10292 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) 883372

[startup+6.30229 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 21519
/proc/meminfo: memFree=1567660/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.33
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 974 4400 0 1 3 0 27 3 15 0 1 0 1993948475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 797 370 3 0 500 0
[pid=21510] ppid=21497 vsize=5356 CPUtime=0
/proc/21510/stat : 21510 (sh) S 21497 21497 17933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993948512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21510/statm: 1339 233 193 169 0 50 0
[pid=21511] ppid=21510 vsize=864416 CPUtime=5.85
/proc/21511/stat : 21511 (java) S 21510 21497 17933 0 -1 0 12290 0 1 0 576 9 0 0 18 0 9 0 1993948513 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21511/statm: 216104 11422 2564 9 0 210651 0
[pid=21511/tid=21512] ppid=21510 vsize=864416 CPUtime=5.16
/proc/21511/task/21512/stat : 21512 (java) R 21510 21497 17933 0 -1 64 3051 0 1 0 512 4 0 0 25 0 9 0 1993948513 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4126541282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21513] ppid=21510 vsize=864416 CPUtime=0.57
/proc/21511/task/21513/stat : 21513 (java) S 21510 21497 17933 0 -1 64 8196 0 0 0 53 4 0 0 16 0 9 0 1993948515 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21514] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21514/stat : 21514 (java) S 21510 21497 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21515] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21515/stat : 21515 (java) S 21510 21497 17933 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993948515 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21516] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21516/stat : 21516 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993948517 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21517] ppid=21510 vsize=864416 CPUtime=0.1
/proc/21511/task/21517/stat : 21517 (java) S 21510 21497 17933 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 1993948517 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21518] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21518/stat : 21518 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993948517 885161984 11422 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21519] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21519/stat : 21519 (java) S 21510 21497 17933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993948517 885161984 11422 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) 883372

[startup+12.7029 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 21519
/proc/meminfo: memFree=1556268/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.33
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 974 4400 0 1 3 0 27 3 16 0 1 0 1993948475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 797 370 3 0 500 0
[pid=21510] ppid=21497 vsize=5356 CPUtime=0
/proc/21510/stat : 21510 (sh) S 21497 21497 17933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993948512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21510/statm: 1339 233 193 169 0 50 0
[pid=21511] ppid=21510 vsize=864416 CPUtime=12.19
/proc/21511/stat : 21511 (java) S 21510 21497 17933 0 -1 0 15098 0 1 0 1203 16 0 0 18 0 9 0 1993948513 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21511/statm: 216104 12831 2564 9 0 210651 0
[pid=21511/tid=21512] ppid=21510 vsize=864416 CPUtime=11.19
/proc/21511/task/21512/stat : 21512 (java) R 21510 21497 17933 0 -1 64 3240 0 1 0 1111 8 0 0 25 0 9 0 1993948513 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4126530056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21513] ppid=21510 vsize=864416 CPUtime=0.87
/proc/21511/task/21513/stat : 21513 (java) S 21510 21497 17933 0 -1 64 10811 0 0 0 80 7 0 0 16 0 9 0 1993948515 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21514] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21514/stat : 21514 (java) S 21510 21497 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21515] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21515/stat : 21515 (java) S 21510 21497 17933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21516] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21516/stat : 21516 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993948517 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21517] ppid=21510 vsize=864416 CPUtime=0.1
/proc/21511/task/21517/stat : 21517 (java) S 21510 21497 17933 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1993948517 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21518] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21518/stat : 21518 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993948517 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21519] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21519/stat : 21519 (java) S 21510 21497 17933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993948517 885161984 12831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883372

[startup+25.5021 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 21519
/proc/meminfo: memFree=1543852/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=0.33
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 974 4400 0 1 3 0 27 3 16 0 1 0 1993948475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 797 370 3 0 500 0
[pid=21510] ppid=21497 vsize=5356 CPUtime=0
/proc/21510/stat : 21510 (sh) S 21497 21497 17933 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993948512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21510/statm: 1339 233 193 169 0 50 0
[pid=21511] ppid=21510 vsize=864416 CPUtime=24.86
/proc/21511/stat : 21511 (java) S 21510 21497 17933 0 -1 0 17200 0 1 0 2463 23 0 0 18 0 9 0 1993948513 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21511/statm: 216104 13417 2564 9 0 210651 0
[pid=21511/tid=21512] ppid=21510 vsize=864416 CPUtime=23.38
/proc/21511/task/21512/stat : 21512 (java) R 21510 21497 17933 0 -1 64 3549 0 1 0 2325 13 0 0 25 0 9 0 1993948513 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21513] ppid=21510 vsize=864416 CPUtime=1.34
/proc/21511/task/21513/stat : 21513 (java) S 21510 21497 17933 0 -1 64 12604 0 0 0 126 8 0 0 15 0 9 0 1993948515 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21514] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21514/stat : 21514 (java) S 21510 21497 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21515] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21515/stat : 21515 (java) S 21510 21497 17933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993948515 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21516] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21516/stat : 21516 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993948517 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21517] ppid=21510 vsize=864416 CPUtime=0.11
/proc/21511/task/21517/stat : 21517 (java) S 21510 21497 17933 0 -1 64 355 0 0 0 11 0 0 0 17 0 9 0 1993948517 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21518] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21518/stat : 21518 (java) S 21510 21497 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993948517 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21511/tid=21519] ppid=21510 vsize=864416 CPUtime=0
/proc/21511/task/21519/stat : 21519 (java) S 21510 21497 17933 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993948517 885161984 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 883372

[startup+51.1017 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1565228/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=3300 CPUtime=1
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 723 0 0 0 49 51 0 0 25 0 1 0 1993953483 3379200 709 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 825 709 40 102 0 720 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 22256

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

[startup+63.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1537644/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=30696 CPUtime=13.7
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 7400 0 0 0 656 714 0 0 25 0 1 0 1993953483 31432704 7386 996147200 134512640 134931368 4294956256 18446744073709551615 134546147 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 7674 7386 40 102 0 7569 0
Current children cumulated CPU time (s) 63.23
Current children cumulated vsize (KiB) 49652

[startup+70.3017 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1529068/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=38620 CPUtime=20.05
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 9457 0 0 0 1085 920 0 0 25 0 1 0 1993953483 39546880 9442 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 9655 9442 42 102 0 9550 0
Current children cumulated CPU time (s) 69.58
Current children cumulated vsize (KiB) 57576

[startup+73.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1529004/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=38752 CPUtime=23.22
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 9506 0 0 0 1402 920 0 0 25 0 1 0 1993953483 39682048 9491 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 9688 9491 42 102 0 9583 0
Current children cumulated CPU time (s) 72.75
Current children cumulated vsize (KiB) 57708

[startup+75.1021 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1528748/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=38884 CPUtime=24.81
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 9542 0 0 0 1561 920 0 0 25 0 1 0 1993953483 39817216 9527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 9721 9527 42 102 0 9616 0
Current children cumulated CPU time (s) 74.34
Current children cumulated vsize (KiB) 57840

[startup+75.9062 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1528684/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=38884 CPUtime=25.6
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 9560 0 0 0 1640 920 0 0 25 0 1 0 1993953483 39817216 9545 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 9721 9545 42 102 0 9616 0
Current children cumulated CPU time (s) 75.13
Current children cumulated vsize (KiB) 57840

[startup+76.7013 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1528684/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=49.53
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1022 25802 0 2 4 0 4901 48 16 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
[pid=21520] ppid=21497 vsize=5356 CPUtime=0
/proc/21520/stat : 21520 (sh) S 21497 21497 17933 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993953483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21520/statm: 1339 232 193 169 0 50 0
[pid=21521] ppid=21520 vsize=39016 CPUtime=26.39
/proc/21521/stat : 21521 (picosat) R 21520 21497 17933 0 -1 4194304 9571 0 0 0 1719 920 0 0 25 0 1 0 1993953483 39952384 9556 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/21521/statm: 9754 9556 42 102 0 9649 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 57972

[startup+77.1013 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1530156/2055920 swapFree=4179028/4192956
[pid=21497] ppid=21495 vsize=13600 CPUtime=76.17
/proc/21497/stat : 21497 (sugar) S 21495 21497 17933 0 -1 4194304 1092 35665 0 2 4 0 6643 970 15 0 1 0 1993948475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21497/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 76.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 77.1289
CPU time (s): 76.3394
CPU user time (s): 66.5759
CPU system time (s): 9.76351
CPU usage (%): 98.9764
Max. virtual memory (cumulated for all children) (KiB): 885940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.5759
system time used= 9.76351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40498
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= 11250
involuntary context switches= 12546

runsolver used 0.106983 second user time and 0.250961 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 07:35:56
IDJOB=1067032
IDBENCH=55160
IDSOLVER=345
FILE ID=node36/1067032-1215149756
PBS_JOBID= 7877321
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067032-1215149756/watcher-1067032-1215149756 -o /tmp/evaluation-result-1067032-1215149756/solver-1067032-1215149756 -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/picosat" -tmp="HOME/temp" HOME/instance-1067032-1215149756.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8eb0e06cd83832f8013785f46c061cae
RANDOM SEED=1712079697

node36.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.240
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.240
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:       1606628 kB
Buffers:         70304 kB
Cached:         298552 kB
SwapCached:       7932 kB
Active:         209076 kB
Inactive:       173732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606628 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          21676 kB
Slab:            51920 kB
Committed_AS:  3310744 kB
PageTables:       1716 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= 66556 MiB
End job on node36 at 2008-07-04 07:37:13