Trace number 1094909

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 140.446 141.934

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-5.xml
MD5SUM572b446c1f9364dd41ad30aa26912551
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.987849
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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 Sat Jul  5 19:50:59 2008
0.00/0.04	c 0	PID 9604
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094909-1215280259.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-1094909-1215280259.xml' 'HOME/temp.csp'
0.03/0.85	c 1	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.03/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.97	c 1	Parsing HOME/temp.csp
1.11/1.22	c 1	parsed 4181 expressions
1.11/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.23	c 1	Converting to clausal form CSP
1.31/1.42	c 1	converted 419 (10%) expressions
2.00/2.16	c 2	converted 837 (20%) expressions
2.50/2.68	c 3	converted 1255 (30%) expressions
3.00/3.12	c 3	converted 1673 (40%) expressions
3.28/3.47	c 3	converted 2091 (50%) expressions
3.68/3.86	c 4	converted 2509 (60%) expressions
4.18/4.36	c 4	converted 2927 (70%) expressions
4.48/4.67	c 5	converted 3345 (80%) expressions
4.87/5.00	c 5	converted 3763 (90%) expressions
5.18/5.34	c 5	converted 4181 (100%) expressions
5.18/5.34	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.18/5.34	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.18/5.34	c 5	Propagation in CSP
5.46/5.63	c 5	8720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/5.63	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.46/5.63	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.64	c 6	Simplifing CSP by introducing new Boolean variables
5.46/5.69	c 6	CSP : 696 integers, 18187 booleans, 30989 clauses, largest domain size 2821
5.46/5.69	c 6	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.87/6.01	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.16/6.39	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.46/6.68	c 7	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.75/6.99	c 7	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.15/7.31	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.44/7.65	c 8	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.54/7.78	c 8	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.74/7.97	c 8	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
7.94/8.14	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.14/8.31	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.24/8.46	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
18.33/18.60	c 18	3099 (10%) CSP clauses are encoded (2125948 clauses, 41286788 bytes)
24.76/25.12	c 25	6198 (20%) CSP clauses are encoded (3250319 clauses, 65568999 bytes)
30.89/31.36	c 31	9297 (30%) CSP clauses are encoded (4616189 clauses, 96138068 bytes)
34.43/34.95	c 35	12396 (40%) CSP clauses are encoded (5603155 clauses, 119138362 bytes)
36.59/37.18	c 37	15495 (50%) CSP clauses are encoded (6316616 clauses, 136021813 bytes)
39.26/39.83	c 40	18594 (60%) CSP clauses are encoded (7187139 clauses, 156720969 bytes)
41.24/41.86	c 42	21693 (70%) CSP clauses are encoded (7938169 clauses, 174923110 bytes)
43.61/44.28	c 44	24792 (80%) CSP clauses are encoded (8874323 clauses, 197443554 bytes)
45.59/46.25	c 46	27891 (90%) CSP clauses are encoded (9658296 clauses, 216312761 bytes)
47.75/48.46	c 48	30989 (100%) CSP clauses are encoded (10467663 clauses, 235752659 bytes)
47.75/48.46	c 48	30989 CSP clauses encoded
47.75/48.47	c 48	Writing map file : HOME/temp.map
47.84/48.50	c 48	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.84/48.50	c 48	SAT : 730221 SAT variables, 10467663 SAT clauses, 235752659 bytes
47.84/48.50	c 48	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.84/48.52	c 48	SOLVING HOME/temp.cnf
47.84/48.52	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
139.72/141.22	c 141	DECODING HOME/temp.out WITH HOME/temp.map
139.72/141.22	c 141	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
139.74/141.30	c 141	Decoding HOME/temp.out
139.74/141.79	s UNSATISFIABLE
139.74/141.79	c 142	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
140.29/141.81	c 142	CPU 90.37 (0.04 0.01 90.33 49.93)
140.29/141.81	c 142	END Sat Jul  5 19:53:21 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-1094909-1215280259/watcher-1094909-1215280259 -o /tmp/evaluation-result-1094909-1215280259/solver-1094909-1215280259 -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-1094909-1215280259.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.04 2.01 2.00 4/81 9604
/proc/meminfo: memFree=1735552/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=12268 CPUtime=0
/proc/9604/stat : 9604 (sugar) R 9602 9604 8407 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006999922 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9604/statm: 3067 316 241 3 0 167 0

