Trace number 2071169

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.02 1838.94

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-01.xml
MD5SUM0389a008320032d4e55e89d7ac6d4180
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.350945
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints681
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension603
Global constraints used (with number of constraints)

Solver Data

0.05/19.65	c 0	Sugar v1-14-6 + HOME/picosat
0.06/21.59	c 2	BEGIN Sun Jul 12 00:55:43 2009
0.06/21.59	c 2	PID 18018
0.06/21.62	c 2	HOST node76.alineos.net
0.06/21.62	c 2	CONVERTING HOME/instance-2071169-1247352910.xml TO HOME/temp.csp
0.06/21.62	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071169-1247352910.xml' 'HOME/temp.csp'
0.43/30.36	c 11	1 domains, 189 variables, 6 predicates, 6 relations, 681 constraints
0.43/30.38	c 11	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.43/30.38	c 11	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.53/30.45	c 11	Parsing HOME/temp.csp
0.53/30.60	c 11	parsed 883 expressions
0.53/30.61	c 11	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/30.61	c 11	Converting to clausal form CSP
0.53/30.63	c 11	converted 89 (10%) expressions
0.53/30.63	c 11	converted 177 (20%) expressions
1.57/31.42	c 12	converted 265 (30%) expressions
1.69/31.59	c 12	converted 354 (40%) expressions
2.36/32.10	c 12	converted 442 (50%) expressions
2.36/32.14	c 12	converted 530 (60%) expressions
2.36/32.14	c 12	converted 619 (70%) expressions
2.36/32.15	c 12	converted 707 (80%) expressions
2.48/32.23	c 12	converted 795 (90%) expressions
2.48/32.27	c 13	converted 883 (100%) expressions
2.48/32.27	c 13	CSP : 189 integers, 0 booleans, 681 clauses, largest domain size 26
2.48/32.27	c 13	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/32.27	c 13	Propagation in CSP
2.48/32.27	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.48/32.27	c 13	CSP : 189 integers, 0 booleans, 681 clauses, largest domain size 26
2.48/32.27	c 13	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/32.27	c 13	Simplifing CSP by introducing new Boolean variables
2.59/32.31	c 13	CSP : 189 integers, 5152 booleans, 5833 clauses, largest domain size 26
2.59/32.31	c 13	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/32.57	c 13	Encoding CSP to SAT : HOME/temp.cnf
2.78/32.58	c 13	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
2.78/32.58	c 13	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.78/32.58	c 13	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.78/32.58	c 13	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.78/32.58	c 13	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
2.78/32.58	c 13	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
2.78/32.58	c 13	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
2.78/32.58	c 13	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
2.78/32.58	c 13	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
2.78/32.58	c 13	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
23.22/53.03	c 33	584 (10%) CSP clauses are encoded (429970 clauses, 17301592 bytes)
59.52/89.50	c 70	1167 (20%) CSP clauses are encoded (797983 clauses, 36250439 bytes)
59.52/89.53	c 70	1750 (30%) CSP clauses are encoded (811516 clauses, 36483989 bytes)
59.52/89.56	c 70	2334 (40%) CSP clauses are encoded (825075 clauses, 36723789 bytes)
59.52/89.58	c 70	2917 (50%) CSP clauses are encoded (838633 clauses, 36966877 bytes)
59.61/89.69	c 70	3500 (60%) CSP clauses are encoded (852166 clauses, 37219501 bytes)
67.41/97.50	c 78	4084 (70%) CSP clauses are encoded (926711 clauses, 41304023 bytes)
71.20/101.30	c 82	4667 (80%) CSP clauses are encoded (970887 clauses, 43760572 bytes)
74.88/105.08	c 85	5250 (90%) CSP clauses are encoded (1015238 clauses, 46217860 bytes)
74.98/105.10	c 85	5833 (100%) CSP clauses are encoded (1029421 clauses, 46480710 bytes)
74.98/105.10	c 85	5833 CSP clauses encoded
74.98/105.10	c 85	Writing map file : HOME/temp.map
74.98/105.10	c 85	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
74.98/105.10	c 85	SAT : 9877 SAT variables, 1029421 SAT clauses, 46480710 bytes
74.98/105.10	c 85	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
74.98/105.14	c 85	SOLVING HOME/temp.cnf
74.98/105.14	c 85	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1838.91	c ERROR INTERRUPTED
1800.02/1838.92	s UNKNOWN
1800.02/1838.92	c 1819	CPU 75.01 (0.05 0.02 74.35 0.59)
1800.02/1838.92	c 1819	END Sun Jul 12 01:26:02 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-2071169-1247352910/watcher-2071169-1247352910 -o /tmp/evaluation-result-2071169-1247352910/solver-2071169-1247352910 -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-2071169-1247352910.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: 5.21 5.42 4.95 4/86 18018
/proc/meminfo: memFree=23792/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=18576 CPUtime=0
/proc/18018/stat : 18018 (runsolver) R 18016 18018 17126 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22357660 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 0 0 0 17 0 0 0
/proc/18018/statm: 4644 284 249 26 0 2626 0

