Trace number 2069530

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.14.6+picosatSAT 7.11092 9.33284

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-1.xml
MD5SUMa4fb04cc2e197ab867849ec0e8758342
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.178971
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2325
Maximum constraint arity15
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2266
Global constraints used (with number of constraints)alldifferent(59)

Solver Data

0.04/1.77	c 0	Sugar v1-14-6 + HOME/picosat
0.06/1.80	c 0	BEGIN Sun Jul 12 00:18:42 2009
0.06/1.80	c 0	PID 16080
0.06/1.81	c 0	HOST node32.alineos.net
0.06/1.81	c 0	CONVERTING HOME/instance-2069530-1247350719.xml TO HOME/temp.csp
0.06/1.81	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069530-1247350719.xml' 'HOME/temp.csp'
0.52/2.52	c 1	13 domains, 200 variables, 1 predicates, 0 relations, 2325 constraints
0.52/2.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.52/2.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/2.64	c 1	Parsing HOME/temp.csp
0.56/2.74	c 1	parsed 2539 expressions
0.56/2.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/2.75	c 1	Converting to clausal form CSP
0.56/2.82	c 1	converted 254 (10%) expressions
0.56/2.97	c 1	converted 508 (20%) expressions
0.56/3.00	c 1	converted 762 (30%) expressions
0.56/3.03	c 1	converted 1016 (40%) expressions
0.56/3.04	c 1	converted 1270 (50%) expressions
0.56/3.06	c 1	converted 1524 (60%) expressions
0.56/3.08	c 1	converted 1778 (70%) expressions
0.56/3.10	c 1	converted 2032 (80%) expressions
0.56/3.12	c 2	converted 2286 (90%) expressions
1.16/3.28	c 2	converted 2539 (100%) expressions
1.16/3.28	c 2	CSP : 200 integers, 0 booleans, 5421 clauses, largest domain size 45
1.16/3.28	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/3.28	c 2	Propagation in CSP
1.26/3.32	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.26/3.32	c 2	CSP : 200 integers, 0 booleans, 5421 clauses, largest domain size 45
1.26/3.32	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.26/3.32	c 2	Simplifing CSP by introducing new Boolean variables
1.36/3.45	c 2	CSP : 200 integers, 13600 booleans, 19021 clauses, largest domain size 45
1.36/3.45	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/3.53	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.45/3.55	c 2	20 (10%) CSP integer variables are encoded (860 clauses, 9314 bytes)
1.45/3.55	c 2	40 (20%) CSP integer variables are encoded (1720 clauses, 20261 bytes)
1.45/3.56	c 2	60 (30%) CSP integer variables are encoded (2580 clauses, 31441 bytes)
1.45/3.56	c 2	80 (40%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
1.45/3.56	c 2	100 (50%) CSP integer variables are encoded (4300 clauses, 53801 bytes)
1.45/3.56	c 2	120 (60%) CSP integer variables are encoded (4300 clauses, 53801 bytes)
1.45/3.56	c 2	140 (70%) CSP integer variables are encoded (4302 clauses, 53827 bytes)
1.45/3.56	c 2	160 (80%) CSP integer variables are encoded (4306 clauses, 53879 bytes)
1.45/3.56	c 2	180 (90%) CSP integer variables are encoded (4309 clauses, 53918 bytes)
1.45/3.57	c 2	200 (100%) CSP integer variables are encoded (4313 clauses, 53970 bytes)
1.66/3.72	c 2	1903 (10%) CSP clauses are encoded (45102 clauses, 756795 bytes)
1.76/3.83	c 2	3805 (20%) CSP clauses are encoded (87953 clauses, 1524926 bytes)
1.86/3.93	c 2	5707 (30%) CSP clauses are encoded (128711 clauses, 2285139 bytes)
1.96/4.02	c 2	7609 (40%) CSP clauses are encoded (169717 clauses, 3058828 bytes)
2.06/4.11	c 3	9511 (50%) CSP clauses are encoded (209404 clauses, 3839590 bytes)
2.16/4.23	c 3	11413 (60%) CSP clauses are encoded (263466 clauses, 4877808 bytes)
2.26/4.35	c 3	13315 (70%) CSP clauses are encoded (320368 clauses, 5966605 bytes)
2.36/4.47	c 3	15217 (80%) CSP clauses are encoded (377358 clauses, 7063793 bytes)
2.46/4.59	c 3	17119 (90%) CSP clauses are encoded (434524 clauses, 8167360 bytes)
2.57/4.80	c 3	19021 (100%) CSP clauses are encoded (491778 clauses, 9259592 bytes)
2.57/4.80	c 3	19021 CSP clauses encoded
2.65/4.80	c 3	Writing map file : HOME/temp.map
2.65/4.81	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.65/4.81	c 3	SAT : 18065 SAT variables, 491778 SAT clauses, 9259592 bytes
2.65/4.81	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.65/4.86	c 3	SOLVING HOME/temp.cnf
2.65/4.86	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
6.88/9.10	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.88/9.10	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.88/9.19	c 8	Decoding HOME/temp.out
6.89/9.28	s SATISFIABLE
6.89/9.29	v 0 0 0 1 3 8 6 4 6 5 7 8 10 9 13 9 9 11 1 13 10 11 2 10 9 12 2 14 12 11 16 14 3 13 13 7 43 16 17 18 12 19 20 12 15 16 26 15 19 15 13 20 21 27 14 28 15 17 41 18 19 18 20 21 21 22 29 40 23 25 30 24 32 40 31 26 32 41 28 34 43 42 29 42 43 41 34 22 40 43 35 24 36 37 25 44 39 44 38 33 4 0 1 3 1 4 3 4 2 1 3 3 2 3 4 0 4 4 4 3 0 0 3 4 2 3 0 3 0 2 0 0 4 2 1 4 4 3 1 4 2 1 1 4 0 1 4 4 4 1 0 0 3 4 4 3 3 0 2 2 3 3 4 4 1 0 4 3 0 2 3 4 0 4 1 0 4 0 1 4 0 1 0 0 2 1 1 4 2 3 4 0 4 0 3 3 1 0 3 0
6.89/9.29	c 8	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.89/9.33	c 8	CPU 7.09 (0.06 0.01 4.51 2.51)
6.89/9.33	c 8	END Sun Jul 12 00:18:50 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069530-1247350719/watcher-2069530-1247350719 -o /tmp/evaluation-result-2069530-1247350719/solver-2069530-1247350719 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2069530-1247350719.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.25 2.89 2.51 4/83 16080
/proc/meminfo: memFree=761416/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=18576 CPUtime=0
/proc/16080/stat : 16080 (runsolver) D 16078 16080 15911 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22138529 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16080/statm: 4644 284 249 26 0 2626 0

[startup+0.101597 s]
/proc/loadavg: 3.25 2.89 2.51 4/83 16080
/proc/meminfo: memFree=761416/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=124 CPUtime=0
/proc/16080/stat : 16080 (sugar) D 16078 16080 15911 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 22138529 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 268211123689 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16080/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.202608 s]
/proc/loadavg: 3.25 2.89 2.51 4/83 16080
/proc/meminfo: memFree=761416/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=2504 CPUtime=0
/proc/16080/stat : 16080 (sugar) D 16078 16080 15911 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 22138529 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 268211126992 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16080/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.302629 s]
/proc/loadavg: 3.25 2.89 2.51 4/83 16080
/proc/meminfo: memFree=761416/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=2552 CPUtime=0
/proc/16080/stat : 16080 (sugar) D 16078 16080 15911 0 -1 4194304 46 0 2 0 0 0 0 0 18 0 1 0 22138529 2613248 33 996147200 4194304 4206940 548682068608 18446744073709551615 268211123689 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16080/statm: 638 33 26 3 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2552

