Trace number 1042499

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+picosatSAT 4.38033 4.52013

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-9.xml
MD5SUM3a37583be3e48d0c415f0063d476413f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.42378
Satisfiable
(Un)Satisfiability was proved
Number of variables403
Number of constraints323
Maximum constraint arity83
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension144
Global constraints used (with number of constraints)alldifferent(18),element(161)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:51:59 2008
0.00/0.04	c 0	PID 12002
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042499-1215003119.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-1042499-1215003119.xml' 'HOME/temp.csp'
0.04/0.69	c 1	63 domains, 403 variables, 17 predicates, 0 relations, 323 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.67/0.82	c 1	Parsing HOME/temp.csp
1.12/1.22	c 1	parsed 806 expressions
1.12/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.22	c 1	Converting to clausal form CSP
1.12/1.25	c 1	converted 81 (10%) expressions
1.12/1.25	c 1	converted 162 (20%) expressions
1.12/1.25	c 1	converted 242 (30%) expressions
1.12/1.26	c 1	converted 323 (40%) expressions
1.12/1.26	c 1	converted 403 (50%) expressions
1.12/1.27	c 1	converted 484 (60%) expressions
1.22/1.32	c 1	converted 565 (70%) expressions
1.31/1.49	c 1	converted 645 (80%) expressions
1.70/1.82	c 2	converted 726 (90%) expressions
2.01/2.10	c 2	converted 806 (100%) expressions
2.01/2.10	c 2	CSP : 403 integers, 6524 booleans, 20497 clauses, largest domain size 73
2.01/2.10	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.10	c 2	Propagation in CSP
2.11/2.31	c 2	927 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.31	c 2	CSP : 403 integers, 6524 booleans, 20497 clauses, largest domain size 73
2.11/2.31	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.32	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.34	c 2	CSP : 403 integers, 7532 booleans, 21505 clauses, largest domain size 73
2.22/2.34	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.46	c 2	41 (10%) CSP integer variables are encoded (180 clauses, 1864 bytes)
2.31/2.46	c 2	81 (20%) CSP integer variables are encoded (360 clauses, 3844 bytes)
2.31/2.47	c 2	121 (30%) CSP integer variables are encoded (1347 clauses, 15580 bytes)
2.31/2.47	c 2	162 (40%) CSP integer variables are encoded (2247 clauses, 27280 bytes)
2.31/2.47	c 2	202 (50%) CSP integer variables are encoded (3076 clauses, 38057 bytes)
2.31/2.48	c 2	242 (60%) CSP integer variables are encoded (3969 clauses, 49666 bytes)
2.31/2.48	c 2	283 (70%) CSP integer variables are encoded (4869 clauses, 61366 bytes)
2.31/2.48	c 2	323 (80%) CSP integer variables are encoded (5762 clauses, 72975 bytes)
2.31/2.48	c 2	363 (90%) CSP integer variables are encoded (6637 clauses, 84350 bytes)
2.31/2.48	c 2	403 (100%) CSP integer variables are encoded (7384 clauses, 94061 bytes)
2.50/2.60	c 3	2151 (10%) CSP clauses are encoded (17719 clauses, 253472 bytes)
2.50/2.66	c 3	4301 (20%) CSP clauses are encoded (27451 clauses, 419260 bytes)
2.60/2.72	c 3	6452 (30%) CSP clauses are encoded (38145 clauses, 607216 bytes)
2.60/2.76	c 3	8602 (40%) CSP clauses are encoded (48727 clauses, 794111 bytes)
2.69/2.80	c 3	10753 (50%) CSP clauses are encoded (59263 clauses, 990866 bytes)
2.69/2.85	c 3	12903 (60%) CSP clauses are encoded (69670 clauses, 1185320 bytes)
2.69/2.89	c 3	15054 (70%) CSP clauses are encoded (79959 clauses, 1377347 bytes)
2.79/2.94	c 3	17204 (80%) CSP clauses are encoded (90140 clauses, 1567314 bytes)
2.79/2.98	c 3	19355 (90%) CSP clauses are encoded (100256 clauses, 1756091 bytes)
2.89/3.02	c 3	21505 (100%) CSP clauses are encoded (110183 clauses, 1941190 bytes)
2.89/3.02	c 3	21505 CSP clauses encoded
2.89/3.03	c 3	Writing map file : HOME/temp.map
2.89/3.04	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.04	c 3	SAT : 15301 SAT variables, 110183 SAT clauses, 1941190 bytes
2.89/3.04	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.05	c 3	SOLVING HOME/temp.cnf
2.89/3.05	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
4.08/4.24	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.08/4.24	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.14/4.33	c 4	Decoding HOME/temp.out
4.27/4.45	s SATISFIABLE
4.27/4.46	v 1 7 5 8 2 4 3 9 6 6 2 9 5 7 3 8 4 1 8 4 3 1 6 9 5 2 7 7 1 6 4 3 8 9 5 2 4 9 2 7 5 1 6 3 8 3 5 8 2 9 6 1 7 4 9 3 4 6 8 2 7 1 5 2 6 7 9 1 5 4 8 3 5 8 1 3 4 7 2 6 9 52 1 56 8 3 39 8 2 67 8 9 14 8 7 33 8 8 25 8 5 80 8 6 54 8 4 46 8 15 3 72 11 8 11 2 75 8 18 1 40 8 14 7 59 8 16 8 24 8 12 9 70 8 17 4 35 8 13 5 9 8 10 6 64 8 26 2 29 8 22 1 72 21 8 21 3 4 8 19 8 50 8 24 9 78 8 27 7 43 8 23 6 17 8 20 4 63 8 25 5 55 8 34 9 2 8 28 7 48 8 33 8 72 31 8 31 4 23 8 30 6 69 8 35 5 79 8 36 2 44 8 32 3 18 8 29 1 28 8 40 7 74 8 45 8 12 8 38 9 58 8 43 6 72 41 8 41 5 6 8 37 4 52 8 42 1 26 8 39 2 72 8 44 3 19 8 48 8 38 8 50 9 66 8 53 7 13 8 47 5 77 8 54 4 72 51 8 51 6 7 8 46 3 62 8 52 1 36 8 49 2 73 8 63 5 20 8 57 4 30 8 58 6 49 8 60 2 68 8 62 1 15 8 56 3 72 61 8 61 7 8 8 55 9 45 8 59 8 10 8 65 6 47 8 69 5 57 8 70 4 76 8 72 3 5 8 64 2 42 8 68 1 34 8 67 9 72 71 8 71 8 27 8 66 7 37 8 77 4 65 8 80 6 3 8 73 5 22 8 75 1 32 8 76 3 60 8 79 2 16 8 74 8 53 8 78 7 72 81 8 81 9
4.27/4.47	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.34/4.52	c 5	CPU 3.6 (0.03 0.01 3.57 0.75)
4.34/4.52	c 5	END Wed Jul  2 14:52:04 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-1042499-1215003119/watcher-1042499-1215003119 -o /tmp/evaluation-result-1042499-1215003119/solver-1042499-1215003119 -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-1042499-1215003119.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.16 2.25 2.10 4/84 12002
/proc/meminfo: memFree=1211248/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=18572 CPUtime=0
/proc/12002/stat : 12002 (runsolver) R 12000 12002 10102 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979263028 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12002/statm: 4643 292 257 25 0 2626 0

