Trace number 2060884

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatUNSAT 10.8174 11.0288

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-18-18.xml
MD5SUMb33fd00b4cfaa23b5fb760b23f9f7ab9
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2474
Satisfiable
(Un)Satisfiability was proved
Number of variables648
Number of constraints768
Maximum constraint arity18
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension613
Global constraints used (with number of constraints)cumulative(2),weightedsum(153)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:29:31 2009
0.00/0.08	c 0	PID 14844
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060884-1247326171.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-2060884-1247326171.xml' 'HOME/temp.csp'
0.06/0.53	c 0	19 domains, 648 variables, 2 predicates, 0 relations, 768 constraints
0.06/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.50/0.63	c 0	Parsing HOME/temp.csp
0.50/0.72	c 0	parsed 1437 expressions
0.50/0.73	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.73	c 1	Converting to clausal form CSP
0.50/0.75	c 1	converted 144 (10%) expressions
0.50/0.75	c 1	converted 288 (20%) expressions
0.50/0.75	c 1	converted 432 (30%) expressions
0.50/0.76	c 1	converted 575 (40%) expressions
0.50/0.80	c 1	converted 719 (50%) expressions
0.50/0.93	c 1	converted 863 (60%) expressions
0.50/0.95	c 1	converted 1006 (70%) expressions
0.50/0.97	c 1	converted 1150 (80%) expressions
0.50/0.99	c 1	converted 1294 (90%) expressions
1.21/1.39	c 1	converted 1437 (100%) expressions
1.21/1.39	c 1	CSP : 2580 integers, 952 booleans, 7196 clauses, largest domain size 47
1.21/1.39	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 1	Propagation in CSP
1.32/1.42	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.43	c 1	CSP : 2580 integers, 952 booleans, 7196 clauses, largest domain size 47
1.32/1.43	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.32/1.44	c 1	CSP : 2580 integers, 952 booleans, 7196 clauses, largest domain size 47
1.32/1.44	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.51	c 1	258 (10%) CSP integer variables are encoded (1250 clauses, 14159 bytes)
1.41/1.51	c 1	516 (20%) CSP integer variables are encoded (1250 clauses, 14159 bytes)
1.41/1.51	c 1	774 (30%) CSP integer variables are encoded (1874 clauses, 22271 bytes)
1.41/1.51	c 1	1032 (40%) CSP integer variables are encoded (2954 clauses, 36311 bytes)
1.41/1.52	c 1	1290 (50%) CSP integer variables are encoded (4202 clauses, 52535 bytes)
1.41/1.52	c 1	1548 (60%) CSP integer variables are encoded (5450 clauses, 68759 bytes)
1.41/1.53	c 1	1806 (70%) CSP integer variables are encoded (6802 clauses, 86335 bytes)
1.41/1.53	c 1	2064 (80%) CSP integer variables are encoded (7882 clauses, 100375 bytes)
1.41/1.53	c 1	2322 (90%) CSP integer variables are encoded (9130 clauses, 118956 bytes)
1.41/1.53	c 1	2580 (100%) CSP integer variables are encoded (10482 clauses, 139236 bytes)
1.51/1.60	c 1	720 (10%) CSP clauses are encoded (31281 clauses, 475095 bytes)
1.51/1.64	c 1	1440 (20%) CSP clauses are encoded (44603 clauses, 708957 bytes)
1.51/1.68	c 1	2159 (30%) CSP clauses are encoded (49742 clauses, 826790 bytes)
1.61/1.70	c 1	2879 (40%) CSP clauses are encoded (52902 clauses, 896169 bytes)
1.61/1.72	c 2	3598 (50%) CSP clauses are encoded (56974 clauses, 988285 bytes)
1.61/1.78	c 2	4318 (60%) CSP clauses are encoded (79161 clauses, 1372514 bytes)
1.71/1.81	c 2	5038 (70%) CSP clauses are encoded (84301 clauses, 1490743 bytes)
1.71/1.83	c 2	5757 (80%) CSP clauses are encoded (87800 clauses, 1570355 bytes)
1.71/1.86	c 2	6477 (90%) CSP clauses are encoded (91873 clauses, 1677061 bytes)
1.81/1.92	c 2	7196 (100%) CSP clauses are encoded (114059 clauses, 2105158 bytes)
1.81/1.92	c 2	7196 CSP clauses encoded
1.81/1.92	c 2	Writing map file : HOME/temp.map
1.81/1.93	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.81/1.93	c 2	SAT : 13972 SAT variables, 114059 SAT clauses, 2105158 bytes
1.81/1.93	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.81/1.97	c 2	SOLVING HOME/temp.cnf
1.81/1.97	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
10.60/10.81	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.60/10.81	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.60/10.88	c 11	Decoding HOME/temp.out
10.62/10.97	s UNSATISFIABLE
10.62/10.98	c 11	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.77/11.02	c 11	CPU 10.79 (0.06 0.01 10.05 0.67)
10.77/11.02	c 11	END Sat Jul 11 17:29:42 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060884-1247326171/watcher-2060884-1247326171 -o /tmp/evaluation-result-2060884-1247326171/solver-2060884-1247326171 -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-2060884-1247326171.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.98 1.97 1.91 4/75 14844
/proc/meminfo: memFree=832136/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=12272 CPUtime=0
/proc/14844/stat : 14844 (sugar) R 14842 14844 12034 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 19679766 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 0 4224 0 0 0 0 17 1 0 0
/proc/14844/statm: 3068 364 274 3 0 168 0

