Trace number 1107522

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+minisatUNSAT 101.627 103.161

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-3-fair.xml
MD5SUM801d340a67e965a11769879f2a8f9146
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.624904
Satisfiable
(Un)Satisfiability was proved
Number of variables6711
Number of constraints6341
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6341
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.42	c 0	Sugar v1-13 + HOME/minisat
0.02/0.42	c 0	BEGIN Tue Jul  8 02:32:54 2008
0.02/0.42	c 0	PID 2803
0.02/0.43	c 0	HOST node52.alineos.net
0.02/0.43	c 0	CONVERTING HOME/instance-1107522-1215477173.xml TO HOME/temp.csp
0.02/0.43	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107522-1215477173.xml' 'HOME/temp.csp'
0.74/1.68	c 1	3 domains, 6711 variables, 9 predicates, 0 relations, 6341 constraints
0.82/1.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.82/1.72	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/1.80	c 1	Parsing HOME/temp.csp
1.39/2.32	c 2	parsed 10000 expressions
1.39/2.38	c 2	parsed 13064 expressions
1.39/2.38	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/2.38	c 2	Converting to clausal form CSP
1.49/2.41	c 2	converted 1307 (10%) expressions
1.49/2.42	c 2	converted 2613 (20%) expressions
1.49/2.46	c 2	converted 3920 (30%) expressions
1.49/2.46	c 2	converted 5226 (40%) expressions
1.49/2.47	c 2	converted 6532 (50%) expressions
1.78/2.61	c 2	converted 7839 (60%) expressions
1.90/2.79	c 2	converted 9145 (70%) expressions
2.10/2.92	c 2	converted 10452 (80%) expressions
2.30/3.11	c 2	converted 11758 (90%) expressions
2.39/3.22	c 3	converted 13064 (100%) expressions
2.39/3.22	c 3	CSP : 11705 integers, 428 booleans, 28801 clauses, largest domain size 20001
2.39/3.22	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/3.22	c 3	Propagation in CSP
52.77/53.88	c 53	163591382 values, 0 unsatisfiable literals, and 0 valid clauses are removed
52.77/53.88	c 53	CSP : 11705 integers, 428 booleans, 28801 clauses, largest domain size 20001
52.77/53.88	c 53	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
52.77/53.90	c 53	Simplifing CSP by introducing new Boolean variables
53.06/54.12	c 53	CSP : 11705 integers, 10550 booleans, 38923 clauses, largest domain size 20001
53.06/54.12	c 53	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.16/54.28	c 54	Encoding CSP to SAT : HOME/temp.cnf
53.26/54.34	c 54	1171 (10%) CSP integer variables are encoded (16740 clauses, 229454 bytes)
54.15/55.28	c 55	2341 (20%) CSP integer variables are encoded (746244 clauses, 12465807 bytes)
54.45/55.58	c 55	3512 (30%) CSP integer variables are encoded (989412 clauses, 16599663 bytes)
55.24/56.35	c 56	4682 (40%) CSP integer variables are encoded (1579348 clauses, 27789776 bytes)
55.64/56.74	c 56	5853 (50%) CSP integer variables are encoded (1875692 clauses, 33420312 bytes)
55.64/56.74	c 56	7023 (60%) CSP integer variables are encoded (1875692 clauses, 33420312 bytes)
55.94/57.01	c 56	8194 (70%) CSP integer variables are encoded (2085650 clauses, 37409514 bytes)
56.04/57.16	c 56	9364 (80%) CSP integer variables are encoded (2195628 clauses, 39499096 bytes)
56.23/57.37	c 57	10535 (90%) CSP integer variables are encoded (2355604 clauses, 42538640 bytes)
56.43/57.57	c 57	11705 (100%) CSP integer variables are encoded (2515580 clauses, 45578184 bytes)
67.42/68.60	c 68	3893 (10%) CSP clauses are encoded (8739853 clauses, 170073580 bytes)
67.52/68.74	c 68	7785 (20%) CSP clauses are encoded (8821058 clauses, 171636338 bytes)
68.31/69.50	c 69	11677 (30%) CSP clauses are encoded (9302743 clauses, 181366969 bytes)
68.91/70.19	c 70	15570 (40%) CSP clauses are encoded (9743830 clauses, 190297542 bytes)
69.40/70.65	c 70	19462 (50%) CSP clauses are encoded (10025111 clauses, 195992307 bytes)
69.40/70.67	c 70	23354 (60%) CSP clauses are encoded (10026925 clauses, 196028714 bytes)
69.40/70.69	c 70	27247 (70%) CSP clauses are encoded (10028713 clauses, 196064550 bytes)
70.88/72.27	c 72	31139 (80%) CSP clauses are encoded (10950554 clauses, 215651819 bytes)
71.47/72.87	c 72	35031 (90%) CSP clauses are encoded (11312003 clauses, 223330470 bytes)
71.57/72.92	c 72	38923 (100%) CSP clauses are encoded (11326046 clauses, 223712704 bytes)
71.57/72.92	c 72	38923 CSP clauses encoded
71.57/72.92	c 72	Writing map file : HOME/temp.map
71.57/72.98	c 72	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
71.57/72.98	c 72	SAT : 2529331 SAT variables, 11326046 SAT clauses, 223712704 bytes
71.57/72.99	c 72	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
71.66/73.05	c 72	SOLVING HOME/temp.cnf
71.66/73.05	c 72	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
71.66/73.06	c 72	This is MiniSat 2.0 beta
71.66/73.06	c 72	WARNING: for repeatability, setting FPU to use double precision
71.66/73.06	c 72	============================[ Problem Statistics ]=============================
71.66/73.06	c 72	|                                                                             |
71.66/73.06	c 72	|  Number of variables:  2529331                                              |
71.66/73.06	c 72	|  Number of clauses:    11326046                                             |
77.48/78.95	c 78	|  Parsing time:         4.98         s                                       |
77.77/79.27	c 79	============================[ Search Statistics ]==============================
77.77/79.27	c 79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
77.77/79.27	c 79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
77.77/79.27	c 79	===============================================================================
77.77/79.27	c 79	|         0 | 2448605 11242820 28981421 |  3747606        0    nan |  0.000 % |
83.94/85.41	c 85	|       100 | 2448460 11242820 28981421 |  4122367       82      3 | 12.786 % |
100.86/102.47	c 102	===============================================================================
100.86/102.47	c 102	restarts              : 2
100.86/102.47	c 102	conflicts             : 219            (8 /sec)
100.86/102.47	c 102	decisions             : 2246           (0.76 % random) (79 /sec)
100.86/102.47	c 102	propagations          : 50771145       (1790889 /sec)
100.86/102.47	c 102	conflict literals     : 465            (1.90 % deleted)
100.86/102.47	c 102	Memory used           : 628.63 MB
100.86/102.47	c 102	CPU time              : 28.3497 s
100.86/102.47	c 102	
100.86/102.47	c 102	UNSATISFIABLE
100.95/102.57	c 102	DECODING HOME/temp.out WITH HOME/temp.map
100.95/102.57	c 102	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
101.05/102.66	c 102	Decoding HOME/temp.out
101.05/103.01	s UNSATISFIABLE
101.05/103.02	c 102	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
101.05/103.05	c 102	CPU 98.18 (0.04 0.01 98.14 3.29)
101.05/103.05	c 102	END Tue Jul  8 02:34:36 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-1107522-1215477173/watcher-1107522-1215477173 -o /tmp/evaluation-result-1107522-1215477173/solver-1107522-1215477173 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1107522-1215477173.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: 1.00 1.00 1.00 3/68 2803
/proc/meminfo: memFree=1939160/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=18572 CPUtime=0
/proc/2803/stat : 2803 (runsolver) D 2800 2803 2732 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4416195 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2803/statm: 4643 292 257 25 0 2626 0

