Trace number 1084297

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+minisatSAT 9.2106 9.37217

General information on the benchmark

Namecsp/domino/
normalized-domino-1000-800.xml
MD5SUM1919eb0949d5cf7c3bd8d086f0d144f1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1000
Maximum constraint arity2
Maximum domain size800
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:58:36 2008
0.00/0.04	c 0	PID 18070
0.03/0.05	c 0	HOST node47.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1084297-1215230316.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084297-1215230316.xml' 'HOME/temp.csp'
0.03/0.70	c 0	1 domains, 1000 variables, 2 predicates, 0 relations, 1000 constraints
0.03/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.81	c 1	Parsing HOME/temp.csp
1.02/1.17	c 1	parsed 2003 expressions
1.02/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.18	c 1	Converting to clausal form CSP
1.12/1.20	c 1	converted 201 (10%) expressions
1.12/1.20	c 1	converted 401 (20%) expressions
1.12/1.21	c 1	converted 601 (30%) expressions
1.12/1.21	c 1	converted 802 (40%) expressions
1.12/1.21	c 1	converted 1002 (50%) expressions
1.12/1.27	c 1	converted 1202 (60%) expressions
1.22/1.32	c 1	converted 1403 (70%) expressions
1.22/1.36	c 1	converted 1603 (80%) expressions
1.32/1.49	c 1	converted 1803 (90%) expressions
1.32/1.49	c 1	converted 2003 (100%) expressions
1.32/1.49	c 1	CSP : 1000 integers, 2 booleans, 2003 clauses, largest domain size 800
1.32/1.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 1	Propagation in CSP
1.41/1.52	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.52	c 1	CSP : 1000 integers, 2 booleans, 2003 clauses, largest domain size 800
1.41/1.52	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.53	c 1	CSP : 1000 integers, 2 booleans, 2003 clauses, largest domain size 800
1.41/1.53	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.56	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.68	c 1	100 (10%) CSP integer variables are encoded (79800 clauses, 1174882 bytes)
1.62/1.78	c 2	200 (20%) CSP integer variables are encoded (159600 clauses, 2491335 bytes)
1.72/1.90	c 2	300 (30%) CSP integer variables are encoded (239400 clauses, 3847935 bytes)
1.91/2.01	c 2	400 (40%) CSP integer variables are encoded (319200 clauses, 5204535 bytes)
2.01/2.13	c 2	500 (50%) CSP integer variables are encoded (399000 clauses, 6561135 bytes)
2.11/2.23	c 2	600 (60%) CSP integer variables are encoded (478800 clauses, 7917735 bytes)
2.20/2.34	c 2	700 (70%) CSP integer variables are encoded (558600 clauses, 9274335 bytes)
2.29/2.45	c 2	800 (80%) CSP integer variables are encoded (638400 clauses, 10630935 bytes)
2.40/2.55	c 2	900 (90%) CSP integer variables are encoded (718200 clauses, 11987535 bytes)
2.49/2.66	c 2	1000 (100%) CSP integer variables are encoded (798000 clauses, 13344135 bytes)
2.69/2.87	c 3	201 (10%) CSP clauses are encoded (956205 clauses, 15687160 bytes)
2.99/3.10	c 3	401 (20%) CSP clauses are encoded (1116005 clauses, 18318570 bytes)
3.18/3.33	c 3	601 (30%) CSP clauses are encoded (1275805 clauses, 21035170 bytes)
3.38/3.56	c 3	802 (40%) CSP clauses are encoded (1436404 clauses, 23765353 bytes)
3.58/3.78	c 4	1002 (50%) CSP clauses are encoded (1596204 clauses, 26481953 bytes)
3.88/4.00	c 4	1202 (60%) CSP clauses are encoded (1756004 clauses, 29198553 bytes)
4.08/4.23	c 4	1403 (70%) CSP clauses are encoded (1916603 clauses, 31928736 bytes)
4.27/4.47	c 4	1603 (80%) CSP clauses are encoded (2076403 clauses, 34645336 bytes)
4.47/4.69	c 4	1803 (90%) CSP clauses are encoded (2236203 clauses, 37361936 bytes)
4.76/4.91	c 5	2003 (100%) CSP clauses are encoded (2396003 clauses, 40078536 bytes)
4.76/4.91	c 5	2003 CSP clauses encoded
4.76/4.91	c 5	Writing map file : HOME/temp.map
4.76/4.93	c 5	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.93	c 5	SAT : 799002 SAT variables, 2396003 SAT clauses, 40078536 bytes
4.76/4.93	c 5	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.95	c 5	SOLVING HOME/temp.cnf
4.76/4.95	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.76/4.95	c 5	This is MiniSat 2.0 beta
4.76/4.95	c 5	WARNING: for repeatability, setting FPU to use double precision
4.76/4.95	c 5	============================[ Problem Statistics ]=============================
4.76/4.95	c 5	|                                                                             |
4.76/4.96	c 5	|  Number of variables:  799002                                               |
4.76/4.96	c 5	|  Number of clauses:    2396003                                              |
5.96/6.19	c 6	|  Parsing time:         1.03         s                                       |
6.05/6.26	c 6	============================[ Search Statistics ]==============================
6.05/6.26	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.05/6.26	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.05/6.26	c 6	===============================================================================
6.05/6.26	c 6	|         0 |  799002  2396003  4793602 |   798667        0    nan |  0.000 % |
7.62/7.88	c 8	===============================================================================
7.71/7.95	c 8	restarts              : 1
7.71/7.95	c 8	conflicts             : 1              (0 /sec)
7.71/7.95	c 8	decisions             : 3              (0.00 % random) (1 /sec)
7.71/7.95	c 8	propagations          : 1597003        (580184 /sec)
7.71/7.95	c 8	conflict literals     : 2              (0.00 % deleted)
7.71/7.95	c 8	Memory used           : 154.41 MB
7.71/7.95	c 8	CPU time              : 2.75258 s
7.71/7.95	c 8	
8.11/8.32	c 8	SATISFIABLE
8.11/8.35	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.11/8.35	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.18/8.43	c 8	Decoding HOME/temp.out
9.01/9.29	s SATISFIABLE
9.11/9.33	v 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799
9.11/9.34	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.11/9.35	c 9	CPU 8.5 (0.04 0.01 8.46 0.65)
9.11/9.35	c 9	END Sat Jul  5 05:58:45 2008