[startup+0.701684 s]
/proc/loadavg: 3.25 2.89 2.51 4/83 16080
/proc/meminfo: memFree=761416/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=12272 CPUtime=0
/proc/16080/stat : 16080 (sugar) D 16078 16080 15911 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 22138529 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/16080/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.50176 s]
/proc/loadavg: 3.25 2.89 2.51 3/84 16081
/proc/meminfo: memFree=743424/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=13336 CPUtime=0.03
/proc/16080/stat : 16080 (sugar) D 16078 16080 15911 0 -1 4194304 735 0 4 0 2 1 0 0 18 0 1 0 22138529 13656064 707 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/16080/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+3.10194 s]
/proc/loadavg: 3.25 2.89 2.51 3/94 16092
/proc/meminfo: memFree=710576/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=0.56
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1303 5253 6 64 5 1 43 7 15 0 1 0 22138529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16080/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30231 s]
/proc/loadavg: 3.15 2.87 2.51 3/86 16104
/proc/meminfo: memFree=649712/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=2.68
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1359 14486 6 70 6 1 237 24 16 0 1 0 22138529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
[pid=16103] ppid=16080 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16080 16080 15911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22139015 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16103/statm: 1339 232 193 169 0 50 0
[pid=16104] ppid=16103 vsize=7808 CPUtime=1.41
/proc/16104/stat : 16104 (picosat) R 16103 16080 15911 0 -1 4194304 1695 0 0 0 62 79 0 0 25 0 1 0 22139016 7995392 1681 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16104/statm: 1952 1681 40 102 0 1847 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 30032
heavy processes:

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