[startup+0.0743071 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 9604
/proc/meminfo: memFree=1735552/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.03
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006999922 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102316 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 9604
/proc/meminfo: memFree=1735552/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.03
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006999922 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301284 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 9604
/proc/meminfo: memFree=1735552/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.03
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006999922 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702328 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 9604
/proc/meminfo: memFree=1735552/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.03
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006999922 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.04 2.01 2.00 4/92 9626
/proc/meminfo: memFree=1728424/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.82
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 974 6929 0 1 3 0 75 4 15 0 1 0 2006999922 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 797 370 3 0 500 0
[pid=9617] ppid=9604 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9604 9604 8407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 233 193 169 0 50 0
[pid=9618] ppid=9617 vsize=867640 CPUtime=0.59
/proc/9618/stat : 9618 (java) S 9617 9604 8407 0 -1 0 5242 0 1 0 56 3 0 0 19 0 9 0 2007000011 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9618/statm: 216910 4660 1732 9 0 211485 0
[pid=9618/tid=9619] ppid=9617 vsize=867640 CPUtime=0.37
/proc/9618/task/9619/stat : 9619 (java) R 9617 9604 8407 0 -1 64 2658 0 1 0 36 1 0 0 22 0 9 0 2007000012 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9620] ppid=9617 vsize=867640 CPUtime=0.04
/proc/9618/task/9620/stat : 9620 (java) S 9617 9604 8407 0 -1 64 694 0 0 0 4 0 0 0 16 0 9 0 2007000013 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9621] ppid=9617 vsize=867640 CPUtime=0
/proc/9618/task/9621/stat : 9621 (java) S 9617 9604 8407 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007000013 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9622] ppid=9617 vsize=867640 CPUtime=0
/proc/9618/task/9622/stat : 9622 (java) S 9617 9604 8407 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007000013 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9623] ppid=9617 vsize=867640 CPUtime=0
/proc/9618/task/9623/stat : 9623 (java) S 9617 9604 8407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007000016 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9624] ppid=9617 vsize=867640 CPUtime=0.15
/proc/9618/task/9624/stat : 9624 (java) R 9617 9604 8407 0 -1 64 1199 0 0 0 15 0 0 0 16 0 9 0 2007000016 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 102018733 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9625] ppid=9617 vsize=867640 CPUtime=0
/proc/9618/task/9625/stat : 9625 (java) S 9617 9604 8407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000016 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9626] ppid=9617 vsize=867640 CPUtime=0
/proc/9618/task/9626/stat : 9626 (java) S 9617 9604 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000016 888463360 4660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886596

[startup+3.10154 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 9626
/proc/meminfo: memFree=1715752/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.82
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 974 6929 0 1 3 0 75 4 15 0 1 0 2006999922 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 797 370 3 0 500 0
[pid=9617] ppid=9604 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9604 9604 8407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 233 193 169 0 50 0
[pid=9618] ppid=9617 vsize=868356 CPUtime=2.18
/proc/9618/stat : 9618 (java) S 9617 9604 8407 0 -1 0 9258 0 1 0 212 6 0 0 19 0 9 0 2007000011 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9618/statm: 217089 8348 2540 9 0 211664 0
[pid=9618/tid=9619] ppid=9617 vsize=868356 CPUtime=1.57
/proc/9618/task/9619/stat : 9619 (java) R 9617 9604 8407 0 -1 64 2888 0 1 0 155 2 0 0 25 0 9 0 2007000012 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4126477660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9620] ppid=9617 vsize=868356 CPUtime=0.38
/proc/9618/task/9620/stat : 9620 (java) S 9617 9604 8407 0 -1 64 4206 0 0 0 36 2 0 0 16 0 9 0 2007000013 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9621] ppid=9617 vsize=868356 CPUtime=0
/proc/9618/task/9621/stat : 9621 (java) S 9617 9604 8407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007000013 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9622] ppid=9617 vsize=868356 CPUtime=0
/proc/9618/task/9622/stat : 9622 (java) S 9617 9604 8407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000013 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9623] ppid=9617 vsize=868356 CPUtime=0
/proc/9618/task/9623/stat : 9623 (java) S 9617 9604 8407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007000016 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9624] ppid=9617 vsize=868356 CPUtime=0.2
/proc/9618/task/9624/stat : 9624 (java) S 9617 9604 8407 0 -1 64 1471 0 0 0 20 0 0 0 15 0 9 0 2007000016 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9625] ppid=9617 vsize=868356 CPUtime=0
/proc/9618/task/9625/stat : 9625 (java) S 9617 9604 8407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000016 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9626] ppid=9617 vsize=868356 CPUtime=0
/proc/9618/task/9626/stat : 9626 (java) S 9617 9604 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000016 889196544 8348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887312

