Trace number 221437

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, and are wall clock time (not CPU 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 0.40? 29.5305 29.7602

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-9.xml
MD5SUM35e2607ac2ad674c3dfc0c6f76eef614
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.00693
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/221437-1170102667/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/221437-1170102667/unknown.xml [Mon Jan 29 21:31:13 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/221437-1170102667/unknown.xml /tmp/evaluation/221437-1170102667/sugar23293.csp [Mon Jan 29 21:31:13 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221437-1170102667/sugar-v0-40.jar -convert /tmp/evaluation/221437-1170102667/unknown.xml /tmp/evaluation/221437-1170102667/sugar23293.csp
0.21	c BEGIN convert /tmp/evaluation/221437-1170102667/unknown.xml
2.04	c END convert (1.824721 seconds)
2.05	c # CONVERT_XML  END : /tmp/evaluation/221437-1170102667/sugar23293.csp 12593033 bytes (2 seconds) [Mon Jan 29 21:31:15 2007]
2.05	c # CONVERT_XML  CPU : 1.93 = 0 + 0 + 1.8 + 0.13
2.05	
2.05	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221437-1170102667/sugar23293.bcnf [Mon Jan 29 21:31:15 2007]
2.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221437-1170102667/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221437-1170102667/sugar23293.map /tmp/evaluation/221437-1170102667/sugar23293.csp /tmp/evaluation/221437-1170102667/sugar23293.bcnf
2.16	c BEGIN parse /tmp/evaluation/221437-1170102667/sugar23293.csp
29.67	c jp.ac.kobe_u.cs.sugar.SugarException: mul(V299, V209) is not coef linear expression
29.67	c 	at jp.ac.kobe_u.cs.sugar.LinearExpression.toLinearExpression(LinearExpression.java:97)
29.67	c 	at jp.ac.kobe_u.cs.sugar.LinearExpression.toLinearExpression(LinearExpression.java:81)
29.67	c 	at jp.ac.kobe_u.cs.sugar.LinearExpression.(LinearExpression.java:56)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parseLE(CSPParser.java:312)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parseComparison(CSPParser.java:386)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parse(CSPParser.java:469)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parseOR(CSPParser.java:439)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parse(CSPParser.java:486)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parse(CSPParser.java:541)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parse(CSPParser.java:568)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parse(CSPParser.java:586)
29.67	c 	at jp.ac.kobe_u.cs.sugar.CSPParser.parse(CSPParser.java:600)
29.67	c 	at jp.ac.kobe_u.cs.sugar.Sugar.encode(Sugar.java:187)
29.67	c 	at jp.ac.kobe_u.cs.sugar.Sugar.execute(Sugar.java:435)
29.67	c 	at jp.ac.kobe_u.cs.sugar.Sugar.main(Sugar.java:451)
29.75	s UNKNOWN
29.75	c # ERROR /tmp/evaluation/221437-1170102667/sugar23293.bcnf is not generated, at /tmp/evaluation/221437-1170102667/sugar line 310.
29.75	
29.75	c # MAIN  END :  (29 seconds) [Mon Jan 29 21:31:42 2007]
29.75	c # MAIN  CPU : 29.47 = 0 + 0 + 28.78 + 0.69
29.75	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node29/watcher-221437-1170102667 -o ROOT/results/node29/solver-221437-1170102667 -C 1800 -M 900 /tmp/evaluation/221437-1170102667/solver /tmp/evaluation/221437-1170102667 /tmp/evaluation/221437-1170102667/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.57 1.73 1.95 5/94 23294
/proc/meminfo: memFree=1686776/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=18540 CPUtime=0
/proc/23293/stat : 23293 (runsolver) R 23291 23293 22771 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 4031495 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23293/statm: 4635 279 244 17 0 2626 0

[startup+0.103887 s]
/proc/loadavg: 1.57 1.73 1.95 5/94 23294
/proc/meminfo: memFree=1686776/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.03
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 4031495 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512915 s]
/proc/loadavg: 1.57 1.73 1.95 5/94 23294
/proc/meminfo: memFree=1686776/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.03
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 4031495 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33897 s]
/proc/loadavg: 1.57 1.73 1.95 4/102 23302
/proc/meminfo: memFree=1629112/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.03
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 4031495 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 805 368 3 0 531 0
[pid=23295] ppid=23293 vsize=807412 CPUtime=1.22
/proc/23295/stat : 23295 (java) R 23293 23293 22771 0 -1 0 11157 0 1 0 113 9 0 0 25 0 8 0 4031499 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4153380239 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23295/statm: 201853 10895 1691 14 0 189131 0
[pid=23295/tid=23296] ppid=23293 vsize=807412 CPUtime=0.12
/proc/23295/task/23296/stat : 23296 (java) S 23293 23293 22771 0 -1 64 4562 0 0 0 10 2 0 0 16 0 8 0 4031508 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23295/tid=23297] ppid=23293 vsize=807412 CPUtime=0
/proc/23295/task/23297/stat : 23297 (java) S 23293 23293 22771 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 4031508 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=807412 CPUtime=0
/proc/23295/task/23298/stat : 23298 (java) S 23293 23293 22771 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 4031509 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=807412 CPUtime=0
/proc/23295/task/23299/stat : 23299 (java) S 23293 23293 22771 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4031512 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=807412 CPUtime=0.15
/proc/23295/task/23300/stat : 23300 (java) S 23293 23293 22771 0 -1 64 413 0 0 0 14 1 0 0 16 0 8 0 4031512 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=807412 CPUtime=0
/proc/23295/task/23301/stat : 23301 (java) S 23293 23293 22771 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4031512 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=807412 CPUtime=0
/proc/23295/task/23302/stat : 23302 (java) S 23293 23293 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4031512 826789888 10895 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821136