[startup+0.125989 s]
/proc/loadavg: 2.16 2.25 2.10 4/84 12002
/proc/meminfo: memFree=1211248/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=0.04
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1979263028 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.203002 s]
/proc/loadavg: 2.16 2.25 2.10 4/84 12002
/proc/meminfo: memFree=1211248/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=0.04
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1979263028 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.303019 s]
/proc/loadavg: 2.16 2.25 2.10 4/84 12002
/proc/meminfo: memFree=1211248/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=0.04
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1979263028 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702099 s]
/proc/loadavg: 2.16 2.25 2.10 4/84 12002
/proc/meminfo: memFree=1211248/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=0.04
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 1979263028 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 2.16 2.25 2.10 4/95 12024
/proc/meminfo: memFree=1203280/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=0.67
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 974 4742 0 1 3 1 60 3 15 0 1 0 1979263028 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 797 370 3 0 500 0
[pid=12015] ppid=12002 vsize=5356 CPUtime=0
/proc/12015/stat : 12015 (sh) S 12002 12002 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979263102 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12015/statm: 1339 233 193 169 0 50 0
[pid=12016] ppid=12015 vsize=868284 CPUtime=0.74
/proc/12016/stat : 12016 (java) S 12015 12002 10102 0 -1 0 5280 0 1 0 70 4 0 0 18 0 9 0 1979263102 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12016/statm: 217071 4702 1732 9 0 211646 0
[pid=12016/tid=12017] ppid=12015 vsize=868284 CPUtime=0.51
/proc/12016/task/12017/stat : 12017 (java) R 12015 12002 10102 0 -1 64 2652 0 1 0 49 2 0 0 21 0 9 0 1979263103 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4126555770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12018] ppid=12015 vsize=868284 CPUtime=0.03
/proc/12016/task/12018/stat : 12018 (java) S 12015 12002 10102 0 -1 64 494 0 0 0 3 0 0 0 16 0 9 0 1979263104 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12019] ppid=12015 vsize=868284 CPUtime=0
/proc/12016/task/12019/stat : 12019 (java) S 12015 12002 10102 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1979263105 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12020] ppid=12015 vsize=868284 CPUtime=0
/proc/12016/task/12020/stat : 12020 (java) S 12015 12002 10102 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979263105 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12021] ppid=12015 vsize=868284 CPUtime=0
/proc/12016/task/12021/stat : 12021 (java) S 12015 12002 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979263107 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12022] ppid=12015 vsize=868284 CPUtime=0.18
/proc/12016/task/12022/stat : 12022 (java) S 12015 12002 10102 0 -1 64 1442 0 0 0 17 1 0 0 16 0 9 0 1979263107 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12023] ppid=12015 vsize=868284 CPUtime=0
/proc/12016/task/12023/stat : 12023 (java) S 12015 12002 10102 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979263107 889122816 4702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12016/tid=12024] ppid=12015 vsize=868284 CPUtime=0
/proc/12016/task/12024/stat : 12024 (java) S 12015 12002 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979263107 889122816 4702 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) 887240

