Trace number 1086926

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 120.045 129.293

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-0.xml
MD5SUM3d5c26105aab0ca21b22d7bc9b077a6e
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 benchmark6.46102
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
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 09:12:28 2008
0.00/0.04	c 0	PID 3455
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1086926-1215241948.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086926-1215241948.xml' 'HOME/temp.csp'
0.04/0.61	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.04/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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.60/0.70	c 1	Parsing HOME/temp.csp
0.60/0.93	c 1	parsed 3681 expressions
0.60/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.94	c 1	Converting to clausal form CSP
1.06/1.11	c 1	converted 369 (10%) expressions
1.75/1.80	c 2	converted 737 (20%) expressions
2.25/2.30	c 2	converted 1105 (30%) expressions
2.55/2.68	c 3	converted 1473 (40%) expressions
3.05/3.13	c 3	converted 1841 (50%) expressions
3.34/3.42	c 3	converted 2209 (60%) expressions
3.74/3.81	c 4	converted 2577 (70%) expressions
4.14/4.26	c 4	converted 2945 (80%) expressions
4.43/4.55	c 5	converted 3313 (90%) expressions
4.83/4.90	c 5	converted 3681 (100%) expressions
4.83/4.90	c 5	CSP : 598 integers, 9633 booleans, 20570 clauses, largest domain size 2697
4.83/4.90	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.83/4.90	c 5	Propagation in CSP
5.03/5.14	c 5	4240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.03/5.14	c 5	CSP : 598 integers, 9633 booleans, 20570 clauses, largest domain size 2697
5.03/5.14	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.16	c 5	Simplifing CSP by introducing new Boolean variables
5.13/5.21	c 5	CSP : 598 integers, 16447 booleans, 27384 clauses, largest domain size 2697
5.13/5.21	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.43/5.55	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.73/5.84	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
5.92/6.07	c 6	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
6.22/6.32	c 6	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.42/6.55	c 7	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
6.62/6.79	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
6.82/6.95	c 7	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
6.92/7.09	c 7	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
7.12/7.25	c 7	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
7.22/7.37	c 7	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.42/7.51	c 8	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
16.94/17.14	c 17	2739 (10%) CSP clauses are encoded (2166624 clauses, 42886489 bytes)
22.80/23.05	c 23	5477 (20%) CSP clauses are encoded (3386940 clauses, 69816713 bytes)
26.57/26.86	c 27	8216 (30%) CSP clauses are encoded (4223914 clauses, 88411209 bytes)
29.65/29.92	c 30	10954 (40%) CSP clauses are encoded (5019109 clauses, 106525071 bytes)
31.87/39.69	c 40	13692 (50%) CSP clauses are encoded (5668996 clauses, 121680344 bytes)
34.36/42.10	c 42	16431 (60%) CSP clauses are encoded (6524077 clauses, 142129196 bytes)
35.73/44.59	c 45	19169 (70%) CSP clauses are encoded (7050540 clauses, 154562725 bytes)
38.03/46.88	c 47	21908 (80%) CSP clauses are encoded (7894299 clauses, 174894940 bytes)
40.11/48.97	c 49	24646 (90%) CSP clauses are encoded (8701264 clauses, 194209918 bytes)
41.90/50.74	c 51	27384 (100%) CSP clauses are encoded (9334962 clauses, 209606668 bytes)
41.90/50.74	c 51	27384 CSP clauses encoded
41.90/50.74	c 51	Writing map file : HOME/temp.map
41.90/50.77	c 51	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.90/50.77	c 51	SAT : 641121 SAT variables, 9334962 SAT clauses, 209606668 bytes
41.90/50.77	c 51	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.97/50.83	c 51	SOLVING HOME/temp.cnf
41.97/50.83	c 51	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
119.58/128.81	c 129	DECODING HOME/temp.out WITH HOME/temp.map
119.58/128.81	c 129	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
119.62/128.90	c 129	Decoding HOME/temp.out
119.62/129.13	s UNSATISFIABLE
119.62/129.13	c 129	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
119.62/129.20	c 129	CPU 77.61 (0.04 0.01 77.57 42.31)
119.62/129.20	c 129	END Sat Jul  5 09:14:37 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-1086926-1215241948/watcher-1086926-1215241948 -o /tmp/evaluation-result-1086926-1215241948/solver-1086926-1215241948 -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-1086926-1215241948.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.24 2.10 2.04 4/73 3455
/proc/meminfo: memFree=1866248/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=12268 CPUtime=0
/proc/3455/stat : 3455 (sugar) R 3453 3455 2981 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 636442054 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/3455/statm: 3067 316 241 3 0 167 0

