Trace number 2066252

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+picosat? (TO) 1800.04 1817.14

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-40-41.xml
MD5SUMf41e5b28cf61248985fc3eb1ef5687be
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3280
Number of constraints162
Maximum constraint arity41
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension162
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 21:51:32 2009
0.05/0.08	c 0	PID 19289
0.05/0.08	c 0	HOST node44.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2066252-1247341892.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066252-1247341892.xml' 'HOME/temp.csp'
0.06/0.51	c 0	1 domains, 3280 variables, 2 predicates, 0 relations, 162 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	c 0	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.06/0.59	c 1	Parsing HOME/temp.csp
0.48/0.70	c 1	parsed 3445 expressions
0.48/0.71	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.71	c 1	Converting to clausal form CSP
0.48/0.73	c 1	converted 345 (10%) expressions
0.48/0.75	c 1	converted 689 (20%) expressions
0.48/0.75	c 1	converted 1034 (30%) expressions
0.48/0.75	c 1	converted 1378 (40%) expressions
0.48/0.76	c 1	converted 1723 (50%) expressions
0.48/0.77	c 1	converted 2067 (60%) expressions
0.48/0.77	c 1	converted 2412 (70%) expressions
0.48/0.77	c 1	converted 2756 (80%) expressions
0.48/0.77	c 1	converted 3101 (90%) expressions
1.14/1.23	c 1	converted 3445 (100%) expressions
1.14/1.23	c 1	CSP : 4738 integers, 0 booleans, 3078 clauses, largest domain size 15
1.14/1.23	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.23	c 1	Propagation in CSP
1.24/1.32	c 1	2800 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.32	c 1	CSP : 4738 integers, 0 booleans, 3078 clauses, largest domain size 15
1.24/1.32	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.33	c 1	CSP : 4738 integers, 0 booleans, 3078 clauses, largest domain size 15
1.24/1.33	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.38	c 1	474 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.39	c 1	948 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.39	c 1	1422 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.40	c 1	1896 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.40	c 1	2369 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.40	c 1	2843 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.40	c 1	3317 (70%) CSP integer variables are encoded (290 clauses, 3834 bytes)
1.34/1.41	c 1	3791 (80%) CSP integer variables are encoded (4030 clauses, 52454 bytes)
1.34/1.41	c 1	4265 (90%) CSP integer variables are encoded (5822 clauses, 75750 bytes)
1.34/1.41	c 1	4738 (100%) CSP integer variables are encoded (5822 clauses, 75750 bytes)
1.54/1.61	c 2	308 (10%) CSP clauses are encoded (32170 clauses, 637064 bytes)
1.63/1.79	c 2	616 (20%) CSP clauses are encoded (58390 clauses, 1239610 bytes)
1.84/1.98	c 2	924 (30%) CSP clauses are encoded (84466 clauses, 1875343 bytes)
2.03/2.17	c 2	1232 (40%) CSP clauses are encoded (110686 clauses, 2516017 bytes)
2.23/2.35	c 2	1539 (50%) CSP clauses are encoded (136637 clauses, 3148710 bytes)
2.32/2.44	c 2	1847 (60%) CSP clauses are encoded (141040 clauses, 3222489 bytes)
2.42/2.52	c 2	2155 (70%) CSP clauses are encoded (143985 clauses, 3260062 bytes)
2.52/2.60	c 3	2463 (80%) CSP clauses are encoded (146930 clauses, 3299503 bytes)
2.52/2.69	c 3	2771 (90%) CSP clauses are encoded (149893 clauses, 3340979 bytes)
2.63/2.78	c 3	3078 (100%) CSP clauses are encoded (152812 clauses, 3381855 bytes)
2.63/2.78	c 3	3078 CSP clauses encoded
2.63/2.78	c 3	Writing map file : HOME/temp.map
2.73/2.80	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.73/2.80	c 3	SAT : 10560 SAT variables, 152812 SAT clauses, 3381855 bytes
2.73/2.80	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.73/2.82	c 3	SOLVING HOME/temp.cnf
2.73/2.82	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1817.12	c ERROR INTERRUPTED
1800.04/1817.13	s UNKNOWN
1800.04/1817.13	c 1817	CPU 2.76 (0.06 0.02 2.56 0.12)
1800.04/1817.13	c 1817	END Sat Jul 11 22:21:49 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066252-1247341892/watcher-2066252-1247341892 -o /tmp/evaluation-result-2066252-1247341892/solver-2066252-1247341892 -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-2066252-1247341892.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.04 2.08 2.02 4/72 19289
/proc/meminfo: memFree=1875496/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=12268 CPUtime=0
/proc/19289/stat : 19289 (sugar) R 19287 19289 18246 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21253068 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264849374206 0 0 4224 0 0 0 0 17 1 0 0
/proc/19289/statm: 3067 316 241 3 0 167 0