[startup+0.051535 s]
/proc/loadavg: 5.21 5.42 4.95 4/86 18018
/proc/meminfo: memFree=23792/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=18576 CPUtime=0
/proc/18018/stat : 18018 (runsolver) D 18016 18018 17126 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22357660 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101541 s]
/proc/loadavg: 5.21 5.42 4.95 4/86 18018
/proc/meminfo: memFree=23792/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=18576 CPUtime=0
/proc/18018/stat : 18018 (runsolver) D 18016 18018 17126 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22357660 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301579 s]
/proc/loadavg: 5.21 5.42 4.95 4/86 18018
/proc/meminfo: memFree=23792/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=18576 CPUtime=0
/proc/18018/stat : 18018 (runsolver) D 18016 18018 17126 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22357660 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.701657 s]
/proc/loadavg: 5.21 5.42 4.95 4/86 18018
/proc/meminfo: memFree=23792/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=18576 CPUtime=0
/proc/18018/stat : 18018 (runsolver) D 18016 18018 17126 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22357660 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+1.50181 s]
/proc/loadavg: 5.21 5.42 4.95 2/87 18019
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=124 CPUtime=0
/proc/18018/stat : 18018 (sugar) D 18016 18018 17126 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 22357660 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 265671472617 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+3.10112 s]
/proc/loadavg: 5.03 5.38 4.94 2/87 18019
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=12268 CPUtime=0
/proc/18018/stat : 18018 (sugar) D 18016 18018 17126 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 22357660 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268
heavy processes:

[startup+6.30173 s]
/proc/loadavg: 5.03 5.38 4.94 1/86 18019
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=12272 CPUtime=0
/proc/18018/stat : 18018 (sugar) D 18016 18018 17126 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 22357660 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18018/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272
heavy processes:

[startup+12.702 s]
/proc/loadavg: 4.87 5.34 4.93 2/85 18019
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=13336 CPUtime=0.02
/proc/18018/stat : 18018 (sugar) D 18016 18018 17126 0 -1 4194304 733 0 0 0 2 0 0 0 18 0 1 0 22357660 13656064 701 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18018/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336
heavy processes:

[startup+25.5014 s]
/proc/loadavg: 4.76 5.29 4.91 1/78 18023
/proc/meminfo: memFree=1768808/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=0.06
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22357660 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18018/statm: 4217 1111 409 3 0 796 0
[pid=18022] ppid=18018 vsize=5356 CPUtime=0
/proc/18022/stat : 18022 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22359823 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18022/statm: 1339 233 193 169 0 50 0
[pid=18023] ppid=18022 vsize=10840 CPUtime=0
/proc/18023/stat : 18023 (java) S 18022 18018 17126 0 -1 0 739 0 0 0 0 0 0 0 18 0 2 0 22359823 11100160 520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18023/statm: 2710 520 239 9 0 1196 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33064
heavy processes:

[startup+51.1014 s]
/proc/loadavg: 4.56 5.20 4.89 2/84 18041
/proc/meminfo: memFree=1723704/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=0.53
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1310 5498 0 1 5 2 42 4 16 0 1 0 22357660 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18018/statm: 4217 1111 409 3 0 796 0
[pid=18032] ppid=18018 vsize=5356 CPUtime=0
/proc/18032/stat : 18032 (sh) S 18018 18018 17126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360699 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18032/statm: 1339 233 193 169 0 50 0
[pid=18033] ppid=18032 vsize=869072 CPUtime=20.8
/proc/18033/stat : 18033 (java) S 18032 18018 17126 0 -1 0 26134 0 1 0 2057 23 0 0 18 0 9 0 22360699 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18033/statm: 217268 25103 2591 9 0 211745 0
[pid=18033/tid=18034] ppid=18032 vsize=869072 CPUtime=18.73
/proc/18033/task/18034/stat : 18034 (java) R 18032 18018 17126 0 -1 64 3696 0 1 0 1861 12 0 0 16 0 9 0 22360700 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18035] ppid=18032 vsize=869072 CPUtime=1.85
/proc/18033/task/18035/stat : 18035 (java) S 18032 18018 17126 0 -1 64 20164 0 0 0 177 8 0 0 16 0 9 0 22360701 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18033/tid=18036] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18036/stat : 18036 (java) S 18032 18018 17126 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22360701 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18037] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18037/stat : 18037 (java) S 18032 18018 17126 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22360701 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18038] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18038/stat : 18038 (java) S 18032 18018 17126 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22360703 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18039] ppid=18032 vsize=869072 CPUtime=0.19
/proc/18033/task/18039/stat : 18039 (java) S 18032 18018 17126 0 -1 64 1575 0 0 0 18 1 0 0 16 0 9 0 22360703 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18033/tid=18040] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18040/stat : 18040 (java) S 18032 18018 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22360703 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18041] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18041/stat : 18041 (java) S 18032 18018 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22360703 889929728 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.33
Current children cumulated vsize (KiB) 891296
heavy processes:

