Trace number 2084413

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+picosatUNSAT 840.85 849.44

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-5.xml
MD5SUMdb0f93b84b1192e2e8f64726b7d53b32
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 benchmark63.1114
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data

0.04/0.58	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.58	c 0	BEGIN Sun Jul 12 08:10:11 2009
0.04/0.58	c 0	PID 28722
0.04/0.59	c 0	HOST node1.alineos.net
0.04/0.59	c 0	CONVERTING HOME/instance-2084413-1247379010.xml TO HOME/temp.csp
0.04/0.59	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084413-1247379010.xml' 'HOME/temp.csp'
0.76/1.30	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.76/1.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.76/1.32	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.76/1.40	c 1	Parsing HOME/temp.csp
0.76/1.49	c 1	parsed 2553 expressions
0.76/1.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/1.50	c 1	Converting to clausal form CSP
0.76/1.55	c 1	converted 256 (10%) expressions
0.76/1.68	c 1	converted 511 (20%) expressions
0.76/1.72	c 1	converted 766 (30%) expressions
0.76/1.74	c 1	converted 1022 (40%) expressions
0.76/1.75	c 1	converted 1277 (50%) expressions
0.76/1.76	c 1	converted 1532 (60%) expressions
0.76/1.77	c 1	converted 1788 (70%) expressions
0.76/1.78	c 1	converted 2043 (80%) expressions
0.76/1.79	c 1	converted 2298 (90%) expressions
0.76/1.80	c 1	converted 2553 (100%) expressions
0.76/1.80	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
0.76/1.80	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/1.80	c 1	Propagation in CSP
0.76/1.82	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.76/1.82	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
0.76/1.82	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/1.82	c 1	Simplifing CSP by introducing new Boolean variables
0.76/1.86	c 1	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 5
0.76/1.86	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.76/1.91	c 2	20 (10%) CSP integer variables are encoded (60 clauses, 591 bytes)
0.76/1.91	c 2	39 (20%) CSP integer variables are encoded (117 clauses, 1189 bytes)
0.76/1.91	c 2	58 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.76/1.91	c 2	77 (40%) CSP integer variables are encoded (231 clauses, 2443 bytes)
0.76/1.92	c 2	96 (50%) CSP integer variables are encoded (288 clauses, 3070 bytes)
0.76/1.92	c 2	115 (60%) CSP integer variables are encoded (345 clauses, 3697 bytes)
0.76/1.92	c 2	134 (70%) CSP integer variables are encoded (402 clauses, 4324 bytes)
0.76/1.92	c 2	153 (80%) CSP integer variables are encoded (459 clauses, 4951 bytes)
0.76/1.92	c 2	172 (90%) CSP integer variables are encoded (516 clauses, 5578 bytes)
0.76/1.92	c 2	191 (100%) CSP integer variables are encoded (573 clauses, 6205 bytes)
0.76/1.96	c 2	708 (10%) CSP clauses are encoded (3169 clauses, 40199 bytes)
0.76/1.98	c 2	1416 (20%) CSP clauses are encoded (5765 clauses, 76811 bytes)
0.76/1.99	c 2	2124 (30%) CSP clauses are encoded (8361 clauses, 113511 bytes)
0.76/2.01	c 2	2832 (40%) CSP clauses are encoded (10957 clauses, 150235 bytes)
0.76/2.02	c 2	3540 (50%) CSP clauses are encoded (13553 clauses, 187571 bytes)
0.76/2.03	c 2	4248 (60%) CSP clauses are encoded (16149 clauses, 226275 bytes)
0.76/2.04	c 2	4956 (70%) CSP clauses are encoded (18745 clauses, 264979 bytes)
0.76/2.04	c 2	5664 (80%) CSP clauses are encoded (21341 clauses, 303683 bytes)
0.76/2.05	c 2	6372 (90%) CSP clauses are encoded (23937 clauses, 342387 bytes)
0.76/2.06	c 2	7080 (100%) CSP clauses are encoded (26533 clauses, 381091 bytes)
0.76/2.06	c 2	7080 CSP clauses encoded
0.76/2.06	c 2	Writing map file : HOME/temp.map
0.76/2.07	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/2.07	c 2	SAT : 5484 SAT variables, 26533 SAT clauses, 381091 bytes
0.76/2.07	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/2.12	c 2	SOLVING HOME/temp.cnf
0.76/2.12	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
840.62/849.26	c 849	DECODING HOME/temp.out WITH HOME/temp.map
840.62/849.26	c 849	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'
840.69/849.35	c 849	Decoding HOME/temp.out
840.69/849.39	s UNSATISFIABLE
840.69/849.40	c 849	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
840.69/849.43	c 849	CPU 840.82 (0.05 0.02 840.42 0.33)
840.69/849.43	c 849	END Sun Jul 12 08:24:20 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084413-1247379010/watcher-2084413-1247379010 -o /tmp/evaluation-result-2084413-1247379010/solver-2084413-1247379010 -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-2084413-1247379010.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: 2.14 2.08 2.07 4/82 28722
/proc/meminfo: memFree=360312/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=18576 CPUtime=0
/proc/28722/stat : 28722 (runsolver) R 28720 28722 21749 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24968808 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28722/statm: 4644 284 249 26 0 2626 0