[startup+0.157972 s]
/proc/loadavg: 1.98 1.97 1.91 4/75 14844
/proc/meminfo: memFree=832136/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.06
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201978 s]
/proc/loadavg: 1.98 1.97 1.91 4/75 14844
/proc/meminfo: memFree=832136/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.06
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301995 s]
/proc/loadavg: 1.98 1.97 1.91 4/75 14844
/proc/meminfo: memFree=832136/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.06
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701065 s]
/proc/loadavg: 1.98 1.97 1.91 4/75 14844
/proc/meminfo: memFree=832136/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.5
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1309 4915 0 1 5 1 41 3 16 0 1 0 19679766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 1.98 1.97 1.91 4/86 14866
/proc/meminfo: memFree=815920/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.5
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1310 4915 0 1 5 1 41 3 15 0 1 0 19679766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
[pid=14857] ppid=14844 vsize=5356 CPUtime=0
/proc/14857/stat : 14857 (sh) S 14844 14844 12034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19679822 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14857/statm: 1339 233 193 169 0 50 0
[pid=14858] ppid=14857 vsize=868700 CPUtime=0.91
/proc/14858/stat : 14858 (java) S 14857 14844 12034 0 -1 0 7664 0 1 0 87 4 0 0 19 0 9 0 19679823 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14858/statm: 217175 6860 2588 9 0 211652 0
[pid=14858/tid=14859] ppid=14857 vsize=868700 CPUtime=0.53
/proc/14858/task/14859/stat : 14859 (java) R 14857 14844 12034 0 -1 64 2756 0 1 0 52 1 0 0 18 0 9 0 19679823 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14860] ppid=14857 vsize=868700 CPUtime=0.15
/proc/14858/task/14860/stat : 14860 (java) S 14857 14844 12034 0 -1 64 2705 0 0 0 15 0 0 0 16 0 9 0 19679825 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14861] ppid=14857 vsize=868700 CPUtime=0
/proc/14858/task/14861/stat : 14861 (java) S 14857 14844 12034 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19679825 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14862] ppid=14857 vsize=868700 CPUtime=0
/proc/14858/task/14862/stat : 14862 (java) S 14857 14844 12034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19679825 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14863] ppid=14857 vsize=868700 CPUtime=0
/proc/14858/task/14863/stat : 14863 (java) S 14857 14844 12034 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19679827 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14864] ppid=14857 vsize=868700 CPUtime=0.19
/proc/14858/task/14864/stat : 14864 (java) R 14857 14844 12034 0 -1 64 1504 0 0 0 19 0 0 0 16 0 9 0 19679827 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 102128140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14865] ppid=14857 vsize=868700 CPUtime=0
/proc/14858/task/14865/stat : 14865 (java) S 14857 14844 12034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19679827 889548800 6860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14866] ppid=14857 vsize=868700 CPUtime=0
/proc/14858/task/14866/stat : 14866 (java) S 14857 14844 12034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19679827 889548800 6860 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) 890924

[startup+3.10248 s]
/proc/loadavg: 1.98 1.97 1.91 3/78 14868
/proc/meminfo: memFree=824688/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=1.87
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1365 12982 0 2 6 1 170 10 16 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=5544 CPUtime=1.11
/proc/14868/stat : 14868 (picosat) R 14867 14844 12034 0 -1 4194304 1234 0 0 0 57 54 0 0 25 0 1 0 19679964 5677056 1220 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14868/statm: 1386 1220 42 102 0 1281 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 27768

[startup+6.30202 s]
/proc/loadavg: 1.98 1.97 1.91 3/78 14868
/proc/meminfo: memFree=821232/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=1.87
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1365 12982 0 2 6 1 170 10 16 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=6132 CPUtime=4.28
/proc/14868/stat : 14868 (picosat) R 14867 14844 12034 0 -1 4194304 1402 0 0 0 374 54 0 0 25 0 1 0 19679964 6279168 1376 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14868/statm: 1533 1376 42 102 0 1428 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 28356

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

[startup+6.40204 s]
/proc/loadavg: 1.98 1.97 1.91 3/78 14868
/proc/meminfo: memFree=821232/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=1.87
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1365 12982 0 2 6 1 170 10 16 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=6132 CPUtime=4.38
/proc/14868/stat : 14868 (picosat) R 14867 14844 12034 0 -1 4194304 1407 0 0 0 384 54 0 0 25 0 1 0 19679964 6279168 1381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14868/statm: 1533 1381 42 102 0 1428 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 28356