[startup+0.076702 s]
/proc/loadavg: 2.24 2.10 2.04 4/73 3455
/proc/meminfo: memFree=1866248/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.04
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 636442054 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3455/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102703 s]
/proc/loadavg: 2.24 2.10 2.04 4/73 3455
/proc/meminfo: memFree=1866248/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.04
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 636442054 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3455/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302727 s]
/proc/loadavg: 2.24 2.10 2.04 4/73 3455
/proc/meminfo: memFree=1866248/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.04
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 636442054 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3455/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70277 s]
/proc/loadavg: 2.24 2.10 2.04 4/73 3455
/proc/meminfo: memFree=1866248/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.6
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 956 6774 0 1 3 1 51 5 17 0 1 0 636442054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3455/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 2.24 2.10 2.04 3/84 3477
/proc/meminfo: memFree=1856240/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.6
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 974 6774 0 1 3 1 51 5 15 0 1 0 636442054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 797 370 3 0 500 0
[pid=3468] ppid=3455 vsize=5356 CPUtime=0
/proc/3468/stat : 3468 (sh) S 3455 3455 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636442116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3468/statm: 1339 233 193 169 0 50 0
[pid=3469] ppid=3468 vsize=868244 CPUtime=0.86
/proc/3469/stat : 3469 (java) S 3468 3455 2981 0 -1 0 5801 0 1 0 81 5 0 0 18 0 9 0 636442117 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3469/statm: 217061 5170 1734 9 0 211636 0
[pid=3469/tid=3470] ppid=3468 vsize=868244 CPUtime=0.59
/proc/3469/task/3470/stat : 3470 (java) R 3468 3455 2981 0 -1 64 2683 0 1 0 57 2 0 0 24 0 9 0 636442118 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3471] ppid=3468 vsize=868244 CPUtime=0.06
/proc/3469/task/3471/stat : 3471 (java) S 3468 3455 2981 0 -1 64 961 0 0 0 6 0 0 0 15 0 9 0 636442119 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3472] ppid=3468 vsize=868244 CPUtime=0
/proc/3469/task/3472/stat : 3472 (java) S 3468 3455 2981 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 636442119 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3473] ppid=3468 vsize=868244 CPUtime=0
/proc/3469/task/3473/stat : 3473 (java) S 3468 3455 2981 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 636442119 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3474] ppid=3468 vsize=868244 CPUtime=0
/proc/3469/task/3474/stat : 3474 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636442121 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3475] ppid=3468 vsize=868244 CPUtime=0.17
/proc/3469/task/3475/stat : 3475 (java) S 3468 3455 2981 0 -1 64 1465 0 0 0 17 0 0 0 15 0 9 0 636442121 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3476] ppid=3468 vsize=868244 CPUtime=0
/proc/3469/task/3476/stat : 3476 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636442121 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3477] ppid=3468 vsize=868244 CPUtime=0
/proc/3469/task/3477/stat : 3477 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636442121 889081856 5170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887200