Verifier Data (download as text)

OK

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-1084297-1215230316/watcher-1084297-1215230316 -o /tmp/evaluation-result-1084297-1215230316/solver-1084297-1215230316 -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-1084297-1215230316.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.12 2.03 2.01 4/74 18070
/proc/meminfo: memFree=1601360/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=12268 CPUtime=0
/proc/18070/stat : 18070 (sugar) R 18068 18070 17603 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002003838 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717394389 0 0 4224 0 0 0 0 17 1 0 0
/proc/18070/statm: 3067 316 241 3 0 167 0

[startup+0.0498531 s]
/proc/loadavg: 2.12 2.03 2.01 4/74 18070
/proc/meminfo: memFree=1601360/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=0.03
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002003838 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101581 s]
/proc/loadavg: 2.12 2.03 2.01 4/74 18070
/proc/meminfo: memFree=1601360/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=0.03
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002003838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301613 s]
/proc/loadavg: 2.12 2.03 2.01 4/74 18070
/proc/meminfo: memFree=1601360/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=0.03
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002003838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701693 s]
/proc/loadavg: 2.12 2.03 2.01 4/74 18070
/proc/meminfo: memFree=1601360/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=0.03
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002003838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.27 2.06 2.02 4/85 18092
/proc/meminfo: memFree=1593912/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=0.67
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 974 4919 0 1 3 0 61 3 15 0 1 0 2002003838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 797 370 3 0 500 0
[pid=18083] ppid=18070 vsize=5356 CPUtime=0
/proc/18083/stat : 18083 (sh) S 18070 18070 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002003912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18083/statm: 1339 233 193 169 0 50 0
[pid=18084] ppid=18083 vsize=868372 CPUtime=0.74
/proc/18084/stat : 18084 (java) S 18083 18070 17603 0 -1 0 5117 0 1 0 72 2 0 0 18 0 9 0 2002003912 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18084/statm: 217093 4545 1732 9 0 211668 0
[pid=18084/tid=18085] ppid=18083 vsize=868372 CPUtime=0.55
/proc/18084/task/18085/stat : 18085 (java) R 18083 18070 17603 0 -1 64 2638 0 1 0 54 1 0 0 19 0 9 0 2002003913 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4125982147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18086] ppid=18083 vsize=868372 CPUtime=0.01
/proc/18084/task/18086/stat : 18086 (java) S 18083 18070 17603 0 -1 64 347 0 0 0 1 0 0 0 16 0 9 0 2002003914 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18087] ppid=18083 vsize=868372 CPUtime=0
/proc/18084/task/18087/stat : 18087 (java) S 18083 18070 17603 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002003914 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18088] ppid=18083 vsize=868372 CPUtime=0
/proc/18084/task/18088/stat : 18088 (java) S 18083 18070 17603 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002003914 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18089] ppid=18083 vsize=868372 CPUtime=0
/proc/18084/task/18089/stat : 18089 (java) S 18083 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002003916 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18090] ppid=18083 vsize=868372 CPUtime=0.16
/proc/18084/task/18090/stat : 18090 (java) S 18083 18070 17603 0 -1 64 1441 0 0 0 16 0 0 0 17 0 9 0 2002003916 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18091] ppid=18083 vsize=868372 CPUtime=0
/proc/18084/task/18091/stat : 18091 (java) S 18083 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002003916 889212928 4545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18092] ppid=18083 vsize=868372 CPUtime=0
/proc/18084/task/18092/stat : 18092 (java) S 18083 18070 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002003916 889212928 4545 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) 887328