[startup+0.028866 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2803
/proc/meminfo: memFree=1939160/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=124 CPUtime=0
/proc/2803/stat : 2803 (sugar) D 2800 2803 2732 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4416195 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 273651135881 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2803/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101867 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2803
/proc/meminfo: memFree=1939160/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=124 CPUtime=0
/proc/2803/stat : 2803 (sugar) D 2800 2803 2732 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4416195 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 273651135881 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2803/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301885 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2803
/proc/meminfo: memFree=1939160/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=12132 CPUtime=0
/proc/2803/stat : 2803 (sugar) D 2800 2803 2732 0 -1 4194304 261 0 10 0 0 0 0 0 18 0 1 0 4416195 12423168 239 996147200 4194304 4206940 548682068608 18446744073709551615 273667258480 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/2803/statm: 3033 239 182 3 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12132

[startup+0.701922 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2803
/proc/meminfo: memFree=1939160/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4416195 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2803/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 1.08 1.02 1.01 3/83 2820
/proc/meminfo: memFree=1901336/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4416195 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2803/statm: 3400 796 370 3 0 500 0
[pid=2811] ppid=2803 vsize=5356 CPUtime=0
/proc/2811/stat : 2811 (sh) S 2803 2803 2732 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4416238 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2811/statm: 1339 233 193 169 0 50 0
[pid=2812] ppid=2811 vsize=864660 CPUtime=0.6
/proc/2812/stat : 2812 (java) S 2811 2803 2732 0 -1 0 7942 0 92 0 50 10 0 0 18 0 9 0 4416240 885411840 7020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2812/statm: 216165 7021 2528 9 0 210747 0
[pid=2812/tid=2813] ppid=2811 vsize=864660 CPUtime=0.33
/proc/2812/task/2813/stat : 2813 (java) R 2811 2803 2732 0 -1 64 2664 0 56 0 27 6 0 0 18 0 9 0 4416255 885411840 7022 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2814] ppid=2811 vsize=864660 CPUtime=0.13
/proc/2812/task/2814/stat : 2814 (java) R 2811 2803 2732 0 -1 64 4114 0 4 0 12 1 0 0 16 0 9 0 4416268 885411840 7023 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2815] ppid=2811 vsize=864660 CPUtime=0
/proc/2812/task/2815/stat : 2815 (java) S 2811 2803 2732 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4416272 885411840 7024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2816] ppid=2811 vsize=864660 CPUtime=0
/proc/2812/task/2816/stat : 2816 (java) S 2811 2803 2732 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 4416272 885411840 7025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2817] ppid=2811 vsize=864660 CPUtime=0
/proc/2812/task/2817/stat : 2817 (java) S 2811 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 4416277 885411840 7026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2818] ppid=2811 vsize=864660 CPUtime=0.1
/proc/2812/task/2818/stat : 2818 (java) S 2811 2803 2732 0 -1 64 498 0 1 0 10 0 0 0 16 0 9 0 4416277 885411840 7029 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2819] ppid=2811 vsize=864660 CPUtime=0
/proc/2812/task/2819/stat : 2819 (java) S 2811 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 4416277 885411840 7030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2812/tid=2820] ppid=2811 vsize=864660 CPUtime=0
/proc/2812/task/2820/stat : 2820 (java) S 2811 2803 2732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4416277 885411840 7032 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 883616

