Trace number 2072775

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.06 1815.23

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl35-45-pb-cnf-cr.xml
MD5SUM947154cb99982b2034e5540593a79891
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 intension0
Global constraints used (with number of constraints)weightedsum(160)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:01:59 2009
0.00/0.08	c 0	PID 20432
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072775-1247356919.xml TO HOME/temp.csp
0.00/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-2072775-1247356919.xml' 'HOME/temp.csp'
0.07/0.57	c 1	1 domains, 3150 variables, 0 predicates, 0 relations, 160 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.07/0.69	c 1	Parsing HOME/temp.csp
0.55/0.82	c 1	parsed 3311 expressions
0.55/0.83	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.83	c 1	Converting to clausal form CSP
0.55/0.85	c 1	converted 332 (10%) expressions
0.55/0.87	c 1	converted 663 (20%) expressions
0.55/0.87	c 1	converted 994 (30%) expressions
0.55/0.87	c 1	converted 1325 (40%) expressions
0.55/0.88	c 1	converted 1656 (50%) expressions
0.55/0.88	c 1	converted 1987 (60%) expressions
0.55/0.88	c 1	converted 2318 (70%) expressions
0.55/0.88	c 1	converted 2649 (80%) expressions
0.55/0.88	c 1	converted 2980 (90%) expressions
1.31/1.41	c 2	converted 3311 (100%) expressions
1.31/1.41	c 2	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.31/1.41	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.41	c 2	Propagation in CSP
1.41/1.51	c 2	2730 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.51	c 2	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.41/1.51	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.52	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.52	c 2	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.41/1.52	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.57	c 2	459 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.58	c 2	918 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.58	c 2	1377 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.59	c 2	1836 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.59	c 2	2295 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.59	c 2	2754 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.59	c 2	3213 (70%) CSP integer variables are encoded (427 clauses, 5615 bytes)
1.51/1.60	c 2	3672 (80%) CSP integer variables are encoded (3538 clauses, 46058 bytes)
1.51/1.60	c 2	4131 (90%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.51/1.60	c 2	4590 (100%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.51/1.70	c 2	304 (10%) CSP clauses are encoded (20962 clauses, 373082 bytes)
1.61/1.78	c 2	608 (20%) CSP clauses are encoded (36434 clauses, 688298 bytes)
1.71/1.87	c 2	912 (30%) CSP clauses are encoded (51906 clauses, 1029594 bytes)
1.81/1.95	c 2	1216 (40%) CSP clauses are encoded (67378 clauses, 1370890 bytes)
1.90/2.03	c 2	1520 (50%) CSP clauses are encoded (82850 clauses, 1712186 bytes)
2.01/2.15	c 2	1824 (60%) CSP clauses are encoded (93798 clauses, 1941002 bytes)
2.21/2.32	c 3	2128 (70%) CSP clauses are encoded (97206 clauses, 1982523 bytes)
2.39/2.50	c 3	2432 (80%) CSP clauses are encoded (100614 clauses, 2025017 bytes)
2.49/2.68	c 3	2736 (90%) CSP clauses are encoded (104022 clauses, 2070905 bytes)
2.69/2.86	c 3	3040 (100%) CSP clauses are encoded (107430 clauses, 2117549 bytes)
2.69/2.86	c 3	3040 CSP clauses encoded
2.69/2.86	c 3	Writing map file : HOME/temp.map
2.69/2.88	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.69/2.88	c 3	SAT : 10080 SAT variables, 107430 SAT clauses, 2117549 bytes
2.69/2.88	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.77/2.91	c 3	SOLVING HOME/temp.cnf
2.77/2.91	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1815.22	c ERROR INTERRUPTED
1800.06/1815.22	s UNKNOWN
1800.06/1815.22	c 1815	CPU 2.8 (0.06 0.02 2.6 0.12)
1800.06/1815.22	c 1815	END Sun Jul 12 02:32:14 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-2072775-1247356919/watcher-2072775-1247356919 -o /tmp/evaluation-result-2072775-1247356919/solver-2072775-1247356919 -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-2072775-1247356919.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: 1.93 1.95 1.98 4/81 20432
/proc/meminfo: memFree=1784664/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=12000 CPUtime=0
/proc/20432/stat : 20432 (sugar) R 20430 20432 18309 0 -1 4194304 202 0 0 0 0 0 0 0 22 0 1 0 22756480 12288000 170 996147200 4194304 4206940 548682068608 18446744073709551615 255390328800 0 0 4224 0 0 0 0 17 1 0 0
/proc/20432/statm: 3000 170 131 3 0 100 0

[startup+0.123792 s]
/proc/loadavg: 1.93 1.95 1.98 4/81 20432
/proc/meminfo: memFree=1784664/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=0.07
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 22756480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.210201 s]
/proc/loadavg: 1.93 1.95 1.98 4/81 20432
/proc/meminfo: memFree=1784664/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=0.07
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 22756480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301212 s]
/proc/loadavg: 1.93 1.95 1.98 4/81 20432
/proc/meminfo: memFree=1784664/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=0.07
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 22756480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701253 s]
/proc/loadavg: 1.93 1.95 1.98 4/81 20432
/proc/meminfo: memFree=1784664/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=0.55
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1309 5110 0 1 5 2 43 5 16 0 1 0 22756480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 1.93 1.95 1.98 4/92 20454
/proc/meminfo: memFree=1769536/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=0.55
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1310 5110 0 1 5 2 43 5 15 0 1 0 22756480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1111 409 3 0 796 0
[pid=20445] ppid=20432 vsize=5356 CPUtime=0
/proc/20445/stat : 20445 (sh) S 20432 20432 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22756542 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20445/statm: 1339 233 193 169 0 50 0
[pid=20446] ppid=20445 vsize=868504 CPUtime=0.86
/proc/20446/stat : 20446 (java) S 20445 20432 18309 0 -1 0 7179 0 1 0 82 4 0 0 18 0 9 0 22756542 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20446/statm: 217126 6385 2566 9 0 211631 0
[pid=20446/tid=20447] ppid=20445 vsize=868504 CPUtime=0.53
/proc/20446/task/20447/stat : 20447 (java) R 20445 20432 18309 0 -1 64 2700 0 1 0 52 1 0 0 24 0 9 0 22756543 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4126563992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20448] ppid=20445 vsize=868504 CPUtime=0.11
/proc/20446/task/20448/stat : 20448 (java) S 20445 20432 18309 0 -1 64 2268 0 0 0 11 0 0 0 16 0 9 0 22756544 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20449] ppid=20445 vsize=868504 CPUtime=0
/proc/20446/task/20449/stat : 20449 (java) S 20445 20432 18309 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22756544 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20450] ppid=20445 vsize=868504 CPUtime=0
/proc/20446/task/20450/stat : 20450 (java) S 20445 20432 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22756544 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20451] ppid=20445 vsize=868504 CPUtime=0
/proc/20446/task/20451/stat : 20451 (java) S 20445 20432 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22756547 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20452] ppid=20445 vsize=868504 CPUtime=0.19
/proc/20446/task/20452/stat : 20452 (java) S 20445 20432 18309 0 -1 64 1513 0 0 0 18 1 0 0 16 0 9 0 22756547 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20453] ppid=20445 vsize=868504 CPUtime=0
/proc/20446/task/20453/stat : 20453 (java) S 20445 20432 18309 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22756547 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20446/tid=20454] ppid=20445 vsize=868504 CPUtime=0
/proc/20446/task/20454/stat : 20454 (java) S 20445 20432 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22756547 889348096 6385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890728