[startup+3.10214 s]
/proc/loadavg: 2.27 2.06 2.02 3/85 18092
/proc/meminfo: memFree=1580280/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=0.67
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 974 4919 0 1 3 0 61 3 15 0 1 0 2002003838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 797 370 3 0 500 0
[pid=18083] ppid=18070 vsize=5356 CPUtime=0
/proc/18083/stat : 18083 (sh) S 18070 18070 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002003912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18083/statm: 1339 233 193 169 0 50 0
[pid=18084] ppid=18083 vsize=868484 CPUtime=2.32
/proc/18084/stat : 18084 (java) S 18083 18070 17603 0 -1 0 6839 0 1 0 214 18 0 0 18 0 9 0 2002003912 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18084/statm: 217121 5637 2562 9 0 211668 0
[pid=18084/tid=18085] ppid=18083 vsize=868484 CPUtime=1.94
/proc/18084/task/18085/stat : 18085 (java) R 18083 18070 17603 0 -1 64 3139 0 1 0 181 13 0 0 25 0 9 0 2002003913 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4126891973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18086] ppid=18083 vsize=868484 CPUtime=0.14
/proc/18084/task/18086/stat : 18086 (java) S 18083 18070 17603 0 -1 64 1542 0 0 0 11 3 0 0 16 0 9 0 2002003914 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18087] ppid=18083 vsize=868484 CPUtime=0
/proc/18084/task/18087/stat : 18087 (java) S 18083 18070 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002003914 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18088] ppid=18083 vsize=868484 CPUtime=0
/proc/18084/task/18088/stat : 18088 (java) S 18083 18070 17603 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002003914 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18089] ppid=18083 vsize=868484 CPUtime=0
/proc/18084/task/18089/stat : 18089 (java) S 18083 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002003916 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18090] ppid=18083 vsize=868484 CPUtime=0.2
/proc/18084/task/18090/stat : 18090 (java) S 18083 18070 17603 0 -1 64 1466 0 0 0 20 0 0 0 16 0 9 0 2002003916 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18091] ppid=18083 vsize=868484 CPUtime=0
/proc/18084/task/18091/stat : 18091 (java) S 18083 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002003916 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18084/tid=18092] ppid=18083 vsize=868484 CPUtime=0
/proc/18084/task/18092/stat : 18092 (java) S 18083 18070 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002003916 889327616 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887440