[startup+3.10257 s]
/proc/loadavg: 2.16 2.25 2.10 4/95 12024
/proc/meminfo: memFree=1185808/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=2.95
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 1022 14572 0 2 3 1 277 14 16 0 1 0 1979263028 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 13600

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

[startup+3.20159 s]
/proc/loadavg: 2.16 2.25 2.10 4/95 12024
/proc/meminfo: memFree=1185808/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=2.95
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 1022 14572 0 2 3 1 277 14 16 0 1 0 1979263028 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 13600

[startup+4.00174 s]
/proc/loadavg: 2.15 2.24 2.10 3/87 12026
/proc/meminfo: memFree=1167696/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=2.95
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 1022 14572 0 2 3 1 277 14 16 0 1 0 1979263028 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 799 370 3 0 500 0
[pid=12025] ppid=12002 vsize=5356 CPUtime=0
/proc/12025/stat : 12025 (sh) S 12002 12002 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979263334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12025/statm: 1339 232 193 169 0 50 0
[pid=12026] ppid=12025 vsize=5284 CPUtime=0.93
/proc/12026/stat : 12026 (picosat) R 12025 12002 10102 0 -1 4194304 1186 0 0 0 38 55 0 0 25 0 1 0 1979263334 5410816 1172 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12026/statm: 1321 1172 40 102 0 1216 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 24240

[startup+4.40183 s]
/proc/loadavg: 2.15 2.24 2.10 4/95 12036
/proc/meminfo: memFree=1137232/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=4.14
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 1091 16107 0 2 3 1 339 71 16 0 1 0 1979263028 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 799 370 3 0 500 0
[pid=12027] ppid=12002 vsize=5356 CPUtime=0
/proc/12027/stat : 12027 (sh) S 12002 12002 10102 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1979263453 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12027/statm: 1339 233 193 169 0 50 0
[pid=12028] ppid=12027 vsize=863720 CPUtime=0.13
/proc/12028/stat : 12028 (java) S 12027 12002 10102 0 -1 0 3386 0 1 0 11 2 0 0 18 0 9 0 1979263453 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12028/statm: 215930 2857 1647 9 0 210512 0
[pid=12028/tid=12029] ppid=12027 vsize=863720 CPUtime=0.09
/proc/12028/task/12029/stat : 12029 (java) R 12027 12002 10102 0 -1 64 2447 0 1 0 8 1 0 0 20 0 9 0 1979263455 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12030] ppid=12027 vsize=863720 CPUtime=0
/proc/12028/task/12030/stat : 12030 (java) R 12027 12002 10102 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979263456 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 102745408 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12031] ppid=12027 vsize=863720 CPUtime=0
/proc/12028/task/12031/stat : 12031 (java) S 12027 12002 10102 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1979263456 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12032] ppid=12027 vsize=863720 CPUtime=0
/proc/12028/task/12032/stat : 12032 (java) S 12027 12002 10102 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979263456 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12033] ppid=12027 vsize=863720 CPUtime=0
/proc/12028/task/12033/stat : 12033 (java) S 12027 12002 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979263458 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12034] ppid=12027 vsize=863720 CPUtime=0.02
/proc/12028/task/12034/stat : 12034 (java) S 12027 12002 10102 0 -1 64 239 0 0 0 2 0 0 0 17 0 9 0 1979263458 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12035] ppid=12027 vsize=863720 CPUtime=0
/proc/12028/task/12035/stat : 12035 (java) S 12027 12002 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979263458 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12036] ppid=12027 vsize=863720 CPUtime=0
/proc/12028/task/12036/stat : 12036 (java) S 12027 12002 10102 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979263458 884449280 2857 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 882676