[startup+3.10205 s]
/proc/loadavg: 2.24 2.10 2.04 3/84 3477
/proc/meminfo: memFree=1845872/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.6
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 974 6774 0 1 3 1 51 5 15 0 1 0 636442054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 797 370 3 0 500 0
[pid=3468] ppid=3455 vsize=5356 CPUtime=0
/proc/3468/stat : 3468 (sh) S 3455 3455 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636442116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3468/statm: 1339 233 193 169 0 50 0
[pid=3469] ppid=3468 vsize=868356 CPUtime=2.45
/proc/3469/stat : 3469 (java) S 3468 3455 2981 0 -1 0 9673 0 1 0 237 8 0 0 18 0 9 0 636442117 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3469/statm: 217089 8742 2540 9 0 211664 0
[pid=3469/tid=3470] ppid=3468 vsize=868356 CPUtime=1.82
/proc/3469/task/3470/stat : 3470 (java) R 3468 3455 2981 0 -1 64 2909 0 1 0 179 3 0 0 25 0 9 0 636442118 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4126577207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3471] ppid=3468 vsize=868356 CPUtime=0.41
/proc/3469/task/3471/stat : 3471 (java) S 3468 3455 2981 0 -1 64 4599 0 0 0 38 3 0 0 16 0 9 0 636442119 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3472] ppid=3468 vsize=868356 CPUtime=0
/proc/3469/task/3472/stat : 3472 (java) S 3468 3455 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636442119 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3473] ppid=3468 vsize=868356 CPUtime=0
/proc/3469/task/3473/stat : 3473 (java) S 3468 3455 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636442119 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3474] ppid=3468 vsize=868356 CPUtime=0
/proc/3469/task/3474/stat : 3474 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636442121 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3475] ppid=3468 vsize=868356 CPUtime=0.18
/proc/3469/task/3475/stat : 3475 (java) S 3468 3455 2981 0 -1 64 1472 0 0 0 18 0 0 0 15 0 9 0 636442121 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3476] ppid=3468 vsize=868356 CPUtime=0
/proc/3469/task/3476/stat : 3476 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636442121 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3477] ppid=3468 vsize=868356 CPUtime=0
/proc/3469/task/3477/stat : 3477 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636442121 889196544 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887312

[startup+6.30242 s]
/proc/loadavg: 2.22 2.10 2.04 4/84 3477
/proc/meminfo: memFree=1812784/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.6
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 974 6774 0 1 3 1 51 5 15 0 1 0 636442054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 797 370 3 0 500 0
[pid=3468] ppid=3455 vsize=5356 CPUtime=0
/proc/3468/stat : 3468 (sh) S 3455 3455 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636442116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3468/statm: 1339 233 193 169 0 50 0
[pid=3469] ppid=3468 vsize=868468 CPUtime=5.62
/proc/3469/stat : 3469 (java) S 3468 3455 2981 0 -1 0 18922 0 1 0 547 15 0 0 18 0 9 0 636442117 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3469/statm: 217117 12660 2566 9 0 211664 0
[pid=3469/tid=3470] ppid=3468 vsize=868468 CPUtime=4.19
/proc/3469/task/3470/stat : 3470 (java) R 3468 3455 2981 0 -1 64 3330 0 1 0 415 4 0 0 25 0 9 0 636442118 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4126997901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3471] ppid=3468 vsize=868468 CPUtime=1.16
/proc/3469/task/3471/stat : 3471 (java) S 3468 3455 2981 0 -1 64 13392 0 0 0 107 9 0 0 16 0 9 0 636442119 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3472] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3472/stat : 3472 (java) S 3468 3455 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636442119 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3473] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3473/stat : 3473 (java) S 3468 3455 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636442119 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3474] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3474/stat : 3474 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636442121 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3475] ppid=3468 vsize=868468 CPUtime=0.24
/proc/3469/task/3475/stat : 3475 (java) S 3468 3455 2981 0 -1 64 1507 0 0 0 24 0 0 0 15 0 9 0 636442121 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3476] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3476/stat : 3476 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636442121 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3477] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3477/stat : 3477 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636442121 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887424

[startup+12.7021 s]
/proc/loadavg: 2.28 2.11 2.05 3/84 3477
/proc/meminfo: memFree=1797936/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.6
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 974 6774 0 1 3 1 51 5 15 0 1 0 636442054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 797 370 3 0 500 0
[pid=3468] ppid=3455 vsize=5356 CPUtime=0
/proc/3468/stat : 3468 (sh) S 3455 3455 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636442116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3468/statm: 1339 233 193 169 0 50 0
[pid=3469] ppid=3468 vsize=868468 CPUtime=11.97
/proc/3469/stat : 3469 (java) S 3468 3455 2981 0 -1 0 19159 0 1 0 1164 33 0 0 18 0 9 0 636442117 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3469/statm: 217117 12676 2566 9 0 211664 0
[pid=3469/tid=3470] ppid=3468 vsize=868468 CPUtime=10.4
/proc/3469/task/3470/stat : 3470 (java) R 3468 3455 2981 0 -1 64 3553 0 1 0 1020 20 0 0 25 0 9 0 636442118 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4126997932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3471] ppid=3468 vsize=868468 CPUtime=1.27
/proc/3469/task/3471/stat : 3471 (java) S 3468 3455 2981 0 -1 64 13392 0 0 0 117 10 0 0 16 0 9 0 636442119 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3472] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3472/stat : 3472 (java) S 3468 3455 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636442119 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3473] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3473/stat : 3473 (java) S 3468 3455 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636442119 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3474] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3474/stat : 3474 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636442121 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3475] ppid=3468 vsize=868468 CPUtime=0.26
/proc/3469/task/3475/stat : 3475 (java) S 3468 3455 2981 0 -1 64 1521 0 0 0 26 0 0 0 17 0 9 0 636442121 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3476] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3476/stat : 3476 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636442121 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3477] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3477/stat : 3477 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636442121 889311232 12676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887424