[startup+102.306 s]
/proc/loadavg: 3.93 4.91 4.81 3/94 18089
/proc/meminfo: memFree=1692824/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=0.53
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1310 5498 0 1 5 2 42 4 16 0 1 0 22357660 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1111 409 3 0 796 0
[pid=18032] ppid=18018 vsize=5356 CPUtime=0
/proc/18032/stat : 18032 (sh) S 18018 18018 17126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360699 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18032/statm: 1339 233 193 169 0 50 0
[pid=18033] ppid=18032 vsize=869072 CPUtime=71.67
/proc/18033/stat : 18033 (java) S 18032 18018 17126 0 -1 0 40619 0 1 0 7116 51 0 0 18 0 9 0 22360699 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18033/statm: 217268 28824 2591 9 0 211745 0
[pid=18033/tid=18034] ppid=18032 vsize=869072 CPUtime=67.86
/proc/18033/task/18034/stat : 18034 (java) R 18032 18018 17126 0 -1 64 4106 0 1 0 6755 31 0 0 25 0 9 0 22360700 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4126906432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18033/tid=18035] ppid=18032 vsize=869072 CPUtime=3.57
/proc/18033/task/18035/stat : 18035 (java) S 18032 18018 17126 0 -1 64 34234 0 0 0 340 17 0 0 16 0 9 0 22360701 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18033/tid=18036] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18036/stat : 18036 (java) S 18032 18018 17126 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22360701 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18033/tid=18037] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18037/stat : 18037 (java) S 18032 18018 17126 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22360701 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18038] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18038/stat : 18038 (java) S 18032 18018 17126 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22360703 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18039] ppid=18032 vsize=869072 CPUtime=0.2
/proc/18033/task/18039/stat : 18039 (java) S 18032 18018 17126 0 -1 64 1580 0 0 0 19 1 0 0 16 0 9 0 22360703 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18040] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18040/stat : 18040 (java) S 18032 18018 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22360703 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18033/tid=18041] ppid=18032 vsize=869072 CPUtime=0
/proc/18033/task/18041/stat : 18041 (java) S 18032 18018 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22360703 889929728 28824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.2
Current children cumulated vsize (KiB) 891296
heavy processes:

[startup+162.302 s]
/proc/loadavg: 2.95 4.47 4.67 3/86 18091
/proc/meminfo: memFree=1650968/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=66708 CPUtime=56.86
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 15582 0 0 0 4629 1057 0 0 25 0 1 0 22368175 68308992 15565 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18091/statm: 16677 15565 42 102 0 16572 0
Current children cumulated CPU time (s) 131.87
Current children cumulated vsize (KiB) 88932

[startup+222.302 s]
/proc/loadavg: 2.39 4.02 4.49 3/78 18093
/proc/meminfo: memFree=1687832/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=69344 CPUtime=116.55
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 16481 0 0 0 10597 1058 0 0 25 0 1 0 22368175 71008256 16239 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0

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

