Trace number 1091420

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+picosat? (TO) 1800.12 1803.52

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-40.xml
MD5SUMeea217fbe9fa720f84d7ae0049a25dc7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints780
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension780
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 18:18:34 2008
0.00/0.04	c 0	PID 8504
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091420-1215274714.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091420-1215274714.xml' 'HOME/temp.csp'
0.04/0.42	c 0	1 domains, 40 variables, 1 predicates, 0 relations, 780 constraints
0.04/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	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.40/0.56	c 0	Parsing HOME/temp.csp
0.40/0.69	c 1	parsed 822 expressions
0.40/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.69	c 1	Converting to clausal form CSP
0.40/0.73	c 1	converted 83 (10%) expressions
0.40/0.76	c 1	converted 165 (20%) expressions
0.40/0.79	c 1	converted 247 (30%) expressions
0.40/0.80	c 1	converted 329 (40%) expressions
0.40/0.87	c 1	converted 411 (50%) expressions
0.40/0.88	c 1	converted 494 (60%) expressions
0.40/0.89	c 1	converted 576 (70%) expressions
0.40/0.89	c 1	converted 658 (80%) expressions
0.40/0.90	c 1	converted 740 (90%) expressions
0.40/0.91	c 1	converted 822 (100%) expressions
0.40/0.91	c 1	CSP : 40 integers, 0 booleans, 780 clauses, largest domain size 39
0.40/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.91	c 1	Propagation in CSP
0.40/0.94	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.94	c 1	CSP : 40 integers, 0 booleans, 780 clauses, largest domain size 39
0.40/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.94	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.97	c 1	CSP : 40 integers, 1560 booleans, 2340 clauses, largest domain size 39
0.40/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.00	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.89/1.01	c 1	4 (10%) CSP integer variables are encoded (148 clauses, 1482 bytes)
0.89/1.02	c 1	8 (20%) CSP integer variables are encoded (296 clauses, 3110 bytes)
0.89/1.02	c 1	12 (30%) CSP integer variables are encoded (444 clauses, 4738 bytes)
0.89/1.02	c 1	16 (40%) CSP integer variables are encoded (592 clauses, 6366 bytes)
0.89/1.02	c 1	20 (50%) CSP integer variables are encoded (740 clauses, 7994 bytes)
0.89/1.02	c 1	24 (60%) CSP integer variables are encoded (888 clauses, 9622 bytes)
0.89/1.02	c 1	28 (70%) CSP integer variables are encoded (1036 clauses, 11377 bytes)
0.89/1.02	c 1	32 (80%) CSP integer variables are encoded (1184 clauses, 13301 bytes)
0.89/1.02	c 1	36 (90%) CSP integer variables are encoded (1332 clauses, 15225 bytes)
0.89/1.03	c 1	40 (100%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
0.89/1.05	c 1	234 (10%) CSP clauses are encoded (7642 clauses, 115425 bytes)
0.89/1.07	c 1	468 (20%) CSP clauses are encoded (13804 clauses, 218813 bytes)
0.89/1.09	c 1	702 (30%) CSP clauses are encoded (19966 clauses, 323857 bytes)
0.99/1.11	c 1	936 (40%) CSP clauses are encoded (26128 clauses, 429715 bytes)
0.99/1.13	c 1	1170 (50%) CSP clauses are encoded (32290 clauses, 535117 bytes)
0.99/1.14	c 1	1404 (60%) CSP clauses are encoded (38452 clauses, 641203 bytes)
0.99/1.16	c 1	1638 (70%) CSP clauses are encoded (44614 clauses, 747973 bytes)
0.99/1.17	c 1	1872 (80%) CSP clauses are encoded (50776 clauses, 855101 bytes)
0.99/1.18	c 1	2106 (90%) CSP clauses are encoded (56938 clauses, 964147 bytes)
1.09/1.20	c 1	2340 (100%) CSP clauses are encoded (63100 clauses, 1078963 bytes)
1.09/1.21	c 1	2340 CSP clauses encoded
1.09/1.21	c 1	Writing map file : HOME/temp.map
1.09/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.21	c 1	SAT : 3080 SAT variables, 63100 SAT clauses, 1078963 bytes
1.09/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.22	c 1	SOLVING HOME/temp.cnf
1.09/1.22	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1803.51	sh: line 1:  8528 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1803.51	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1803.51	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1803.52	c ERROR INTERRUPTED
1800.06/1803.52	s UNKNOWN
1800.06/1803.52	c 1803	CPU 1799.58 (0.03 0.01 1799.55 0.5)
1800.06/1803.52	c 1803	END Sat Jul  5 18:48:37 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1091420-1215274714/watcher-1091420-1215274714 -o /tmp/evaluation-result-1091420-1215274714/solver-1091420-1215274714 -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-1091420-1215274714.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.99 1.97 1.98 4/74 8504
/proc/meminfo: memFree=1579384/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=12000 CPUtime=0
/proc/8504/stat : 8504 (sugar) R 8502 8504 7407 0 -1 4194304 200 0 0 0 0 0 0 0 22 0 1 0 1557147629 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 215437341378 0 0 4224 0 0 0 0 17 1 0 0
/proc/8504/statm: 3000 168 129 3 0 100 0

[startup+0.0953231 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 8504
/proc/meminfo: memFree=1579384/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=0.04
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1557147629 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101321 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 8504
/proc/meminfo: memFree=1579384/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=0.04
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1557147629 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301362 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 8504
/proc/meminfo: memFree=1579384/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=0.04
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1557147629 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701438 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 8504
/proc/meminfo: memFree=1579384/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=0.4
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 973 4559 0 1 3 1 33 3 15 0 1 0 1557147629 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 1.91 1.95 1.97 4/85 8526
/proc/meminfo: memFree=1565024/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.1029 s]
/proc/loadavg: 1.91 1.95 1.97 3/77 8528
/proc/meminfo: memFree=1573152/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=4568 CPUtime=1.86
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 1024 0 0 0 158 28 0 0 25 0 1 0 1557147752 4677632 1010 996147200 134512640 134931368 4294956256 18446744073709551615 134529500 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 1142 1010 42 102 0 1037 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23524

[startup+6.30151 s]
/proc/loadavg: 1.91 1.95 1.97 3/77 8528
/proc/meminfo: memFree=1571680/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=5128 CPUtime=5.02
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 1146 0 0 0 474 28 0 0 25 0 1 0 1557147752 5251072 1129 996147200 134512640 134931368 4294956256 18446744073709551615 134522721 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 1282 1129 48 102 0 1177 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24084

[startup+12.7027 s]
/proc/loadavg: 1.93 1.95 1.97 3/77 8528
/proc/meminfo: memFree=1570784/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=5712 CPUtime=11.36
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 1309 0 0 0 1108 28 0 0 25 0 1 0 1557147752 5849088 1292 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 1428 1292 48 102 0 1323 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24668

[startup+25.5012 s]
/proc/loadavg: 1.94 1.96 1.97 3/77 8528
/proc/meminfo: memFree=1569696/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=6796 CPUtime=24.03
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 1639 0 0 0 2375 28 0 0 25 0 1 0 1557147752 6959104 1590 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 1699 1590 48 102 0 1594 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 25752

[startup+51.1011 s]
/proc/loadavg: 1.96 1.96 1.97 3/77 8528
/proc/meminfo: memFree=1568608/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=7920 CPUtime=49.4
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 2161 0 0 0 4911 29 0 0 25 0 1 0 1557147752 8110080 1838 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 1980 1838 48 102 0 1875 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 26876

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.97 3/77 8528
/proc/meminfo: memFree=1565408/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=10956 CPUtime=100.11
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 3284 0 0 0 9982 29 0 0 25 0 1 0 1557147752 11218944 2619 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 2739 2619 48 102 0 2634 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 29912

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 8528
/proc/meminfo: memFree=1564064/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=12284 CPUtime=159.55
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 3860 0 0 0 15925 30 0 0 25 0 1 0 1557147752 12578816 2916 996147200 134512640 134931368 4294956256 18446744073709551615 134529288 0 0 4096 0 0 0 0 17 1 0 0
/proc/8528/statm: 3071 2916 48 102 0 2966 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 31240

[startup+222.302 s]
/proc/loadavg: 2.05 1.99 1.98 3/84 8682
/proc/meminfo: memFree=1438256/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=14908 CPUtime=219.22
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 4557 0 0 0 21891 31 0 0 25 0 1 0 1557147752 15265792 3465 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 3727 3465 48 102 0 3622 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 33864

[startup+282.303 s]
/proc/loadavg: 2.02 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1470192/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=16624 CPUtime=279.17
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 5073 0 0 0 27885 32 0 0 25 0 1 0 1557147752 17022976 3906 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 4156 3906 48 102 0 4051 0
Current children cumulated CPU time (s) 280.27
Current children cumulated vsize (KiB) 35580


################
# More data... #
################

[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=26032 CPUtime=1298.24
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 10827 0 0 0 129785 39 0 0 25 0 1 0 1557147752 26656768 6282 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6508 6282 48 102 0 6403 0
Current children cumulated CPU time (s) 1299.34
Current children cumulated vsize (KiB) 44988

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1464376/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27484 CPUtime=1358.17
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 11184 0 0 0 135778 39 0 0 25 0 1 0 1557147752 28143616 6639 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6871 6639 48 102 0 6766 0
Current children cumulated CPU time (s) 1359.27
Current children cumulated vsize (KiB) 46440

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1460920/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=30652 CPUtime=1418.13
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12100 0 0 0 141773 40 0 0 25 0 1 0 1557147752 31387648 7408 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 7663 7408 48 102 0 7558 0
Current children cumulated CPU time (s) 1419.23
Current children cumulated vsize (KiB) 49608

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463160/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=28224 CPUtime=1478.07
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12110 0 0 0 147767 40 0 0 25 0 1 0 1557147752 28901376 6840 996147200 134512640 134931368 4294956256 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 7056 6840 48 102 0 6951 0
Current children cumulated CPU time (s) 1479.17
Current children cumulated vsize (KiB) 47180

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463160/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=28216 CPUtime=1538.01
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12114 0 0 0 153761 40 0 0 25 0 1 0 1557147752 28893184 6842 996147200 134512640 134931368 4294956256 18446744073709551615 134524068 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 7054 6842 48 102 0 6949 0
Current children cumulated CPU time (s) 1539.11
Current children cumulated vsize (KiB) 47172

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463352/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27992 CPUtime=1597.96
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12114 0 0 0 159755 41 0 0 25 0 1 0 1557147752 28663808 6786 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6998 6786 48 102 0 6893 0
Current children cumulated CPU time (s) 1599.06
Current children cumulated vsize (KiB) 46948

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463224/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27984 CPUtime=1657.9
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12286 0 0 0 165749 41 0 0 25 0 1 0 1557147752 28655616 6796 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6996 6796 48 102 0 6891 0
Current children cumulated CPU time (s) 1659
Current children cumulated vsize (KiB) 46940

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463288/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27976 CPUtime=1717.84
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12452 0 0 0 171743 41 0 0 25 0 1 0 1557147752 28647424 6798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6994 6798 48 102 0 6889 0
Current children cumulated CPU time (s) 1718.94
Current children cumulated vsize (KiB) 46932

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.98 4/83 8730
/proc/meminfo: memFree=1463160/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27972 CPUtime=1777.78
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12452 0 0 0 177737 41 0 0 25 0 1 0 1557147752 28643328 6797 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6993 6797 48 102 0 6888 0
Current children cumulated CPU time (s) 1778.88
Current children cumulated vsize (KiB) 46928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463160/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27972 CPUtime=1798.96
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12452 0 0 0 179855 41 0 0 25 0 1 0 1557147752 28643328 6797 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6993 6797 48 102 0 6888 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 46928

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1803.5 s]
/proc/loadavg: 2.00 1.99 1.98 3/83 8730
/proc/meminfo: memFree=1463160/2055920 swapFree=4114256/4192956
[pid=8504] ppid=8502 vsize=13600 CPUtime=1.1
/proc/8504/stat : 8504 (sugar) S 8502 8504 7407 0 -1 4194304 1022 11248 0 2 3 1 99 7 16 0 1 0 1557147629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8504/statm: 3400 798 370 3 0 500 0
[pid=8527] ppid=8504 vsize=5356 CPUtime=0
/proc/8527/stat : 8527 (sh) S 8504 8504 7407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557147751 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8527/statm: 1339 232 193 169 0 50 0
[pid=8528] ppid=8527 vsize=27972 CPUtime=1798.96
/proc/8528/stat : 8528 (picosat) R 8527 8504 7407 0 -1 4194304 12452 0 0 0 179855 41 0 0 25 0 1 0 1557147752 28643328 6797 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8528/statm: 6993 6797 48 102 0 6888 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 46928

Child status: 0
Real time (s): 1803.52
CPU time (s): 1800.12
CPU user time (s): 1799.6
CPU system time (s): 0.52192
CPU usage (%): 99.8113
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.52192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25348
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1991
involuntary context switches= 10618

runsolver used 2.24266 second user time and 5.9451 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 18:18:34
IDJOB=1091420
IDBENCH=58555
IDSOLVER=345
FILE ID=node9/1091420-1215274714
PBS_JOBID= 7882236
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-40.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-1091420-1215274714/watcher-1091420-1215274714 -o /tmp/evaluation-result-1091420-1215274714/solver-1091420-1215274714 -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-1091420-1215274714.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eea217fbe9fa720f84d7ae0049a25dc7
RANDOM SEED=1551129623

node9.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.265
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	: 5931.00
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.265
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:       1579864 kB
Buffers:         70356 kB
Cached:         244556 kB
SwapCached:      72892 kB
Active:         286160 kB
Inactive:       132052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579864 kB
SwapTotal:     4192956 kB
SwapFree:      4114256 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         109844 kB
Slab:            42748 kB
Committed_AS:  3063840 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node9 at 2008-07-05 18:48:39