[startup+0.0724941 s]
/proc/loadavg: 2.04 2.08 2.02 4/72 19289
/proc/meminfo: memFree=1875496/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16476 CPUtime=0.05
/proc/19289/stat : 19289 (sugar) R 19287 19289 18246 0 -1 4194304 1025 0 0 0 4 1 0 0 18 0 1 0 21253068 16871424 993 996147200 4194304 4206940 548682068608 18446744073709551615 264858031760 0 0 4224 0 0 0 0 17 1 0 0
/proc/19289/statm: 4119 993 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101836 s]
/proc/loadavg: 2.04 2.08 2.02 4/72 19289
/proc/meminfo: memFree=1875496/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=0.06
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21253068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301519 s]
/proc/loadavg: 2.04 2.08 2.02 4/72 19289
/proc/meminfo: memFree=1875496/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=0.06
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21253068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701558 s]
/proc/loadavg: 2.04 2.08 2.02 4/72 19289
/proc/meminfo: memFree=1875496/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=0.48
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1309 5084 0 1 5 1 39 3 16 0 1 0 21253068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 2.12 2.10 2.03 4/83 19311
/proc/meminfo: memFree=1859472/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=0.48
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1310 5084 0 1 5 1 39 3 15 0 1 0 21253068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1111 409 3 0 796 0
[pid=19302] ppid=19289 vsize=5356 CPUtime=0
/proc/19302/stat : 19302 (sh) S 19289 19289 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21253120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19302/statm: 1339 233 193 169 0 50 0
[pid=19303] ppid=19302 vsize=868704 CPUtime=0.96
/proc/19303/stat : 19303 (java) S 19302 19289 18246 0 -1 0 7187 0 1 0 92 4 0 0 18 0 9 0 21253120 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19303/statm: 217176 6380 2589 9 0 211653 0
[pid=19303/tid=19304] ppid=19302 vsize=868704 CPUtime=0.62
/proc/19303/task/19304/stat : 19304 (java) R 19302 19289 18246 0 -1 64 2774 0 1 0 61 1 0 0 18 0 9 0 21253121 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4126969528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19305] ppid=19302 vsize=868704 CPUtime=0.1
/proc/19303/task/19305/stat : 19305 (java) S 19302 19289 18246 0 -1 64 2205 0 0 0 9 1 0 0 16 0 9 0 21253122 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19306] ppid=19302 vsize=868704 CPUtime=0
/proc/19303/task/19306/stat : 19306 (java) S 19302 19289 18246 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21253122 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19307] ppid=19302 vsize=868704 CPUtime=0
/proc/19303/task/19307/stat : 19307 (java) S 19302 19289 18246 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21253122 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19308] ppid=19302 vsize=868704 CPUtime=0
/proc/19303/task/19308/stat : 19308 (java) S 19302 19289 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21253124 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19309] ppid=19302 vsize=868704 CPUtime=0.21
/proc/19303/task/19309/stat : 19309 (java) S 19302 19289 18246 0 -1 64 1510 0 0 0 21 0 0 0 16 0 9 0 21253124 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19310] ppid=19302 vsize=868704 CPUtime=0
/proc/19303/task/19310/stat : 19310 (java) S 19302 19289 18246 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21253124 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19303/tid=19311] ppid=19302 vsize=868704 CPUtime=0
/proc/19303/task/19311/stat : 19311 (java) S 19302 19289 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21253125 889552896 6380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890928

[startup+3.1018 s]
/proc/loadavg: 2.12 2.10 2.03 3/83 19311
/proc/meminfo: memFree=1854224/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 16868

[startup+6.30114 s]
/proc/loadavg: 2.12 2.10 2.03 3/75 19313
/proc/meminfo: memFree=1860496/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=10972 CPUtime=3.43
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 2468 0 0 0 255 88 0 0 25 0 1 0 21253351 11235328 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 2743 2452 48 102 0 2638 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 33196

[startup+12.7018 s]
/proc/loadavg: 2.18 2.11 2.03 3/75 19313
/proc/meminfo: memFree=1850512/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=19012 CPUtime=9.78
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 4523 0 0 0 888 90 0 0 25 0 1 0 21253351 19468288 4499 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 4753 4499 48 102 0 4648 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 41236

[startup+25.5021 s]
/proc/loadavg: 2.15 2.11 2.03 3/75 19313
/proc/meminfo: memFree=1845456/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=24264 CPUtime=22.45
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 5855 0 0 0 2154 91 0 0 25 0 1 0 21253351 24846336 5764 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 6066 5764 48 102 0 5961 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 46488

[startup+51.1017 s]
/proc/loadavg: 2.10 2.10 2.03 3/75 19313
/proc/meminfo: memFree=1838992/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=30656 CPUtime=47.82
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 7645 0 0 0 4690 92 0 0 25 0 1 0 21253351 31391744 7398 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 7664 7398 48 102 0 7559 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 52880

[startup+102.307 s]
/proc/loadavg: 2.08 2.09 2.03 3/75 19313
/proc/meminfo: memFree=1833296/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=36212 CPUtime=98.54
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 9240 0 0 0 9761 93 0 0 25 0 1 0 21253351 37081088 8820 996147200 134512640 134931368 4294956256 18446744073709551615 134529903 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 9053 8820 48 102 0 8948 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 58436