/proc/meminfo: memFree=1658648/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=80452 CPUtime=1250.8
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 21972 0 0 0 124015 1065 0 0 25 0 1 0 22368175 82382848 19098 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 20113 19098 48 102 0 20008 0
Current children cumulated CPU time (s) 1325.81
Current children cumulated vsize (KiB) 102676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.65 3/78 18099
/proc/meminfo: memFree=1657240/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=80980 CPUtime=1310.5
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 22366 0 0 0 129985 1065 0 0 25 0 1 0 22368175 82923520 19251 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 20245 19251 48 102 0 20140 0
Current children cumulated CPU time (s) 1385.51
Current children cumulated vsize (KiB) 103204

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.61 3/78 18099
/proc/meminfo: memFree=1657304/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=80980 CPUtime=1370.19
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 22366 0 0 0 135954 1065 0 0 25 0 1 0 22368175 82923520 19251 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 20245 19251 48 102 0 20140 0
Current children cumulated CPU time (s) 1445.2
Current children cumulated vsize (KiB) 103204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.57 3/78 18099
/proc/meminfo: memFree=1653656/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=83588 CPUtime=1429.89
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 23040 0 0 0 141923 1066 0 0 25 0 1 0 22368175 85594112 19668 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 20897 19668 48 102 0 20792 0
Current children cumulated CPU time (s) 1504.9
Current children cumulated vsize (KiB) 105812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.53 3/78 18099
/proc/meminfo: memFree=1653656/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=83588 CPUtime=1489.6
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 23040 0 0 0 147893 1067 0 0 25 0 1 0 22368175 85594112 19668 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 20897 19668 48 102 0 20792 0
Current children cumulated CPU time (s) 1564.61
Current children cumulated vsize (KiB) 105812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.50 3/78 18099
/proc/meminfo: memFree=1652504/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=83588 CPUtime=1549.29
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 23040 0 0 0 153862 1067 0 0 25 0 1 0 22368175 85594112 19668 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 20897 19668 48 102 0 20792 0
Current children cumulated CPU time (s) 1624.3
Current children cumulated vsize (KiB) 105812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.46 3/78 18099
/proc/meminfo: memFree=1651416/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=84644 CPUtime=1608.99
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 23584 0 0 0 159832 1067 0 0 25 0 1 0 22368175 86675456 19946 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 21161 19946 48 102 0 21056 0
Current children cumulated CPU time (s) 1684
Current children cumulated vsize (KiB) 106868

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.43 3/78 18099
/proc/meminfo: memFree=1650200/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=84644 CPUtime=1668.69
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 23584 0 0 0 165802 1067 0 0 25 0 1 0 22368175 86675456 19946 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 21161 19946 48 102 0 21056 0
Current children cumulated CPU time (s) 1743.7
Current children cumulated vsize (KiB) 106868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1838.9 s]
/proc/loadavg: 2.00 2.00 2.40 3/78 18099
/proc/meminfo: memFree=1648856/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=85832 CPUtime=1725.01
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 24194 0 0 0 171433 1068 0 0 25 0 1 0 22368175 87891968 20275 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 21458 20275 48 102 0 21353 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 108056

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

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

[startup+1838.9 s]
/proc/loadavg: 2.00 2.00 2.40 3/78 18099
/proc/meminfo: memFree=1648856/2055920 swapFree=4192812/4192956
[pid=18018] ppid=18016 vsize=16868 CPUtime=75.01
/proc/18018/stat : 18018 (sugar) S 18016 18018 17126 0 -1 4194304 1365 46445 0 2 5 2 7435 59 16 0 1 0 22357660 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18018/statm: 4217 1113 409 3 0 796 0
[pid=18090] ppid=18018 vsize=5356 CPUtime=0
/proc/18090/stat : 18090 (sh) S 18018 18018 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22368175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18090/statm: 1339 232 193 169 0 50 0
[pid=18091] ppid=18090 vsize=85832 CPUtime=1725.01
/proc/18091/stat : 18091 (picosat) R 18090 18018 17126 0 -1 4194304 24194 0 0 0 171433 1068 0 0 25 0 1 0 22368175 87891968 20275 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18091/statm: 21458 20275 48 102 0 21353 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 108056

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18018 and gives
#  childrusage.ru_utime.tv_sec=74
#  childrusage.ru_utime.tv_usec=413687
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=641902
# CPU time returned by wait4() is 75.0556
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1838.94
CPU time (s): 1800.02
CPU user time (s): 1788.73
CPU system time (s): 11.29
CPU usage (%): 97.8833
Max. virtual memory (cumulated for all children) (KiB): 901796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.4137
system time used= 0.641902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48204
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= 4839
involuntary context switches= 3609

runsolver used 2.6396 second user time and 5.73413 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 00:55:17
IDJOB=2071169
IDBENCH=55445
IDSOLVER=738
FILE ID=node76/2071169-1247352910
PBS_JOBID= 9506807
Free space on /tmp= 63432 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-01.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-2071169-1247352910/watcher-2071169-1247352910 -o /tmp/evaluation-result-2071169-1247352910/solver-2071169-1247352910 -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-2071169-1247352910.xml

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

MD5SUM BENCH= 0389a008320032d4e55e89d7ac6d4180
RANDOM SEED=38344413

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         24528 kB
Buffers:          3024 kB
Cached:        1884044 kB
SwapCached:          0 kB
Active:        1385724 kB
Inactive:       528140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         24528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           55096 kB
Writeback:         364 kB
Mapped:          48040 kB
Slab:           102572 kB
Committed_AS:   187172 kB
PageTables:       1976 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= 66324 MiB
End job on node76 at 2009-07-12 01:26:04