Trace number 2066362

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.05 1802.13

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-45.xml
MD5SUM761c2deb5b05f3480656e30f48462e50
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 variables3150
Number of constraints160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension160
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:06:09 2009
0.00/0.08	c 0	PID 15146
0.07/0.09	c 0	HOST node45.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2066362-1247342768.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066362-1247342768.xml' 'HOME/temp.csp'
0.07/0.76	c 0	1 domains, 3150 variables, 2 predicates, 0 relations, 160 constraints
0.07/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	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.73/0.86	c 0	Parsing HOME/temp.csp
0.73/0.96	c 0	parsed 3313 expressions
0.73/0.97	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.73/0.97	c 0	Converting to clausal form CSP
0.94/1.00	c 0	converted 332 (10%) expressions
0.94/1.01	c 0	converted 663 (20%) expressions
0.94/1.01	c 0	converted 994 (30%) expressions
0.94/1.02	c 0	converted 1326 (40%) expressions
0.94/1.03	c 0	converted 1657 (50%) expressions
0.94/1.03	c 0	converted 1988 (60%) expressions
0.94/1.04	c 0	converted 2320 (70%) expressions
0.94/1.04	c 0	converted 2651 (80%) expressions
0.94/1.04	c 0	converted 2982 (90%) expressions
1.43/1.51	c 1	converted 3313 (100%) expressions
1.43/1.51	c 1	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.43/1.51	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 1	Propagation in CSP
1.43/1.60	c 1	2730 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.60	c 1	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.53/1.60	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.61	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.61	c 1	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.53/1.61	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.66	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.67	c 1	459 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.67	c 1	918 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.67	c 1	1377 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.68	c 1	1836 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.68	c 1	2295 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.68	c 1	2754 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.69	c 1	3213 (70%) CSP integer variables are encoded (427 clauses, 5615 bytes)
1.53/1.69	c 1	3672 (80%) CSP integer variables are encoded (3538 clauses, 46058 bytes)
1.53/1.70	c 1	4131 (90%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.62/1.70	c 1	4590 (100%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.62/1.79	c 1	304 (10%) CSP clauses are encoded (20962 clauses, 373082 bytes)
1.73/1.87	c 1	608 (20%) CSP clauses are encoded (36434 clauses, 688298 bytes)
1.82/1.96	c 1	912 (30%) CSP clauses are encoded (51906 clauses, 1029594 bytes)
1.93/2.05	c 1	1216 (40%) CSP clauses are encoded (67378 clauses, 1370890 bytes)
2.02/2.14	c 2	1520 (50%) CSP clauses are encoded (82850 clauses, 1712186 bytes)
2.12/2.26	c 2	1824 (60%) CSP clauses are encoded (93798 clauses, 1941002 bytes)
2.30/2.43	c 2	2128 (70%) CSP clauses are encoded (97206 clauses, 1982523 bytes)
2.41/2.60	c 2	2432 (80%) CSP clauses are encoded (100614 clauses, 2025017 bytes)
2.61/2.78	c 2	2736 (90%) CSP clauses are encoded (104022 clauses, 2070905 bytes)
2.81/2.96	c 2	3040 (100%) CSP clauses are encoded (107430 clauses, 2117549 bytes)
2.81/2.96	c 2	3040 CSP clauses encoded
2.81/2.96	c 2	Writing map file : HOME/temp.map
2.81/2.98	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.81/2.98	c 2	SAT : 10080 SAT variables, 107430 SAT clauses, 2117549 bytes
2.81/2.98	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.88/3.02	c 2	SOLVING HOME/temp.cnf
2.88/3.02	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1802.12	c ERROR INTERRUPTED
1800.05/1802.12	s UNKNOWN
1800.05/1802.12	c 1802	CPU 2.92 (0.07 0.01 2.7 0.14)
1800.05/1802.12	c 1802	END Sat Jul 11 22:36:11 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-2066362-1247342768/watcher-2066362-1247342768 -o /tmp/evaluation-result-2066362-1247342768/solver-2066362-1247342768 -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-2066362-1247342768.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.00 2.00 2.00 4/74 15146
/proc/meminfo: memFree=1673064/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=18576 CPUtime=0
/proc/15146/stat : 15146 (runsolver) R 15144 15146 13818 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21340622 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15146/statm: 4644 284 249 26 0 2626 0

[startup+0.089242 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15146
/proc/meminfo: memFree=1673064/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16740 CPUtime=0.07
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21340622 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101459 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15146
/proc/meminfo: memFree=1673064/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=0.07
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21340622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301493 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15146
/proc/meminfo: memFree=1673064/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=0.07
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21340622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701568 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15146
/proc/meminfo: memFree=1673064/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=0.07
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21340622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 15168
/proc/meminfo: memFree=1662928/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=0.73
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1309 5049 0 1 6 1 62 4 15 0 1 0 21340622 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1111 409 3 0 796 0
[pid=15159] ppid=15146 vsize=5356 CPUtime=0
/proc/15159/stat : 15159 (sh) S 15146 15146 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21340699 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15159/statm: 1339 233 193 169 0 50 0
[pid=15160] ppid=15159 vsize=868496 CPUtime=0.7
/proc/15160/stat : 15160 (java) S 15159 15146 13818 0 -1 0 5830 0 1 0 65 5 0 0 18 0 9 0 21340700 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15160/statm: 217124 5235 1744 9 0 211629 0
[pid=15160/tid=15161] ppid=15159 vsize=868496 CPUtime=0.44
/proc/15160/task/15161/stat : 15161 (java) R 15159 15146 13818 0 -1 64 2683 0 1 0 42 2 0 0 20 0 9 0 21340701 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4126611304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15162] ppid=15159 vsize=868496 CPUtime=0.05
/proc/15160/task/15162/stat : 15162 (java) S 15159 15146 13818 0 -1 64 953 0 0 0 5 0 0 0 16 0 9 0 21340702 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15163] ppid=15159 vsize=868496 CPUtime=0
/proc/15160/task/15163/stat : 15163 (java) S 15159 15146 13818 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21340702 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15164] ppid=15159 vsize=868496 CPUtime=0
/proc/15160/task/15164/stat : 15164 (java) S 15159 15146 13818 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21340702 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15165] ppid=15159 vsize=868496 CPUtime=0
/proc/15160/task/15165/stat : 15165 (java) S 15159 15146 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21340704 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15166] ppid=15159 vsize=868496 CPUtime=0.19
/proc/15160/task/15166/stat : 15166 (java) S 15159 15146 13818 0 -1 64 1500 0 0 0 18 1 0 0 16 0 9 0 21340704 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15167] ppid=15159 vsize=868496 CPUtime=0
/proc/15160/task/15167/stat : 15167 (java) S 15159 15146 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21340704 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15160/tid=15168] ppid=15159 vsize=868496 CPUtime=0
/proc/15160/task/15168/stat : 15168 (java) S 15159 15146 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21340704 889339904 5235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890720