[startup+3.10249 s]
/proc/loadavg: 1.93 1.96 1.98 3/92 20454
/proc/meminfo: memFree=1763520/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 16868

[startup+6.30184 s]
/proc/loadavg: 1.93 1.96 1.98 3/84 20456
/proc/meminfo: memFree=1771712/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=9644 CPUtime=3.34
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 2220 0 0 0 274 60 0 0 25 0 1 0 22756773 9875456 2204 996147200 134512640 134931368 4294956256 18446744073709551615 134522834 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 2411 2204 48 102 0 2306 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 31868

[startup+12.7025 s]
/proc/loadavg: 1.94 1.96 1.98 3/84 20456
/proc/meminfo: memFree=1765824/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=14312 CPUtime=9.68
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 3405 0 0 0 907 61 0 0 25 0 1 0 22756773 14655488 3378 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 3578 3378 48 102 0 3473 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 36536

[startup+25.5018 s]
/proc/loadavg: 1.95 1.96 1.98 3/84 20456
/proc/meminfo: memFree=1761088/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=18648 CPUtime=22.35
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 4501 0 0 0 2174 61 0 0 25 0 1 0 22756773 19095552 4474 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 4662 4474 48 102 0 4557 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 40872

[startup+51.1015 s]
/proc/loadavg: 1.97 1.96 1.98 3/84 20456
/proc/meminfo: memFree=1756032/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=23756 CPUtime=47.71
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 5808 0 0 0 4709 62 0 0 25 0 1 0 22756773 24326144 5773 996147200 134512640 134931368 4294956256 18446744073709551615 134529810 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 5939 5773 48 102 0 5834 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 45980