[startup+25.5026 s]
/proc/loadavg: 2.44 2.16 2.06 3/84 3477
/proc/meminfo: memFree=1743216/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=0.6
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 974 6774 0 1 3 1 51 5 16 0 1 0 636442054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 797 370 3 0 500 0
[pid=3468] ppid=3455 vsize=5356 CPUtime=0
/proc/3468/stat : 3468 (sh) S 3455 3455 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636442116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3468/statm: 1339 233 193 169 0 50 0
[pid=3469] ppid=3468 vsize=868468 CPUtime=24.68
/proc/3469/stat : 3469 (java) S 3468 3455 2981 0 -1 0 19619 0 1 0 2392 76 0 0 18 0 9 0 636442117 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3469/statm: 217117 12680 2566 9 0 211664 0
[pid=3469/tid=3470] ppid=3468 vsize=868468 CPUtime=22.88
/proc/3469/task/3470/stat : 3470 (java) R 3468 3455 2981 0 -1 64 4010 0 1 0 2228 60 0 0 25 0 9 0 636442118 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4127006726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3471] ppid=3468 vsize=868468 CPUtime=1.49
/proc/3469/task/3471/stat : 3471 (java) S 3468 3455 2981 0 -1 64 13392 0 0 0 136 13 0 0 16 0 9 0 636442119 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3472] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3472/stat : 3472 (java) S 3468 3455 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636442119 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3473] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3473/stat : 3473 (java) S 3468 3455 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636442119 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3474] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3474/stat : 3474 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636442121 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3475] ppid=3468 vsize=868468 CPUtime=0.27
/proc/3469/task/3475/stat : 3475 (java) S 3468 3455 2981 0 -1 64 1524 0 0 0 27 0 0 0 16 0 9 0 636442121 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3476] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3476/stat : 3476 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636442121 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3469/tid=3477] ppid=3468 vsize=868468 CPUtime=0
/proc/3469/task/3477/stat : 3477 (java) S 3468 3455 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636442121 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 887424

[startup+51.1026 s]
/proc/loadavg: 2.49 2.19 2.08 3/84 3477
/proc/meminfo: memFree=1615024/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (KiB) 13600

[startup+102.306 s]
/proc/loadavg: 2.38 2.22 2.09 3/76 3479
/proc/meminfo: memFree=1415024/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=278456 CPUtime=51.22
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 59164 0 0 0 2337 2785 0 0 25 0 1 0 636447137 285138944 59150 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 69614 59150 40 102 0 69509 0
Current children cumulated CPU time (s) 93.21
Current children cumulated vsize (KiB) 297412

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

[startup+115.102 s]
/proc/loadavg: 2.29 2.20 2.09 3/76 3479
/proc/meminfo: memFree=1372784/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=321620 CPUtime=63.96
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 71310 0 0 0 2918 3478 0 0 25 0 1 0 636447137 329338880 71296 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 80405 71296 40 102 0 80300 0
Current children cumulated CPU time (s) 105.95
Current children cumulated vsize (KiB) 340576

[startup+121.502 s]
/proc/loadavg: 2.35 2.22 2.09 3/76 3479
/proc/meminfo: memFree=1347760/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=343136 CPUtime=70.33
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 77375 0 0 0 3211 3822 0 0 25 0 1 0 636447137 351371264 77361 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 85784 77361 40 102 0 85679 0
Current children cumulated CPU time (s) 112.32
Current children cumulated vsize (KiB) 362092