[startup+3.10301 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 15168
/proc/meminfo: memFree=1652560/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 16868

[startup+6.30159 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 15170
/proc/meminfo: memFree=1659728/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=9384 CPUtime=3.23
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 2168 0 0 0 264 59 0 0 25 0 1 0 21340925 9609216 2152 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15170/statm: 2346 2152 48 102 0 2241 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 31608

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 15170
/proc/meminfo: memFree=1653528/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=14312 CPUtime=9.57
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 3405 0 0 0 897 60 0 0 25 0 1 0 21340925 14655488 3378 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/15170/statm: 3578 3378 48 102 0 3473 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 36536

[startup+25.5011 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 15170
/proc/meminfo: memFree=1647448/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=18648 CPUtime=22.23
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 4501 0 0 0 2163 60 0 0 25 0 1 0 21340925 19095552 4474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15170/statm: 4662 4474 48 102 0 4557 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 40872

[startup+51.1017 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 15170
/proc/meminfo: memFree=1640152/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=23756 CPUtime=47.6
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 5808 0 0 0 4698 62 0 0 25 0 1 0 21340925 24326144 5773 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/15170/statm: 5939 5773 48 102 0 5834 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 45980

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 15170
/proc/meminfo: memFree=1625944/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=33332 CPUtime=98.32
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 8352 0 0 0 9768 64 0 0 25 0 1 0 21340925 34131968 8145 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/15170/statm: 8333 8145 48 102 0 8228 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 55556

[startup+162.302 s]
/proc/loadavg: 1.96 1.99 1.99 3/83 15206
/proc/meminfo: memFree=1748272/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=42552 CPUtime=158.17
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 10998 0 0 0 15750 67 0 0 25 0 1 0 21340925 43573248 10462 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 10638 10462 48 102 0 10533 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 64776

[startup+222.302 s]
/proc/loadavg: 1.98 1.99 1.99 3/83 15206
/proc/meminfo: memFree=1739696/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=50864 CPUtime=218.15
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 13246 0 0 0 21745 70 0 0 25 0 1 0 21340925 52084736 12552 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 12716 12552 48 102 0 12611 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 73088


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

/proc/meminfo: memFree=1389736/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=87328 CPUtime=1357.55
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 25758 0 0 0 135658 97 0 0 25 0 1 0 21340925 89423872 21599 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 21832 21599 48 102 0 21727 0
Current children cumulated CPU time (s) 1360.46
Current children cumulated vsize (KiB) 109552

[startup+1422.31 s]
/proc/loadavg: 2.23 2.12 2.04 4/85 15951
/proc/meminfo: memFree=1389864/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=87100 CPUtime=1417.52
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 25768 0 0 0 141655 97 0 0 25 0 1 0 21340925 89190400 21552 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 21775 21552 48 102 0 21670 0
Current children cumulated CPU time (s) 1420.43
Current children cumulated vsize (KiB) 109324

[startup+1482.3 s]
/proc/loadavg: 2.55 2.22 2.08 3/85 15951
/proc/meminfo: memFree=1369576/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=107324 CPUtime=1477.48
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30922 0 0 0 147647 101 0 0 25 0 1 0 21340925 109899776 26594 996147200 134512640 134931368 4294956256 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26831 26594 48 102 0 26726 0
Current children cumulated CPU time (s) 1480.39
Current children cumulated vsize (KiB) 129548

[startup+1542.3 s]
/proc/loadavg: 2.48 2.28 2.11 3/85 15951
/proc/meminfo: memFree=1369512/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=107324 CPUtime=1537.45
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30922 0 0 0 153644 101 0 0 25 0 1 0 21340925 109899776 26594 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26831 26594 48 102 0 26726 0
Current children cumulated CPU time (s) 1540.36
Current children cumulated vsize (KiB) 129548

[startup+1602.3 s]
/proc/loadavg: 2.21 2.24 2.10 3/85 15951
/proc/meminfo: memFree=1370024/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=106788 CPUtime=1597.44
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30922 0 0 0 159642 102 0 0 25 0 1 0 21340925 109350912 26474 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26697 26474 48 102 0 26592 0
Current children cumulated CPU time (s) 1600.35
Current children cumulated vsize (KiB) 129012

[startup+1662.3 s]
/proc/loadavg: 2.11 2.21 2.09 3/85 15951
/proc/meminfo: memFree=1371496/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=105224 CPUtime=1657.4
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30933 0 0 0 165638 102 0 0 25 0 1 0 21340925 107749376 26094 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26306 26094 48 102 0 26201 0
Current children cumulated CPU time (s) 1660.31
Current children cumulated vsize (KiB) 127448

[startup+1722.3 s]
/proc/loadavg: 2.04 2.17 2.09 3/85 15951
/proc/meminfo: memFree=1371944/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=104756 CPUtime=1717.38
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30933 0 0 0 171636 102 0 0 25 0 1 0 21340925 107270144 25977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26189 25977 48 102 0 26084 0
Current children cumulated CPU time (s) 1720.29
Current children cumulated vsize (KiB) 126980

[startup+1782.3 s]
/proc/loadavg: 2.01 2.13 2.08 3/85 15951
/proc/meminfo: memFree=1371880/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=104756 CPUtime=1777.35
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30933 0 0 0 177633 102 0 0 25 0 1 0 21340925 107270144 25977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26189 25977 48 102 0 26084 0
Current children cumulated CPU time (s) 1780.26
Current children cumulated vsize (KiB) 126980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.01 2.12 2.08 3/85 15951
/proc/meminfo: memFree=1371880/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=104752 CPUtime=1797.14
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30940 0 0 0 179612 102 0 0 25 0 1 0 21340925 107266048 25983 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26188 25983 48 102 0 26083 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 126976

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

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

[startup+1802.1 s]
/proc/loadavg: 2.01 2.12 2.08 3/85 15951
/proc/meminfo: memFree=1371880/2055920 swapFree=4192812/4192956
[pid=15146] ppid=15144 vsize=16868 CPUtime=2.91
/proc/15146/stat : 15146 (sugar) S 15144 15146 13818 0 -1 4194304 1365 12613 0 2 7 1 270 13 16 0 1 0 21340622 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15146/statm: 4217 1113 409 3 0 796 0
[pid=15169] ppid=15146 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15146 15146 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21340924 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15169/statm: 1339 232 193 169 0 50 0
[pid=15170] ppid=15169 vsize=104752 CPUtime=1797.14
/proc/15170/stat : 15170 (picosat) R 15169 15146 13818 0 -1 4194304 30940 0 0 0 179612 102 0 0 25 0 1 0 21340925 107266048 25983 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 0 0 0
/proc/15170/statm: 26188 25983 48 102 0 26083 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 126976

Child status: 0

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

Real time (s): 1802.13
CPU time (s): 1800.05
CPU user time (s): 1798.89
CPU system time (s): 1.16
CPU usage (%): 99.8848
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.77558
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14372
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= 2632
involuntary context switches= 2561

runsolver used 2.23466 second user time and 6.12407 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 22:06:08
IDJOB=2066362
IDBENCH=54512
IDSOLVER=738
FILE ID=node45/2066362-1247342768
PBS_JOBID= 9506658
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-45.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-2066362-1247342768/watcher-2066362-1247342768 -o /tmp/evaluation-result-2066362-1247342768/solver-2066362-1247342768 -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-2066362-1247342768.xml

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

MD5SUM BENCH= 761c2deb5b05f3480656e30f48462e50
RANDOM SEED=457170323

node45.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.281
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.281
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:       1673544 kB
Buffers:         11932 kB
Cached:          90544 kB
SwapCached:          0 kB
Active:         280388 kB
Inactive:        52096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         241340 kB
Slab:            34804 kB
Committed_AS:   363224 kB
PageTables:       2212 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= 66356 MiB
End job on node45 at 2009-07-11 22:36:13