[startup+6.30283 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 9626
/proc/meminfo: memFree=1692200/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.82
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 974 6929 0 1 3 0 75 4 15 0 1 0 2006999922 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 797 370 3 0 500 0
[pid=9617] ppid=9604 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9604 9604 8407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 233 193 169 0 50 0
[pid=9618] ppid=9617 vsize=868468 CPUtime=5.34
/proc/9618/stat : 9618 (java) S 9617 9604 8407 0 -1 0 20004 0 1 0 522 12 0 0 19 0 9 0 2007000011 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9618/statm: 217117 13751 2566 9 0 211664 0
[pid=9618/tid=9619] ppid=9617 vsize=868468 CPUtime=3.88
/proc/9618/task/9619/stat : 9619 (java) R 9617 9604 8407 0 -1 64 3401 0 1 0 386 2 0 0 25 0 9 0 2007000012 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4126477653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9620] ppid=9617 vsize=868468 CPUtime=1.17
/proc/9618/task/9620/stat : 9620 (java) S 9617 9604 8407 0 -1 64 14405 0 0 0 109 8 0 0 16 0 9 0 2007000013 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9621] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9621/stat : 9621 (java) S 9617 9604 8407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007000013 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9622] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9622/stat : 9622 (java) S 9617 9604 8407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000013 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9623] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9623/stat : 9623 (java) S 9617 9604 8407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007000016 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9624] ppid=9617 vsize=868468 CPUtime=0.25
/proc/9618/task/9624/stat : 9624 (java) S 9617 9604 8407 0 -1 64 1505 0 0 0 25 0 0 0 15 0 9 0 2007000016 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9625] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9625/stat : 9625 (java) S 9617 9604 8407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000016 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9626] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9626/stat : 9626 (java) S 9617 9604 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000016 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887424

[startup+12.7014 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 9626
/proc/meminfo: memFree=1664680/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.82
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 974 6929 0 1 3 0 75 4 15 0 1 0 2006999922 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 797 370 3 0 500 0
[pid=9617] ppid=9604 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9604 9604 8407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 233 193 169 0 50 0
[pid=9618] ppid=9617 vsize=868468 CPUtime=11.67
/proc/9618/stat : 9618 (java) S 9617 9604 8407 0 -1 0 20210 0 1 0 1139 28 0 0 19 0 9 0 2007000011 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9618/statm: 217117 13767 2566 9 0 211664 0
[pid=9618/tid=9619] ppid=9617 vsize=868468 CPUtime=10.11
/proc/9618/task/9619/stat : 9619 (java) R 9617 9604 8407 0 -1 64 3594 0 1 0 994 17 0 0 25 0 9 0 2007000012 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4126998676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9620] ppid=9617 vsize=868468 CPUtime=1.25
/proc/9618/task/9620/stat : 9620 (java) S 9617 9604 8407 0 -1 64 14405 0 0 0 116 9 0 0 16 0 9 0 2007000013 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9621] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9621/stat : 9621 (java) S 9617 9604 8407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007000013 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9622] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9622/stat : 9622 (java) S 9617 9604 8407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000013 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9623] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9623/stat : 9623 (java) S 9617 9604 8407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007000016 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9624] ppid=9617 vsize=868468 CPUtime=0.28
/proc/9618/task/9624/stat : 9624 (java) S 9617 9604 8407 0 -1 64 1518 0 0 0 28 0 0 0 16 0 9 0 2007000016 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9625] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9625/stat : 9625 (java) S 9617 9604 8407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000016 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9626] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9626/stat : 9626 (java) S 9617 9604 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000016 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887424

[startup+25.5026 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 9626
/proc/meminfo: memFree=1622632/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=0.82
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 974 6929 0 1 3 0 75 4 16 0 1 0 2006999922 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 797 370 3 0 500 0
[pid=9617] ppid=9604 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9604 9604 8407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 233 193 169 0 50 0
[pid=9618] ppid=9617 vsize=868468 CPUtime=24.33
/proc/9618/stat : 9618 (java) S 9617 9604 8407 0 -1 0 20554 0 1 0 2378 55 0 0 19 0 9 0 2007000011 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9618/statm: 217117 13771 2566 9 0 211664 0
[pid=9618/tid=9619] ppid=9617 vsize=868468 CPUtime=22.61
/proc/9618/task/9619/stat : 9619 (java) R 9617 9604 8407 0 -1 64 3934 0 1 0 2219 42 0 0 25 0 9 0 2007000012 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4127016259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9620] ppid=9617 vsize=868468 CPUtime=1.4
/proc/9618/task/9620/stat : 9620 (java) S 9617 9604 8407 0 -1 64 14405 0 0 0 129 11 0 0 16 0 9 0 2007000013 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9621] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9621/stat : 9621 (java) S 9617 9604 8407 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007000013 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9622] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9622/stat : 9622 (java) S 9617 9604 8407 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000013 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9623] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9623/stat : 9623 (java) S 9617 9604 8407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007000016 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9624] ppid=9617 vsize=868468 CPUtime=0.29
/proc/9618/task/9624/stat : 9624 (java) S 9617 9604 8407 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 2007000016 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9625] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9625/stat : 9625 (java) S 9617 9604 8407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000016 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9618/tid=9626] ppid=9617 vsize=868468 CPUtime=0
/proc/9618/task/9626/stat : 9626 (java) S 9617 9604 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000016 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887424