[startup+6.30175 s]
/proc/loadavg: 2.27 2.06 2.02 3/77 18094
/proc/meminfo: memFree=1488504/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=4.83
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 1033 12609 0 2 3 1 441 38 15 0 1 0 2002003838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 799 370 3 0 500 0
[pid=18093] ppid=18070 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18070 18070 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002004334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18093/statm: 1339 232 193 169 0 50 0
[pid=18094] ppid=18093 vsize=153464 CPUtime=1.32
/proc/18094/stat : 18094 (minisat) R 18093 18070 17603 0 -1 4194304 33230 0 0 0 113 19 0 0 25 0 1 0 2002004334 157147136 33207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18094/statm: 38366 33207 72 150 0 38213 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 172420

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

[startup+7.90105 s]
/proc/loadavg: 2.25 2.06 2.02 3/77 18094
/proc/meminfo: memFree=1422392/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=4.83
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 1033 12609 0 2 3 1 441 38 16 0 1 0 2002003838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 799 370 3 0 500 0
[pid=18093] ppid=18070 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18070 18070 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002004334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18093/statm: 1339 232 193 169 0 50 0
[pid=18094] ppid=18093 vsize=158108 CPUtime=2.88
/proc/18094/stat : 18094 (minisat) R 18093 18070 17603 0 -1 4194304 34148 0 0 0 269 19 0 0 25 0 1 0 2002004334 161902592 34125 996147200 134512640 135127466 4294956256 18446744073709551615 134522881 0 0 4096 3 0 0 0 17 1 0 0
/proc/18094/statm: 39527 34125 72 150 0 39374 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 177064

[startup+8.70119 s]
/proc/loadavg: 2.25 2.06 2.02 3/85 18104
/proc/meminfo: memFree=1547704/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=8.18
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 1090 47054 0 2 3 1 752 62 16 0 1 0 2002003838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 799 370 3 0 500 0
[pid=18095] ppid=18070 vsize=5356 CPUtime=0
/proc/18095/stat : 18095 (sh) S 18070 18070 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002004673 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18095/statm: 1339 233 193 169 0 50 0
[pid=18096] ppid=18095 vsize=864012 CPUtime=0.34
/proc/18096/stat : 18096 (java) S 18095 18070 17603 0 -1 0 3525 0 1 0 32 2 0 0 18 0 9 0 2002004674 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 216003 2999 1666 9 0 210585 0
[pid=18096/tid=18097] ppid=18095 vsize=864012 CPUtime=0.27
/proc/18096/task/18097/stat : 18097 (java) R 18095 18070 17603 0 -1 64 2463 0 1 0 26 1 0 0 21 0 9 0 2002004675 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4126483817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18098] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18098/stat : 18098 (java) S 18095 18070 17603 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 2002004676 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18099/stat : 18099 (java) S 18095 18070 17603 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2002004676 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18100] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18100/stat : 18100 (java) S 18095 18070 17603 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002004676 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18095 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18095 vsize=864012 CPUtime=0.04
/proc/18096/task/18102/stat : 18102 (java) S 18095 18070 17603 0 -1 64 297 0 0 0 4 0 0 0 16 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18103] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18095 18070 17603 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18095 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 882968