[startup+124.702 s]
/proc/loadavg: 2.32 2.21 2.09 3/76 3479
/proc/meminfo: memFree=1334896/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=354356 CPUtime=73.51
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 80531 0 0 0 3352 3999 0 0 25 0 1 0 636447137 362860544 80517 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 88589 80517 40 102 0 88484 0
Current children cumulated CPU time (s) 115.5
Current children cumulated vsize (KiB) 373312

[startup+126.301 s]
/proc/loadavg: 2.32 2.21 2.09 3/76 3479
/proc/meminfo: memFree=1330672/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=361744 CPUtime=75.1
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 81714 0 0 0 3458 4052 0 0 25 0 1 0 636447137 370425856 81700 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 90436 81700 42 102 0 90331 0
Current children cumulated CPU time (s) 117.09
Current children cumulated vsize (KiB) 380700

[startup+127.902 s]
/proc/loadavg: 2.32 2.21 2.09 3/76 3479
/proc/meminfo: memFree=1327536/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=365840 CPUtime=76.69
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 81900 0 0 0 3617 4052 0 0 25 0 1 0 636447137 374620160 81886 996147200 134512640 134931368 4294956256 18446744073709551615 134525804 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 91460 81886 42 102 0 91355 0
Current children cumulated CPU time (s) 118.68
Current children cumulated vsize (KiB) 384796

[startup+128.708 s]
/proc/loadavg: 2.30 2.21 2.09 3/76 3479
/proc/meminfo: memFree=1327472/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=41.99
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1022 27698 0 2 4 1 4026 168 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
[pid=3478] ppid=3455 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3455 3455 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636447137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3478/statm: 1339 232 193 169 0 50 0
[pid=3479] ppid=3478 vsize=333072 CPUtime=77.5
/proc/3479/stat : 3479 (picosat) R 3478 3455 2981 0 -1 4194304 81906 0 0 0 3697 4053 0 0 25 0 1 0 636447137 341065728 75032 996147200 134512640 134931368 4294956256 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/3479/statm: 83268 75032 42 102 0 83163 0
Current children cumulated CPU time (s) 119.49
Current children cumulated vsize (KiB) 352028

[startup+129.103 s]
/proc/loadavg: 2.30 2.21 2.09 3/76 3479
/proc/meminfo: memFree=1327472/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=119.62
/proc/3455/stat : 3455 (sugar) S 3453 3455 2981 0 -1 4194304 1091 109891 0 2 4 1 7730 4227 16 0 1 0 636442054 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3455/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 119.62
Current children cumulated vsize (KiB) 13600

[startup+129.202 s]
/proc/loadavg: 2.30 2.21 2.09 3/76 3479
/proc/meminfo: memFree=1327472/2055920 swapFree=4179952/4192956
[pid=3455] ppid=3453 vsize=13600 CPUtime=119.94
/proc/3455/stat : 3455 (sugar) R 3453 3455 2981 0 -1 4194304 1118 114700 0 4 4 2 7757 4231 16 0 1 0 636442054 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3455/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 119.94
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 129.293
CPU time (s): 120.045
CPU user time (s): 77.6152
CPU system time (s): 42.4296
CPU usage (%): 92.847
Max. virtual memory (cumulated for all children) (KiB): 897812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.6152
system time used= 42.4295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115848
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17231
involuntary context switches= 18112

runsolver used 0.156976 second user time and 0.442932 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 09:12:28
IDJOB=1086926
IDBENCH=57905
IDSOLVER=345
FILE ID=node88/1086926-1215241948
PBS_JOBID= 7881971
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-0.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-1086926-1215241948/watcher-1086926-1215241948 -o /tmp/evaluation-result-1086926-1215241948/solver-1086926-1215241948 -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-1086926-1215241948.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3d5c26105aab0ca21b22d7bc9b077a6e
RANDOM SEED=156896235

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866728 kB
Buffers:          9200 kB
Cached:          90752 kB
SwapCached:       7080 kB
Active:         114908 kB
Inactive:        25508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866728 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:          48380 kB
Slab:            34088 kB
Committed_AS:  1122100 kB
PageTables:       1860 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= 66496 MiB
End job on node88 at 2008-07-05 09:14:37