[startup+51.1029 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 9628
/proc/meminfo: memFree=1470568/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=43828 CPUtime=2.55
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 8515 0 0 0 118 137 0 0 25 0 1 0 2007004775 44879872 8501 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 10957 8501 40 102 0 10852 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 62784

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1260008/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=275136 CPUtime=53.28
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 59433 0 0 0 2413 2915 0 0 25 0 1 0 2007004775 281739264 59419 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 68784 59419 40 102 0 68679 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 294092

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

[startup+127.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1169128/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=356844 CPUtime=78.66
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 82404 0 0 0 3572 4294 0 0 25 0 1 0 2007004775 365408256 82390 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 89211 82390 40 102 0 89106 0
Current children cumulated CPU time (s) 126.54
Current children cumulated vsize (KiB) 375800

[startup+134.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1144872/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=377568 CPUtime=85
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 88249 0 0 0 3873 4627 0 0 25 0 1 0 2007004775 386629632 88235 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 94392 88235 40 102 0 94287 0
Current children cumulated CPU time (s) 132.88
Current children cumulated vsize (KiB) 396524

[startup+137.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1133416/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=387468 CPUtime=88.17
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 91028 0 0 0 4022 4795 0 0 25 0 1 0 2007004775 396767232 91014 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 96867 91014 40 102 0 96762 0
Current children cumulated CPU time (s) 136.05
Current children cumulated vsize (KiB) 406424

[startup+139.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1130600/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=392768 CPUtime=89.76
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 91720 0 0 0 4160 4816 0 0 25 0 1 0 2007004775 402194432 91706 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 98192 91706 42 102 0 98087 0
Current children cumulated CPU time (s) 137.64
Current children cumulated vsize (KiB) 411724

[startup+140.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1129576/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=47.88
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1022 28970 0 2 4 1 4616 167 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
[pid=9627] ppid=9604 vsize=5356 CPUtime=0
/proc/9627/stat : 9627 (sh) S 9604 9604 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9627/statm: 1339 232 193 169 0 50 0
[pid=9628] ppid=9627 vsize=396864 CPUtime=91.35
/proc/9628/stat : 9628 (picosat) R 9627 9604 8407 0 -1 4194304 91880 0 0 0 4319 4816 0 0 25 0 1 0 2007004775 406388736 91866 996147200 134512640 134931368 4294956256 18446744073709551615 134524110 0 0 4096 0 0 0 0 17 1 0 0
/proc/9628/statm: 99216 91866 42 102 0 99111 0
Current children cumulated CPU time (s) 139.23
Current children cumulated vsize (KiB) 415820

[startup+141.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9628
/proc/meminfo: memFree=1129576/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=139.74
/proc/9604/stat : 9604 (sugar) S 9602 9604 8407 0 -1 4194304 1091 121156 0 2 4 1 8980 4989 16 0 1 0 2006999922 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9604/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 139.74
Current children cumulated vsize (KiB) 13600

[startup+141.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9638
/proc/meminfo: memFree=1486632/2055920 swapFree=4180844/4192956
[pid=9604] ppid=9602 vsize=13600 CPUtime=140.4
/proc/9604/stat : 9604 (sugar) R 9602 9604 8407 0 -1 4194304 1118 127389 0 3 4 10 9033 4993 16 0 1 0 2006999922 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9604/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 140.4
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 141.934
CPU time (s): 140.446
CPU user time (s): 90.3763
CPU system time (s): 50.0694
CPU usage (%): 98.9516
Max. virtual memory (cumulated for all children) (KiB): 897816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.3763
system time used= 50.0694
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128537
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= 17091
involuntary context switches= 19980

runsolver used 0.186971 second user time and 0.427934 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 19:50:59
IDJOB=1094909
IDBENCH=58848
IDSOLVER=345
FILE ID=node25/1094909-1215280259
PBS_JOBID= 7882233
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-5.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-1094909-1215280259/watcher-1094909-1215280259 -o /tmp/evaluation-result-1094909-1215280259/solver-1094909-1215280259 -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-1094909-1215280259.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 572b446c1f9364dd41ad30aa26912551
RANDOM SEED=1014977277

node25.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.234
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.234
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:       1736032 kB
Buffers:         44672 kB
Cached:         195468 kB
SwapCached:       5952 kB
Active:         173272 kB
Inactive:        94636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736032 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          43900 kB
Slab:            36980 kB
Committed_AS:  3602232 kB
PageTables:       2056 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= 66528 MiB
End job on node25 at 2008-07-05 19:53:21