[startup+0.101685 s]
/proc/loadavg: 2.14 2.08 2.07 4/82 28722
/proc/meminfo: memFree=360312/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=12272 CPUtime=0
/proc/28722/stat : 28722 (sugar) D 28720 28722 21749 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24968808 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28722/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.201691 s]
/proc/loadavg: 2.14 2.08 2.07 4/82 28722
/proc/meminfo: memFree=360312/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=12272 CPUtime=0
/proc/28722/stat : 28722 (sugar) D 28720 28722 21749 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 24968808 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28722/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301703 s]
/proc/loadavg: 2.14 2.08 2.07 4/82 28722
/proc/meminfo: memFree=360312/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=12412 CPUtime=0
/proc/28722/stat : 28722 (sugar) D 28720 28722 21749 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 24968808 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/28722/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701757 s]
/proc/loadavg: 2.14 2.08 2.07 4/82 28722
/proc/meminfo: memFree=360312/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=0.07
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24968808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

############
# WARNING:
# current cumulated CPU time (0.76 s) is less than in the last sample (0.76 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.96046e-08 s) to the 'lost time'.

[startup+1.30283 s]
/proc/loadavg: 2.14 2.08 2.07 4/93 28734
/proc/meminfo: memFree=346016/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=0.07
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24968808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1111 409 3 0 796 0
[pid=28725] ppid=28722 vsize=5356 CPUtime=0
/proc/28725/stat : 28725 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24968867 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28725/statm: 1339 233 193 169 0 50 0
[pid=28726] ppid=28725 vsize=864712 CPUtime=0.69
/proc/28726/stat : 28726 (java) S 28725 28722 21749 0 -1 0 4863 0 1 0 66 3 0 0 18 0 9 0 24968867 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28726/statm: 216178 4311 1754 9 0 210690 0
[pid=28726/tid=28727] ppid=28725 vsize=864712 CPUtime=0.51
/proc/28726/task/28727/stat : 28727 (java) R 28725 28722 21749 0 -1 64 2798 0 1 0 50 1 0 0 19 0 9 0 24968868 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4126743816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28728] ppid=28725 vsize=864712 CPUtime=0.02
/proc/28726/task/28728/stat : 28728 (java) S 28725 28722 21749 0 -1 64 833 0 0 0 2 0 0 0 16 0 9 0 24968869 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28729] ppid=28725 vsize=864712 CPUtime=0
/proc/28726/task/28729/stat : 28729 (java) S 28725 28722 21749 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24968869 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28730] ppid=28725 vsize=864712 CPUtime=0
/proc/28726/task/28730/stat : 28730 (java) S 28725 28722 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24968869 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28731] ppid=28725 vsize=864712 CPUtime=0
/proc/28726/task/28731/stat : 28731 (java) S 28725 28722 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24968872 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28732] ppid=28725 vsize=864712 CPUtime=0.13
/proc/28726/task/28732/stat : 28732 (java) S 28725 28722 21749 0 -1 64 528 0 0 0 13 0 0 0 17 0 9 0 24968872 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28733] ppid=28725 vsize=864712 CPUtime=0
/proc/28726/task/28733/stat : 28733 (java) S 28725 28722 21749 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24968872 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28726/tid=28734] ppid=28725 vsize=864712 CPUtime=0
/proc/28726/task/28734/stat : 28734 (java) S 28725 28722 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24968872 885465088 4311 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 886936

[startup+1.40184 s]
/proc/loadavg: 2.14 2.08 2.07 4/93 28734
/proc/meminfo: memFree=346016/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=0.76
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1292 5289 0 1 5 2 66 3 16 0 1 0 24968808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 16868
#
############


[startup+1.50185 s]
/proc/loadavg: 2.14 2.08 2.07 4/93 28734
/proc/meminfo: memFree=346016/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=0.76
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1309 5289 0 1 5 2 66 3 15 0 1 0 24968808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 16868

[startup+3.10103 s]
/proc/loadavg: 2.13 2.07 2.07 3/85 28746
/proc/meminfo: memFree=350880/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=2232 CPUtime=0.96
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 444 0 0 0 86 10 0 0 25 0 1 0 24969020 2285568 427 996147200 134512640 134931368 4294956256 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 558 427 42 102 0 453 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 24456
heavy processes:

[startup+6.30241 s]
/proc/loadavg: 2.13 2.07 2.07 3/85 28746
/proc/meminfo: memFree=343520/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=2356 CPUtime=4.14
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 489 0 0 0 404 10 0 0 25 0 1 0 24969020 2412544 470 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 589 470 48 102 0 484 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 24580

[startup+12.7012 s]
/proc/loadavg: 2.19 2.09 2.07 3/85 28746
/proc/meminfo: memFree=330528/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=2488 CPUtime=10.5
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 525 0 0 0 1039 11 0 0 25 0 1 0 24969020 2547712 506 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 622 506 48 102 0 517 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 24712