[startup+3.1021 s]
/proc/loadavg: 1.08 1.02 1.01 4/84 2831
/proc/meminfo: memFree=1891024/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.83
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 959 8733 15 92 3 1 68 11 15 0 1 0 4416195 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416367 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868412 CPUtime=1.47
/proc/2822/stat : 2822 (java) S 2821 2803 2732 0 -1 0 9648 0 4 0 140 7 0 0 18 0 9 0 4416367 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217103 8784 2540 9 0 211678 0
[pid=2822/tid=2823] ppid=2821 vsize=868412 CPUtime=0.9
/proc/2822/task/2823/stat : 2823 (java) S 2821 2803 2732 0 -1 64 2815 0 4 0 88 2 0 0 16 0 9 0 4416368 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868412 CPUtime=0.34
/proc/2822/task/2824/stat : 2824 (java) R 2821 2803 2732 0 -1 64 4667 0 0 0 31 3 0 0 16 0 9 0 4416369 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 102516883 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2732 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4416371 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868412 CPUtime=0.2
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2732 0 -1 64 1474 0 0 0 20 0 0 0 15 0 9 0 4416371 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4416372 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4416372 889253888 8784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 887368

[startup+6.30135 s]
/proc/loadavg: 1.08 1.02 1.01 4/91 2866
/proc/meminfo: memFree=1381776/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.83
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 959 8733 15 92 3 1 68 11 16 0 1 0 4416195 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416367 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868412 CPUtime=4.66
/proc/2822/stat : 2822 (java) S 2821 2803 2732 0 -1 0 11209 0 4 0 456 10 0 0 18 0 9 0 4416367 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217103 10033 2540 9 0 211678 0
[pid=2822/tid=2823] ppid=2821 vsize=868412 CPUtime=3.89
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2732 0 -1 64 3126 0 4 0 386 3 0 0 19 0 9 0 4416368 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4126632680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868412 CPUtime=0.53
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2732 0 -1 64 5907 0 0 0 48 5 0 0 16 0 9 0 4416369 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2732 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4416371 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868412 CPUtime=0.21
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2732 0 -1 64 1484 0 0 0 21 0 0 0 16 0 9 0 4416371 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4416372 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4416372 889253888 10033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 887368