[startup+9.10227 s]
/proc/loadavg: 2.25 2.06 2.02 3/85 18104
/proc/meminfo: memFree=1547704/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=8.18
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 1090 47054 0 2 3 1 752 62 16 0 1 0 2002003838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 799 370 3 0 500 0
[pid=18095] ppid=18070 vsize=5356 CPUtime=0
/proc/18095/stat : 18095 (sh) S 18070 18070 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002004673 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18095/statm: 1339 233 193 169 0 50 0
[pid=18096] ppid=18095 vsize=864012 CPUtime=0.73
/proc/18096/stat : 18096 (java) S 18095 18070 17603 0 -1 0 3525 0 1 0 71 2 0 0 18 0 9 0 2002004674 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 216003 2999 1666 9 0 210585 0
[pid=18096/tid=18097] ppid=18095 vsize=864012 CPUtime=0.67
/proc/18096/task/18097/stat : 18097 (java) R 18095 18070 17603 0 -1 64 2463 0 1 0 66 1 0 0 25 0 9 0 2002004675 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4126441199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18098] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18098/stat : 18098 (java) S 18095 18070 17603 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 2002004676 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18099/stat : 18099 (java) S 18095 18070 17603 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2002004676 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18100] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18100/stat : 18100 (java) S 18095 18070 17603 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002004676 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18095 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18095 vsize=864012 CPUtime=0.04
/proc/18096/task/18102/stat : 18102 (java) S 18095 18070 17603 0 -1 64 297 0 0 0 4 0 0 0 16 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18103] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18095 18070 17603 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18095 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002004678 884748288 2999 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 882968

[startup+9.30231 s]
/proc/loadavg: 2.25 2.06 2.02 3/85 18104
/proc/meminfo: memFree=1547704/2055920 swapFree=4117800/4192956
[pid=18070] ppid=18068 vsize=13600 CPUtime=8.19
/proc/18070/stat : 18070 (sugar) S 18068 18070 17603 0 -1 4194304 1090 47054 0 2 4 1 752 62 15 0 1 0 2002003838 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18070/statm: 3400 799 370 3 0 500 0
[pid=18095] ppid=18070 vsize=5356 CPUtime=0
/proc/18095/stat : 18095 (sh) S 18070 18070 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002004673 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18095/statm: 1339 233 193 169 0 50 0
[pid=18096] ppid=18095 vsize=864012 CPUtime=0.92
/proc/18096/stat : 18096 (java) S 18095 18070 17603 0 -1 0 3534 0 1 0 90 2 0 0 18 0 9 0 2002004674 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 216003 3008 1670 9 0 210585 0
[pid=18096/tid=18097] ppid=18095 vsize=864012 CPUtime=0.85
/proc/18096/task/18097/stat : 18097 (java) R 18095 18070 17603 0 -1 64 2466 0 1 0 84 1 0 0 25 0 9 0 2002004675 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18098] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18098/stat : 18098 (java) S 18095 18070 17603 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 2002004676 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18099/stat : 18099 (java) S 18095 18070 17603 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2002004676 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18100] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18100/stat : 18100 (java) S 18095 18070 17603 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002004676 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18095 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002004678 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18095 vsize=864012 CPUtime=0.06
/proc/18096/task/18102/stat : 18102 (java) R 18095 18070 17603 0 -1 64 303 0 0 0 6 0 0 0 16 0 9 0 2002004678 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 104673922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18103] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18095 18070 17603 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002004678 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18095 vsize=864012 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18095 18070 17603 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002004678 884748288 3008 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 882968

Child status: 0
Real time (s): 9.37217
CPU time (s): 9.2106
CPU user time (s): 8.50771
CPU system time (s): 0.702893
CPU usage (%): 98.2761
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.50771
system time used= 0.702893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52129
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= 9317
involuntary context switches= 9334

runsolver used 0.013997 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 05:58:36
IDJOB=1084297
IDBENCH=57550
IDSOLVER=346
FILE ID=node47/1084297-1215230316
PBS_JOBID= 7881859
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/domino/normalized-domino-1000-800.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-1084297-1215230316/watcher-1084297-1215230316 -o /tmp/evaluation-result-1084297-1215230316/solver-1084297-1215230316 -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-1084297-1215230316.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1919eb0949d5cf7c3bd8d086f0d144f1
RANDOM SEED=547131341

node47.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.281
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.281
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:       1601904 kB
Buffers:         60592 kB
Cached:         223216 kB
SwapCached:      68976 kB
Active:         275712 kB
Inactive:       121072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601904 kB
SwapTotal:     4192956 kB
SwapFree:      4117800 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:         119568 kB
Slab:            42300 kB
Committed_AS:  4165408 kB
PageTables:       2024 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= 66508 MiB
End job on node47 at 2008-07-05 05:58:45