[startup+162.301 s]
/proc/loadavg: 2.07 2.09 2.03 3/75 19313
/proc/meminfo: memFree=1823184/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=46412 CPUtime=157.98
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 11984 0 0 0 15703 95 0 0 25 0 1 0 21253351 47525888 11325 996147200 134512640 134931368 4294956256 18446744073709551615 134549236 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 11603 11325 48 102 0 11498 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 68636

[startup+222.301 s]
/proc/loadavg: 2.20 2.11 2.04 3/75 19313
/proc/meminfo: memFree=1816976/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=52584 CPUtime=217.41
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 13746 0 0 0 21645 96 0 0 25 0 1 0 21253351 53846016 12873 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 13146 12873 48 102 0 13041 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 74808


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

/proc/meminfo: memFree=1601976/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=160228 CPUtime=1346.75
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43297 0 0 0 134551 124 0 0 25 0 1 0 21253351 164073472 39551 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 40057 39551 48 102 0 39952 0
Current children cumulated CPU time (s) 1349.5
Current children cumulated vsize (KiB) 182452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1602232/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159468 CPUtime=1406.2
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43297 0 0 0 140496 124 0 0 25 0 1 0 21253351 163295232 39361 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39867 39361 48 102 0 39762 0
Current children cumulated CPU time (s) 1408.95
Current children cumulated vsize (KiB) 181692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1601784/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159468 CPUtime=1465.63
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43297 0 0 0 146439 124 0 0 25 0 1 0 21253351 163295232 39361 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39867 39361 48 102 0 39762 0
Current children cumulated CPU time (s) 1468.38
Current children cumulated vsize (KiB) 181692

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1601272/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159412 CPUtime=1525.07
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43309 0 0 0 152383 124 0 0 25 0 1 0 21253351 163237888 39359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39853 39359 48 102 0 39748 0
Current children cumulated CPU time (s) 1527.82
Current children cumulated vsize (KiB) 181636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1600824/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159412 CPUtime=1584.5
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43309 0 0 0 158326 124 0 0 25 0 1 0 21253351 163237888 39359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39853 39359 48 102 0 39748 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 181636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1600312/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159384 CPUtime=1643.94
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43311 0 0 0 164270 124 0 0 25 0 1 0 21253351 163209216 39354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39846 39354 48 102 0 39741 0
Current children cumulated CPU time (s) 1646.69
Current children cumulated vsize (KiB) 181608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1599864/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159384 CPUtime=1703.38
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43323 0 0 0 170214 124 0 0 25 0 1 0 21253351 163209216 39366 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39846 39366 48 102 0 39741 0
Current children cumulated CPU time (s) 1706.13
Current children cumulated vsize (KiB) 181608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1599288/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159384 CPUtime=1762.82
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43323 0 0 0 176158 124 0 0 25 0 1 0 21253351 163209216 39366 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39846 39366 48 102 0 39741 0
Current children cumulated CPU time (s) 1765.57
Current children cumulated vsize (KiB) 181608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1598968/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159384 CPUtime=1797.29
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43323 0 0 0 179605 124 0 0 25 0 1 0 21253351 163209216 39366 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39846 39366 48 102 0 39741 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 181608

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19358
/proc/meminfo: memFree=1598968/2055920 swapFree=4192812/4192956
[pid=19289] ppid=19287 vsize=16868 CPUtime=2.75
/proc/19289/stat : 19289 (sugar) S 19287 19289 18246 0 -1 4194304 1365 12718 0 2 5 2 256 12 16 0 1 0 21253068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 4217 1113 409 3 0 796 0
[pid=19312] ppid=19289 vsize=5356 CPUtime=0
/proc/19312/stat : 19312 (sh) S 19289 19289 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21253350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19312/statm: 1339 232 193 169 0 50 0
[pid=19313] ppid=19312 vsize=159384 CPUtime=1797.29
/proc/19313/stat : 19313 (picosat) R 19312 19289 18246 0 -1 4194304 43323 0 0 0 179605 124 0 0 25 0 1 0 21253351 163209216 39366 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/19313/statm: 39846 39366 48 102 0 39741 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 181608

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19289 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=627600
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 2.77158
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.14
CPU time (s): 1800.04
CPU user time (s): 1798.66
CPU system time (s): 1.38
CPU usage (%): 99.059
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6276
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14477
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= 3445
involuntary context switches= 3362

runsolver used 2.26465 second user time and 6.00609 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 21:51:32
IDJOB=2066252
IDBENCH=54497
IDSOLVER=738
FILE ID=node44/2066252-1247341892
PBS_JOBID= 9506739
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-40-41.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-2066252-1247341892/watcher-2066252-1247341892 -o /tmp/evaluation-result-2066252-1247341892/solver-2066252-1247341892 -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-2066252-1247341892.xml

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

MD5SUM BENCH= f41e5b28cf61248985fc3eb1ef5687be
RANDOM SEED=1678505217

node44.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.219
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.219
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:       1875976 kB
Buffers:         21104 kB
Cached:          91572 kB
SwapCached:          0 kB
Active:          87488 kB
Inactive:        43416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          29836 kB
Slab:            34348 kB
Committed_AS:   179136 kB
PageTables:       1712 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= 66380 MiB
End job on node44 at 2009-07-11 22:21:51