[startup+6.40732 s]
/proc/loadavg: 3.15 2.87 2.51 3/86 16104
/proc/meminfo: memFree=634736/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=2.68
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1359 14486 6 70 6 1 237 24 16 0 1 0 22138529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
[pid=16103] ppid=16080 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16080 16080 15911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22139015 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16103/statm: 1339 232 193 169 0 50 0
[pid=16104] ppid=16103 vsize=8072 CPUtime=1.51
/proc/16104/stat : 16104 (picosat) R 16103 16080 15911 0 -1 4194304 1809 0 0 0 67 84 0 0 25 0 1 0 22139016 8265728 1795 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16104/statm: 2018 1795 40 102 0 1913 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 30296

[startup+8.0025 s]
/proc/loadavg: 3.15 2.87 2.51 3/86 16104
/proc/meminfo: memFree=608304/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=2.68
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1359 14486 6 70 6 1 237 24 16 0 1 0 22138529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
[pid=16103] ppid=16080 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16080 16080 15911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22139015 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16103/statm: 1339 232 193 169 0 50 0
[pid=16104] ppid=16103 vsize=14904 CPUtime=3.11
/proc/16104/stat : 16104 (picosat) R 16103 16080 15911 0 -1 4194304 3491 0 0 0 139 172 0 0 25 0 1 0 22139016 15261696 3477 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16104/statm: 3726 3477 40 102 0 3621 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 37128

[startup+8.80274 s]
/proc/loadavg: 3.14 2.87 2.51 3/86 16104
/proc/meminfo: memFree=585840/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=2.68
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1359 14486 6 70 6 1 237 24 16 0 1 0 22138529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
[pid=16103] ppid=16080 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16080 16080 15911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22139015 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16103/statm: 1339 232 193 169 0 50 0
[pid=16104] ppid=16103 vsize=18836 CPUtime=3.91
/proc/16104/stat : 16104 (picosat) R 16103 16080 15911 0 -1 4194304 4350 0 0 0 177 214 0 0 25 0 1 0 22139016 19288064 4336 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16104/statm: 4709 4336 40 102 0 4604 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 41060

[startup+9.20264 s]
/proc/loadavg: 3.14 2.87 2.51 3/86 16104
/proc/meminfo: memFree=585840/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=6.89
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1440 19409 6 70 6 1 434 248 16 0 1 0 22138529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 16868

[startup+9.30165 s]
/proc/loadavg: 3.14 2.87 2.51 3/86 16104
/proc/meminfo: memFree=585840/2055920 swapFree=4192812/4192956
[pid=16080] ppid=16078 vsize=16868 CPUtime=6.89
/proc/16080/stat : 16080 (sugar) S 16078 16080 15911 0 -1 4194304 1443 19409 6 70 6 1 434 248 16 0 1 0 22138529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 9.33284
CPU time (s): 7.11092
CPU user time (s): 4.5743
CPU system time (s): 2.53661
CPU usage (%): 76.1924
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5743
system time used= 2.53661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24790
page faults= 77
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5470
involuntary context switches= 5152

runsolver used 0.016997 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 00:18:40
IDJOB=2069530
IDBENCH=55068
IDSOLVER=738
FILE ID=node32/2069530-1247350719
PBS_JOBID= 9506940
Free space on /tmp= 63980 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069530-1247350719/watcher-2069530-1247350719 -o /tmp/evaluation-result-2069530-1247350719/solver-2069530-1247350719 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2069530-1247350719.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a4fb04cc2e197ab867849ec0e8758342
RANDOM SEED=870834952

node32.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.236
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.236
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:        762216 kB
Buffers:          5312 kB
Cached:         997552 kB
SwapCached:          0 kB
Active:         931904 kB
Inactive:       271600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        762216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          197196 kB
Writeback:           0 kB
Mapped:         221976 kB
Slab:            74716 kB
Committed_AS:   410644 kB
PageTables:       2468 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= 63828 MiB
End job on node32 at 2009-07-12 00:18:50