[startup+102.302 s]
/proc/loadavg: 1.98 1.97 1.98 3/84 20456
/proc/meminfo: memFree=1745216/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=34632 CPUtime=98.44
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 8673 0 0 0 9780 64 0 0 25 0 1 0 22756773 35463168 8466 996147200 134512640 134931368 4294956256 18446744073709551615 134530995 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 8658 8466 48 102 0 8553 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 56856

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 20456
/proc/meminfo: memFree=1736832/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=42552 CPUtime=157.88
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 10998 0 0 0 15722 66 0 0 25 0 1 0 22756773 43573248 10462 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 10638 10462 48 102 0 10533 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 64776

[startup+222.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 20456
/proc/meminfo: memFree=1730880/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=48780 CPUtime=217.33
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 12658 0 0 0 21665 68 0 0 25 0 1 0 22756773 49950720 12018 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 12195 12018 48 102 0 12090 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 71004


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

/proc/meminfo: memFree=1691656/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=87328 CPUtime=1346.66
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 25758 0 0 0 134585 81 0 0 25 0 1 0 22756773 89423872 21599 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 21832 21599 48 102 0 21727 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 109552

[startup+1422.3 s]
/proc/loadavg: 2.04 1.99 1.98 3/84 20456
/proc/meminfo: memFree=1691656/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=87328 CPUtime=1406.1
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 25758 0 0 0 140529 81 0 0 25 0 1 0 22756773 89423872 21599 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 21832 21599 48 102 0 21727 0
Current children cumulated CPU time (s) 1408.9
Current children cumulated vsize (KiB) 109552

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.98 3/84 20456
/proc/meminfo: memFree=1691848/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=87100 CPUtime=1465.54
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 25768 0 0 0 146473 81 0 0 25 0 1 0 22756773 89190400 21552 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 21775 21552 48 102 0 21670 0
Current children cumulated CPU time (s) 1468.34
Current children cumulated vsize (KiB) 109324

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.98 3/84 20456
/proc/meminfo: memFree=1671560/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=107324 CPUtime=1524.99
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30922 0 0 0 152411 88 0 0 25 0 1 0 22756773 109899776 26594 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20456/statm: 26831 26594 48 102 0 26726 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 129548

[startup+1602.3 s]
/proc/loadavg: 1.92 1.97 1.98 3/76 20486
/proc/meminfo: memFree=1739528/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=107324 CPUtime=1584.45
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30922 0 0 0 158357 88 0 0 25 0 1 0 22756773 109899776 26594 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20456/statm: 26831 26594 48 102 0 26726 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 129548

[startup+1662.3 s]
/proc/loadavg: 1.97 1.97 1.98 3/85 20527
/proc/meminfo: memFree=1651696/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=106788 CPUtime=1644.42
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30922 0 0 0 164352 90 0 0 25 0 1 0 22756773 109350912 26474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20456/statm: 26697 26474 48 102 0 26592 0
Current children cumulated CPU time (s) 1647.22
Current children cumulated vsize (KiB) 129012

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 20527
/proc/meminfo: memFree=1652912/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=105224 CPUtime=1704.39
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30933 0 0 0 170349 90 0 0 25 0 1 0 22756773 107749376 26094 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20456/statm: 26306 26094 48 102 0 26201 0
Current children cumulated CPU time (s) 1707.19
Current children cumulated vsize (KiB) 127448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 20527
/proc/meminfo: memFree=1652592/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=105224 CPUtime=1764.37
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30933 0 0 0 176347 90 0 0 25 0 1 0 22756773 107749376 26094 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20456/statm: 26306 26094 48 102 0 26201 0
Current children cumulated CPU time (s) 1767.17
Current children cumulated vsize (KiB) 127448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 20527
/proc/meminfo: memFree=1652528/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=104756 CPUtime=1797.26
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30933 0 0 0 179636 90 0 0 25 0 1 0 22756773 107270144 25977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20456/statm: 26189 25977 48 102 0 26084 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 126980

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

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

[startup+1815.2 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 20527
/proc/meminfo: memFree=1652528/2055912 swapFree=4192812/4192956
[pid=20432] ppid=20430 vsize=16868 CPUtime=2.8
/proc/20432/stat : 20432 (sugar) S 20430 20432 18309 0 -1 4194304 1365 12794 0 2 6 2 260 12 16 0 1 0 22756480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20432/statm: 4217 1113 409 3 0 796 0
[pid=20455] ppid=20432 vsize=5356 CPUtime=0
/proc/20455/stat : 20455 (sh) S 20432 20432 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22756772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20455/statm: 1339 232 193 169 0 50 0
[pid=20456] ppid=20455 vsize=104756 CPUtime=1797.26
/proc/20456/stat : 20456 (picosat) R 20455 20432 18309 0 -1 4194304 30933 0 0 0 179636 90 0 0 25 0 1 0 22756773 107270144 25977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20456/statm: 26189 25977 48 102 0 26084 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 126980

Child status: 0

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

Real time (s): 1815.23
CPU time (s): 1800.06
CPU user time (s): 1799.02
CPU system time (s): 1.04
CPU usage (%): 99.1645
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.66759
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14553
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= 3137
involuntary context switches= 3168

runsolver used 2.02369 second user time and 6.24105 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 02:01:59
IDJOB=2072775
IDBENCH=55833
IDSOLVER=738
FILE ID=node78/2072775-1247356919
PBS_JOBID= 9506875
Free space on /tmp= 126796 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl35-45-pb-cnf-cr.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-2072775-1247356919/watcher-2072775-1247356919 -o /tmp/evaluation-result-2072775-1247356919/solver-2072775-1247356919 -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-2072775-1247356919.xml

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

MD5SUM BENCH= 947154cb99982b2034e5540593a79891
RANDOM SEED=2009125696

node78.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.232
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.232
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:      2055912 kB
MemFree:       1785144 kB
Buffers:         37204 kB
Cached:          92540 kB
SwapCached:          0 kB
Active:         152296 kB
Inactive:        68352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1785144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:         108776 kB
Slab:            34876 kB
Committed_AS:   920340 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126792 MiB
End job on node78 at 2009-07-12 02:32:16