[startup+4.50784 s]
/proc/loadavg: 2.15 2.24 2.10 4/95 12036
/proc/meminfo: memFree=1137232/2055920 swapFree=4179604/4192956
[pid=12002] ppid=12000 vsize=13600 CPUtime=4.14
/proc/12002/stat : 12002 (sugar) S 12000 12002 10102 0 -1 4194304 1092 16107 0 2 3 1 339 71 15 0 1 0 1979263028 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12002/statm: 3400 799 370 3 0 500 0
[pid=12027] ppid=12002 vsize=5356 CPUtime=0
/proc/12027/stat : 12027 (sh) S 12002 12002 10102 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1979263453 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12027/statm: 1339 233 193 169 0 50 0
[pid=12028] ppid=12027 vsize=864024 CPUtime=0.2
/proc/12028/stat : 12028 (java) S 12027 12002 10102 0 -1 0 3603 0 1 0 17 3 0 0 18 0 9 0 1979263453 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12028/statm: 216006 3067 1706 9 0 210581 0
[pid=12028/tid=12029] ppid=12027 vsize=864024 CPUtime=0.14
/proc/12028/task/12029/stat : 12029 (java) S 12027 12002 10102 0 -1 64 2535 0 1 0 12 2 0 0 20 0 9 0 1979263455 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12030] ppid=12027 vsize=864024 CPUtime=0
/proc/12028/task/12030/stat : 12030 (java) S 12027 12002 10102 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 1979263456 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12031] ppid=12027 vsize=864024 CPUtime=0
/proc/12028/task/12031/stat : 12031 (java) S 12027 12002 10102 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1979263456 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12032] ppid=12027 vsize=864024 CPUtime=0
/proc/12028/task/12032/stat : 12032 (java) S 12027 12002 10102 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979263456 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12033] ppid=12027 vsize=864024 CPUtime=0
/proc/12028/task/12033/stat : 12033 (java) S 12027 12002 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979263458 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12034] ppid=12027 vsize=864024 CPUtime=0.04
/proc/12028/task/12034/stat : 12034 (java) S 12027 12002 10102 0 -1 64 303 0 0 0 4 0 0 0 17 0 9 0 1979263458 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12035] ppid=12027 vsize=864024 CPUtime=0
/proc/12028/task/12035/stat : 12035 (java) S 12027 12002 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979263458 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12028/tid=12036] ppid=12027 vsize=864024 CPUtime=0
/proc/12028/task/12036/stat : 12036 (java) S 12027 12002 10102 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 1979263458 884760576 3067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 882980

Child status: 0
Real time (s): 4.52013
CPU time (s): 4.38033
CPU user time (s): 3.60845
CPU system time (s): 0.771882
CPU usage (%): 96.9072
Max. virtual memory (cumulated for all children) (KiB): 887604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.60845
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21149
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= 3047
involuntary context switches= 3054

runsolver used 0.011998 second user time and 0.023996 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 14:51:59
IDJOB=1042499
IDBENCH=53912
IDSOLVER=345
FILE ID=node74/1042499-1215003119
PBS_JOBID= 7870776
Free space on /tmp= 103212 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/QG6/normalized-quasigroup6-9.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-1042499-1215003119/watcher-1042499-1215003119 -o /tmp/evaluation-result-1042499-1215003119/solver-1042499-1215003119 -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-1042499-1215003119.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a37583be3e48d0c415f0063d476413f
RANDOM SEED=620008692

node74.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.259
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.259
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:       1211736 kB
Buffers:         10440 kB
Cached:          64368 kB
SwapCached:       6520 kB
Active:         763744 kB
Inactive:        20044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1211736 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            2556 kB
Writeback:           0 kB
Mapped:         720576 kB
Slab:            43960 kB
Committed_AS:  4585048 kB
PageTables:       3412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103212 MiB
End job on node74 at 2008-07-02 14:52:04