[startup+25.5016 s]
/proc/loadavg: 2.16 2.08 2.07 2/75 28746
/proc/meminfo: memFree=1935408/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=2728 CPUtime=23.22
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 590 0 0 0 2310 12 0 0 25 0 1 0 24969020 2793472 571 996147200 134512640 134931368 4294956256 18446744073709551615 134530843 0 0 4096 0 0 0 0 17 0 0 0
/proc/28746/statm: 682 571 48 102 0 577 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 24952

[startup+51.1016 s]
/proc/loadavg: 2.10 2.08 2.07 3/86 29094
/proc/meminfo: memFree=1867992/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=3068 CPUtime=48.64
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 664 0 0 0 4845 19 0 0 25 0 1 0 24969020 3141632 645 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 767 645 48 102 0 662 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 25292

[startup+102.302 s]
/proc/loadavg: 2.04 2.06 2.06 3/87 29095
/proc/meminfo: memFree=1818064/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=3480 CPUtime=99.35

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


[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 29095
/proc/meminfo: memFree=1696976/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5308 CPUtime=634.18
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1226 0 0 0 63398 20 0 0 25 0 1 0 24969020 5435392 1207 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1327 1207 48 102 0 1222 0
Current children cumulated CPU time (s) 635.69
Current children cumulated vsize (KiB) 27532

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696784/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5320 CPUtime=693.61
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1244 0 0 0 69341 20 0 0 25 0 1 0 24969020 5447680 1217 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1330 1217 48 102 0 1225 0
Current children cumulated CPU time (s) 695.12
Current children cumulated vsize (KiB) 27544

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696208/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=753.04
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 75284 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 754.55
Current children cumulated vsize (KiB) 28000

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=812.46
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 81226 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 813.97
Current children cumulated vsize (KiB) 28000

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

[startup+832.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=822.07
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 82187 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 823.58
Current children cumulated vsize (KiB) 28000

[startup+838.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=828.41
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 82821 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 829.92
Current children cumulated vsize (KiB) 28000

[startup+844.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=834.75
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 83455 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 836.26
Current children cumulated vsize (KiB) 28000

[startup+848.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=837.92
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 83772 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 839.43
Current children cumulated vsize (KiB) 28000

[startup+848.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=838.71
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 83851 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 840.22
Current children cumulated vsize (KiB) 28000

[startup+849.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=1.51
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1365 12601 0 2 5 2 135 9 16 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
[pid=28745] ppid=28722 vsize=5356 CPUtime=0
/proc/28745/stat : 28745 (sh) S 28722 28722 21749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24969020 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28745/statm: 1339 232 193 169 0 50 0
[pid=28746] ppid=28745 vsize=5776 CPUtime=839.11
/proc/28746/stat : 28746 (picosat) R 28745 28722 21749 0 -1 4194304 1357 0 0 0 83891 20 0 0 25 0 1 0 24969020 5914624 1330 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/28746/statm: 1444 1330 48 102 0 1339 0
Current children cumulated CPU time (s) 840.62
Current children cumulated vsize (KiB) 28000

[startup+849.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29095
/proc/meminfo: memFree=1696272/2055920 swapFree=4192812/4192956
[pid=28722] ppid=28720 vsize=16868 CPUtime=840.69
/proc/28722/stat : 28722 (sugar) S 28720 28722 21749 0 -1 4194304 1448 14245 0 2 5 2 84032 30 15 0 1 0 24968808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28722/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 840.69
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.96046e-08
#  lost CPU user time (s): 5.96046e-08
#  lost CPU system time (s): -3.72529e-09

Real time (s): 849.44
CPU time (s): 840.85
CPU user time (s): 840.485
CPU system time (s): 0.364944
CPU usage (%): 98.9888
Max. virtual memory (cumulated for all children) (KiB): 886936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 840.485
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19552
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= 1802
involuntary context switches= 19934

runsolver used 1.00385 second user time and 2.87356 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 08:10:10
IDJOB=2084413
IDBENCH=58076
IDSOLVER=738
FILE ID=node1/2084413-1247379010
PBS_JOBID= 9507068
Free space on /tmp= 63340 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-5.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-2084413-1247379010/watcher-2084413-1247379010 -o /tmp/evaluation-result-2084413-1247379010/solver-2084413-1247379010 -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-2084413-1247379010.xml

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

MD5SUM BENCH= db0f93b84b1192e2e8f64726b7d53b32
RANDOM SEED=1100015406

node1.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.216
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.216
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:        361048 kB
Buffers:          4652 kB
Cached:        1247908 kB
SwapCached:          0 kB
Active:        1100724 kB
Inactive:       512088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        361048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          210540 kB
Writeback:           0 kB
Mapped:         381652 kB
Slab:            66480 kB
Committed_AS:   763120 kB
PageTables:       2660 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= 66384 MiB
End job on node1 at 2009-07-12 08:24:20