[startup+12.7028 s]
/proc/loadavg: 1.30 1.06 1.02 3/91 2866
/proc/meminfo: memFree=1084704/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.83
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 959 8733 15 92 3 1 68 11 16 0 1 0 4416195 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416367 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868412 CPUtime=11.04
/proc/2822/stat : 2822 (java) S 2821 2803 2732 0 -1 0 11835 0 4 0 1086 18 0 0 18 0 9 0 4416367 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217103 10042 2540 9 0 211678 0
[pid=2822/tid=2823] ppid=2821 vsize=868412 CPUtime=9.97
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2732 0 -1 64 3743 0 4 0 991 6 0 0 25 0 9 0 4416368 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4126630603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868412 CPUtime=0.82
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2732 0 -1 64 5916 0 0 0 72 10 0 0 16 0 9 0 4416369 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2732 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4416371 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868412 CPUtime=0.21
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2732 0 -1 64 1484 0 0 0 21 0 0 0 16 0 9 0 4416371 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4416372 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4416372 889253888 10042 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 887368

[startup+25.5028 s]
/proc/loadavg: 1.41 1.10 1.03 3/83 2893
/proc/meminfo: memFree=1867096/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.83
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 959 8733 15 92 3 1 68 11 16 0 1 0 4416195 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416367 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868412 CPUtime=23.76
/proc/2822/stat : 2822 (java) S 2821 2803 2732 0 -1 0 13131 0 4 0 2347 29 0 0 18 0 9 0 4416367 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217103 10062 2540 9 0 211678 0
[pid=2822/tid=2823] ppid=2821 vsize=868412 CPUtime=22.22
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2732 0 -1 64 5019 0 4 0 2212 10 0 0 25 0 9 0 4416368 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4126967919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868412 CPUtime=1.3
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2732 0 -1 64 5936 0 0 0 113 17 0 0 16 0 9 0 4416369 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2732 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4416371 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868412 CPUtime=0.21
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2732 0 -1 64 1484 0 0 0 21 0 0 0 16 0 9 0 4416371 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4416372 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4416372 889253888 10062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 887368