[startup+2.98707 s]
/proc/loadavg: 1.57 1.73 1.95 3/102 23310
/proc/meminfo: memFree=1631288/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=1.96
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1190 11204 0 1 3 0 180 13 15 0 1 0 4031495 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807064 CPUtime=0.91
/proc/23303/stat : 23303 (java) R 23293 23293 22771 0 -1 0 9268 0 1 0 87 4 0 0 25 0 8 0 4031700 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073495404 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201766 9013 1494 14 0 189044 0
[pid=23303/tid=23304] ppid=23293 vsize=807064 CPUtime=0.19
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22771 0 -1 64 3212 0 0 0 18 1 0 0 16 0 8 0 4031703 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4031703 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22771 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4031704 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22771 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 4031707 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807064 CPUtime=0.05
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22771 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4031707 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22771 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4031707 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4031707 826433536 9013 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.26927 s]
/proc/loadavg: 1.60 1.73 1.95 3/102 23310
/proc/meminfo: memFree=1509240/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=1.96
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1190 11204 0 1 3 0 180 13 15 0 1 0 4031495 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807064 CPUtime=4.18
/proc/23303/stat : 23303 (java) R 23293 23293 22771 0 -1 0 22901 0 1 0 406 12 0 0 25 0 8 0 4031700 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201766 22616 1494 14 0 189044 0
[pid=23303/tid=23304] ppid=23293 vsize=807064 CPUtime=1.25
/proc/23303/task/23304/stat : 23304 (java) R 23293 23293 22771 0 -1 64 16815 0 0 0 117 8 0 0 16 0 8 0 4031703 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154023948 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4031703 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22771 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4031704 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22771 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 4031707 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807064 CPUtime=0.05
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22771 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 4031707 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22771 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4031707 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4031707 826433536 22616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 820788

[startup+12.6967 s]
/proc/loadavg: 1.71 1.76 1.95 4/102 23310
/proc/meminfo: memFree=1311352/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=1.96
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1190 11204 0 1 3 0 180 13 15 0 1 0 4031495 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807064 CPUtime=10.57
/proc/23303/stat : 23303 (java) R 23293 23293 22771 0 -1 0 49561 0 1 0 1034 23 0 0 25 0 8 0 4031700 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201766 49218 1494 14 0 189044 0
[pid=23303/tid=23304] ppid=23293 vsize=807064 CPUtime=3.27
/proc/23303/task/23304/stat : 23304 (java) R 23293 23293 22771 0 -1 64 43417 0 0 0 309 18 0 0 15 0 8 0 4031703 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153823081 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4031703 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22771 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4031704 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22771 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 4031707 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807064 CPUtime=0.05
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22771 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 4031707 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22771 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4031707 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807064 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4031707 826433536 49218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 820788

[startup+25.5205 s]
/proc/loadavg: 1.84 1.78 1.96 2/89 23322
/proc/meminfo: memFree=1437600/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=1.96
/proc/23293/stat : 23293 (sugar) S 23291 23293 22771 0 -1 4194304 1190 11204 0 1 3 0 180 13 15 0 1 0 4031495 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=809388 CPUtime=23.34
/proc/23303/stat : 23303 (java) S 23293 23293 22771 0 -1 0 91144 0 1 0 2292 42 0 0 17 0 8 0 4031700 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 202347 89552 1507 14 0 189625 0
[pid=23303/tid=23304] ppid=23293 vsize=809388 CPUtime=7.64
/proc/23303/task/23304/stat : 23304 (java) R 23293 23293 22771 0 -1 64 83465 0 0 0 730 34 0 0 18 0 8 0 4031703 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154035692 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23303/tid=23305] ppid=23293 vsize=809388 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4031703 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=809388 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22771 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4031704 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=809388 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22771 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 4031707 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=809388 CPUtime=0.13
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22771 0 -1 64 385 0 0 0 13 0 0 0 16 0 8 0 4031707 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=809388 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22771 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4031707 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=809388 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4031707 828813312 89552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 823112

Child status: 1
Real time (s): 29.7602
CPU time (s): 29.5305
CPU user time (s): 28.8196
CPU system time (s): 0.710891
CPU usage (%): 99.2283
Max. virtual memory (cumulated for all children) (KiB): 823112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8196
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118743
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= 3180
involuntary context switches= 3221

runsolver used 0.041993 s user time and 0.095985 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan 29 20:31:09 UTC 2007


IDJOB= 221437
IDBENCH= 5448
IDSOLVER= 86
FILE ID= node29/221437-1170102667

PBS_JOBID= 3689765

Free space on /tmp= 66549 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-9.xml
COMMAND LINE= /tmp/evaluation/221437-1170102667/solver /tmp/evaluation/221437-1170102667 /tmp/evaluation/221437-1170102667/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-221437-1170102667 -o ROOT/results/node29/solver-221437-1170102667 -C 1800 -M 900  /tmp/evaluation/221437-1170102667/solver /tmp/evaluation/221437-1170102667 /tmp/evaluation/221437-1170102667/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  35e2607ac2ad674c3dfc0c6f76eef614

RANDOM SEED= 393650802

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.209
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	: 5931.00
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.209
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:       1737752 kB
Buffers:         35756 kB
Cached:          67400 kB
SwapCached:          0 kB
Active:         204596 kB
Inactive:        59532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16396 kB
Writeback:           0 kB
Mapped:         186412 kB
Slab:            38556 kB
Committed_AS:   592880 kB
PageTables:       2436 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= 66561 MiB



End job on node29 on Mon Jan 29 20:31:42 UTC 2007