[startup+9.60158 s]
/proc/loadavg: 1.98 1.97 1.91 3/78 14868
/proc/meminfo: memFree=820784/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=1.87
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1365 12982 0 2 6 1 170 10 16 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=6660 CPUtime=7.54
/proc/14868/stat : 14868 (picosat) R 14867 14844 12034 0 -1 4194304 1521 0 0 0 700 54 0 0 25 0 1 0 19679964 6819840 1495 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/14868/statm: 1665 1495 42 102 0 1560 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 28884

[startup+10.4017 s]
/proc/loadavg: 1.98 1.97 1.91 3/78 14868
/proc/meminfo: memFree=820720/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=1.87
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1365 12982 0 2 6 1 170 10 16 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=6660 CPUtime=8.33
/proc/14868/stat : 14868 (picosat) R 14867 14844 12034 0 -1 4194304 1545 0 0 0 779 54 0 0 25 0 1 0 19679964 6819840 1519 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/14868/statm: 1665 1519 42 102 0 1560 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 28884

[startup+10.8018 s]
/proc/loadavg: 1.98 1.97 1.91 3/78 14868
/proc/meminfo: memFree=820720/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=1.87
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1365 12982 0 2 6 1 170 10 16 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679964 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=6796 CPUtime=8.73
/proc/14868/stat : 14868 (picosat) R 14867 14844 12034 0 -1 4194304 1560 0 0 0 819 54 0 0 25 0 1 0 19679964 6959104 1534 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/14868/statm: 1699 1534 42 102 0 1594 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 29020

[startup+11.0018 s]
/proc/loadavg: 1.98 1.97 1.91 2/86 14878
/proc/meminfo: memFree=820720/2055920 swapFree=4192956/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=10.62
/proc/14844/stat : 14844 (sugar) S 14842 14844 12034 0 -1 4194304 1448 14829 0 2 6 1 990 65 15 0 1 0 19679766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14869] ppid=14844 vsize=5356 CPUtime=0
/proc/14869/stat : 14869 (sh) S 14844 14844 12034 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 19680847 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14869/statm: 1339 233 193 169 0 50 0
[pid=14870] ppid=14869 vsize=864120 CPUtime=0.15
/proc/14870/stat : 14870 (java) S 14869 14844 12034 0 -1 0 3622 0 1 0 14 1 0 0 18 0 9 0 19680848 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14870/statm: 216030 3087 1710 9 0 210535 0
[pid=14870/tid=14871] ppid=14869 vsize=864120 CPUtime=0.11
/proc/14870/task/14871/stat : 14871 (java) S 14869 14844 12034 0 -1 64 2559 0 1 0 10 1 0 0 20 0 9 0 19680849 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14872] ppid=14869 vsize=864120 CPUtime=0
/proc/14870/task/14872/stat : 14872 (java) S 14869 14844 12034 0 -1 64 69 0 0 0 0 0 0 0 16 0 9 0 19680850 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14873] ppid=14869 vsize=864120 CPUtime=0
/proc/14870/task/14873/stat : 14873 (java) S 14869 14844 12034 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19680850 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14874] ppid=14869 vsize=864120 CPUtime=0
/proc/14870/task/14874/stat : 14874 (java) S 14869 14844 12034 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19680850 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14875] ppid=14869 vsize=864120 CPUtime=0
/proc/14870/task/14875/stat : 14875 (java) S 14869 14844 12034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19680852 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14876] ppid=14869 vsize=864120 CPUtime=0.03
/proc/14870/task/14876/stat : 14876 (java) S 14869 14844 12034 0 -1 64 301 0 0 0 3 0 0 0 17 0 9 0 19680852 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14877] ppid=14869 vsize=864120 CPUtime=0
/proc/14870/task/14877/stat : 14877 (java) S 14869 14844 12034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19680852 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14870/tid=14878] ppid=14869 vsize=864120 CPUtime=0
/proc/14870/task/14878/stat : 14878 (java) S 14869 14844 12034 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 19680852 884858880 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 11.0288
CPU time (s): 10.8174
CPU user time (s): 10.1175
CPU system time (s): 0.699893
CPU usage (%): 98.0827
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1175
system time used= 0.699893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20276
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3060
involuntary context switches= 3173

runsolver used 0.017997 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 17:29:31
IDJOB=2060884
IDBENCH=53758
IDSOLVER=738
FILE ID=node68/2060884-1247326171
PBS_JOBID= 9506495
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-18-18.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-2060884-1247326171/watcher-2060884-1247326171 -o /tmp/evaluation-result-2060884-1247326171/solver-2060884-1247326171 -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-2060884-1247326171.xml

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

MD5SUM BENCH= b33fd00b4cfaa23b5fb760b23f9f7ab9
RANDOM SEED=997866059

node68.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.258
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.258
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:        832616 kB
Buffers:         67732 kB
Cached:        1040464 kB
SwapCached:          0 kB
Active:         136440 kB
Inactive:      1011556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        832616 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          51640 kB
Slab:            60264 kB
Committed_AS:   174268 kB
PageTables:       1948 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= 66444 MiB
End job on node68 at 2009-07-11 17:29:42