[startup+51.1028 s]
/proc/loadavg: 1.61 1.17 1.05 3/83 2893
/proc/meminfo: memFree=1867032/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.83
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 959 8733 15 92 3 1 68 11 16 0 1 0 4416195 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416367 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868412 CPUtime=49.25
/proc/2822/stat : 2822 (java) S 2821 2803 2732 0 -1 0 15735 0 4 0 4872 53 0 0 18 0 9 0 4416367 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217103 10088 2540 9 0 211678 0
[pid=2822/tid=2823] ppid=2821 vsize=868412 CPUtime=46.75
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2732 0 -1 64 7597 0 4 0 4657 18 0 0 25 0 9 0 4416368 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4126583204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868412 CPUtime=2.25
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2732 0 -1 64 5962 0 0 0 192 33 0 0 16 0 9 0 4416369 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2732 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416370 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4416371 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868412 CPUtime=0.21
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2732 0 -1 64 1484 0 0 0 21 0 0 0 16 0 9 0 4416371 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4416372 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868412 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4416372 889253888 10088 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 887368

[startup+102.307 s]
/proc/loadavg: 1.88 1.32 1.11 3/75 2895
/proc/meminfo: memFree=1062296/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=71.68
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 1018 29583 15 96 4 1 6939 224 16 0 1 0 4416195 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2894] ppid=2803 vsize=5356 CPUtime=0
/proc/2894/stat : 2894 (sh) S 2803 2803 2732 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423500 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2894/statm: 1339 232 193 169 0 50 0
[pid=2895] ppid=2894 vsize=643712 CPUtime=29.08
/proc/2895/stat : 2895 (minisat) R 2894 2803 2732 0 -1 4194304 152403 0 0 0 2817 91 0 0 25 0 1 0 4423501 659161088 152389 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/2895/statm: 160928 152389 75 150 0 160775 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 662668

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

[startup+102.702 s]
/proc/loadavg: 1.88 1.32 1.11 3/75 2895
/proc/meminfo: memFree=1062296/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=101.05
/proc/2803/stat : 2803 (sugar) S 2800 2803 2732 0 -1 4194304 1075 182339 15 96 4 1 9774 326 16 0 1 0 4416195 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 13600

[startup+103.102 s]
/proc/loadavg: 1.88 1.32 1.11 3/75 2895
/proc/meminfo: memFree=1062296/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=101.54
/proc/2803/stat : 2803 (sugar) R 2800 2803 2732 0 -1 4194304 1104 186537 15 97 4 7 9814 329 16 0 1 0 4416195 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2803/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 103.161
CPU time (s): 101.627
CPU user time (s): 98.1941
CPU system time (s): 3.43248
CPU usage (%): 98.5128
Max. virtual memory (cumulated for all children) (KiB): 891216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.1941
system time used= 3.43248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187671
page faults= 112
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56217
involuntary context switches= 56498

runsolver used 0.136979 second user time and 0.348946 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-08 02:32:53
IDJOB=1107522
IDBENCH=54326
IDSOLVER=346
FILE ID=node52/1107522-1215477173
PBS_JOBID= 7888733
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-3-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107522-1215477173/watcher-1107522-1215477173 -o /tmp/evaluation-result-1107522-1215477173/solver-1107522-1215477173 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1107522-1215477173.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 801d340a67e965a11769879f2a8f9146
RANDOM SEED=1381724825

node52.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:       1936304 kB
Buffers:         23456 kB
Cached:          49508 kB
SwapCached:          0 kB
Active:          54300 kB
Inactive:        36084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3360 kB
Writeback:           0 kB
Mapped:          27200 kB
Slab:            14748 kB
Committed_AS:    55800 kB
PageTables:       1796 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= 66548 MiB
End job on node52 at 2008-07-08 02:34:37