Trace number 248258

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
Abscon 109 ESACSAT 78.4451 81.4878

DiagnosticValue
CHECKS141866976
NODES10852

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-3-1.xml
MD5SUM6c4fc417989e032fc5770c5a06335250
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.022995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.49	   
0.49	Abscon 109 (November, 2006)
0.49	   
0.49	   configuration
0.49	     name=esac.xml
0.52	   
0.52	   instance
0.52	     name=/tmp/evaluation/248258-1168398582/unknown.xml
0.55	   
0.55	   domains being loaded...
0.56	   
0.56	   variables being loaded...
0.61	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.61	       =>  wckTime=0.114  cpuTime=0.1  mem=7M927
0.61	   
0.61	   predicates being loaded...
0.62	   
0.62	   constraints being loaded...
0.69	     nbConstraints=20  nbSingletonDomainVariables=45  nbDisconnectedVariables=45  nbUnbuiltConflictsStructures=20
0.69	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=3  maxArity=4
0.69	       =>  wckTime=0.196  cpuTime=0.16  mem=8M902
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.419  cpuTime=0.31  mem=15M584
5.91	   
5.91	   preprocessing
5.91	     nbConstraintChecks=10815455  nbValidityChecks=3391  nbPropagations=313  nbRevisions=85  nbUselessRevisions=17
5.91	     nbSingletonTests=166  nbEffectiveSingletonTests=0  nbESACBranches=10  nbRemovedValues=656  detectedInconsistency=no
5.91	       =>  wckTime=4.995  cpuTime=4.76  mem=15M584
6.30	   
6.30	   search
6.30	     run=0  nbConstraintChecks=654585  nbValidityChecks=3657  nbPropagations=448  nbRevisions=198  nbUselessRevisions=35
6.30	     nbAssignments=40  nbFailedAssignments=25  nbBacktracks=10  nbVisitedNodes=66  nbRestartNogoods=0  mapSize=10
6.30	     nbInferences=0  nbTooLargeKeys=0
6.30	       =>  wckTime=5.39  cpuTime=5.14  mem=15M584
18.66	   
18.66	   search
18.66	     run=1  nbConstraintChecks=20154318  nbValidityChecks=8722  nbPropagations=4038  nbRevisions=2014
18.66	     nbUselessRevisions=102  nbAssignments=1600  nbFailedAssignments=1559  nbBacktracks=25  nbVisitedNodes=3160
18.66	     nbRestartNogoods=10  mapSize=23  nbInferences=0  nbTooLargeKeys=0
18.66	       =>  wckTime=17.751  cpuTime=16.54  mem=15M584
39.49	   
39.49	   search
39.49	     run=2  nbConstraintChecks=52649592  nbValidityChecks=26074  nbPropagations=13110  nbRevisions=6616
39.49	     nbUselessRevisions=192  nbAssignments=4320  nbFailedAssignments=4023  nbBacktracks=47  nbVisitedNodes=8110
39.49	     nbRestartNogoods=101  mapSize=45  nbInferences=0  nbTooLargeKeys=0
39.49	       =>  wckTime=38.583  cpuTime=35.51  mem=15M584
62.41	   
62.41	   search
62.41	     run=3  nbConstraintChecks=94571444  nbValidityChecks=35988  nbPropagations=28983  nbRevisions=14686
62.41	     nbUselessRevisions=308  nbAssignments=7678  nbFailedAssignments=7323  nbBacktracks=81  nbVisitedNodes=14768
62.41	     nbRestartNogoods=101  mapSize=73  nbInferences=0  nbTooLargeKeys=0
62.41	       =>  wckTime=61.496  cpuTime=58.4  mem=15M584
81.45	   
81.45	   search
81.45	     run=4  nbConstraintChecks=131051521  nbValidityChecks=47742  nbPropagations=51117  nbRevisions=25957
81.45	     nbUselessRevisions=533  nbAssignments=10852  nbFailedAssignments=10068  nbBacktracks=105  nbVisitedNodes=20382
81.45	     nbRestartNogoods=234  mapSize=97  nbInferences=0  nbTooLargeKeys=0
81.45	       =>  wckTime=80.535  cpuTime=77.41  mem=15M584
81.45	   
81.45	   global
81.45	     nbConstraintChecks=141866976  nbValidityChecks=51133  nbPropagations=51430  nbRevisions=26042
81.45	     nbUselessRevisions=550  nbRestartNogoods=234  solvingWckTime=80.538  solvingCpuTime=77.41  expiredTime=no
81.45	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=77.77
81.45	       =>  wckTime=80.958  cpuTime=77.72  mem=15M584
81.45	   
81.45	s SATISFIABLE
81.45	v 2 10 113 91 39 46 30 2 2 2 2 2 2 18 47 2 2 4 30 80 2 55 47 2 2 2 69 2 4 9 2 80 2 29 2 2 2 2 2 2 2 2 6 78 2 2 2 2 2 12 3 2 2 58 2 2 2 2 2 2 2 112 2 2 2 6 2 5 78 26 2 107 2 2 2 49 85 11 113 95 6 2 2 2 20 2 103 22 2 2 65 2 106 23 2 88 44 2 90 58 
81.45	d NODES 10852
81.45	d CHECKS 141866976
81.45	   
81.45	   totalWckTime=81.04  totalCpuTime=77.79

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node51/watcher-248258-1168398582 -o ROOT/results/node51/solver-248258-1168398582 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248258-1168398582/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.12 1.66 1.86 4/84 7043
/proc/meminfo: memFree=1411728/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=906644 CPUtime=0.02
/proc/7042/stat : 7042 (java) S 7040 7042 6704 0 -1 0 2068 0 1 0 1 1 0 0 18 0 2 0 188256805 928403456 1817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 226661 1817 1036 14 0 214244 0
[pid=7042/tid=7044] ppid=7040 vsize=906644 CPUtime=0
/proc/7042/task/7044/stat : 7044 (java) R 7040 7042 6704 0 -1 64 3 0 0 0 0 0 0 0 19 0 2 0 188256809 928403456 1817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104918 s]
/proc/loadavg: 1.12 1.66 1.86 4/84 7043
/proc/meminfo: memFree=1411728/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=914988 CPUtime=0.09
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 2988 0 1 0 7 2 0 0 17 0 8 0 188256805 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228747 2734 1426 14 0 215242 0
[pid=7042/tid=7044] ppid=7040 vsize=914988 CPUtime=0
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 188256809 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516989 s]
/proc/loadavg: 1.12 1.66 1.86 4/84 7043
/proc/meminfo: memFree=1411728/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915332 CPUtime=0.33
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 5367 0 1 0 29 4 0 0 17 0 8 0 188256805 937299968 5113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228833 5113 2012 14 0 215303 0
[pid=7042/tid=7044] ppid=7040 vsize=915332 CPUtime=0
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 188256809 937299968 5113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 915332

[startup+1.34517 s]
/proc/loadavg: 1.27 1.68 1.87 5/91 7050
/proc/meminfo: memFree=1358104/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915456 CPUtime=1.14
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 8671 0 1 0 108 6 0 0 23 0 8 0 188256805 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073695584 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228864 8409 2540 14 0 215334 0
[pid=7042/tid=7044] ppid=7040 vsize=915456 CPUtime=0.02
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 188256809 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7045] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7045/stat : 7045 (java) S 7040 7042 6704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188256809 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7046] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7046/stat : 7046 (java) S 7040 7042 6704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188256809 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7047] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7047/stat : 7047 (java) S 7040 7042 6704 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188256813 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7048] ppid=7040 vsize=915456 CPUtime=0.12
/proc/7042/task/7048/stat : 7048 (java) S 7040 7042 6704 0 -1 64 331 0 0 0 12 0 0 0 15 0 8 0 188256813 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7049] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7049/stat : 7049 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188256813 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7050] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7050/stat : 7050 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188256813 937426944 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 915456

[startup+2.9834 s]
/proc/loadavg: 1.27 1.68 1.87 3/91 7050
/proc/meminfo: memFree=1348760/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915456 CPUtime=2.67
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 8673 0 1 0 261 6 0 0 25 0 8 0 188256805 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073689312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228864 8410 2540 14 0 215334 0
[pid=7042/tid=7044] ppid=7040 vsize=915456 CPUtime=0.03
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 195 0 0 0 3 0 0 0 16 0 8 0 188256809 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7045] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7045/stat : 7045 (java) S 7040 7042 6704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188256809 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7046] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7046/stat : 7046 (java) S 7040 7042 6704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188256809 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7047] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7047/stat : 7047 (java) S 7040 7042 6704 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188256813 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7048] ppid=7040 vsize=915456 CPUtime=0.12
/proc/7042/task/7048/stat : 7048 (java) S 7040 7042 6704 0 -1 64 332 0 0 0 12 0 0 0 16 0 8 0 188256813 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7049] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7049/stat : 7049 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188256813 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7050] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7050/stat : 7050 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188256813 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 915456

[startup+6.27896 s]
/proc/loadavg: 1.27 1.68 1.87 3/91 7050
/proc/meminfo: memFree=1277208/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915456 CPUtime=5.85
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 8789 0 1 0 579 6 0 0 25 0 8 0 188256805 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073688074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228864 8522 2543 14 0 215334 0
[pid=7042/tid=7044] ppid=7040 vsize=915456 CPUtime=0.03
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 195 0 0 0 3 0 0 0 17 0 8 0 188256809 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7045] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7045/stat : 7045 (java) S 7040 7042 6704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188256809 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7046] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7046/stat : 7046 (java) S 7040 7042 6704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188256809 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7047] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7047/stat : 7047 (java) S 7040 7042 6704 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188256813 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7048] ppid=7040 vsize=915456 CPUtime=0.14
/proc/7042/task/7048/stat : 7048 (java) S 7040 7042 6704 0 -1 64 345 0 0 0 14 0 0 0 15 0 8 0 188256813 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7049] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7049/stat : 7049 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188256813 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7050] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7050/stat : 7050 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188256813 937426944 8522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 915456

[startup+12.6851 s]
/proc/loadavg: 1.46 1.71 1.88 5/91 7050
/proc/meminfo: memFree=1176096/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915456 CPUtime=11.93
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 8812 0 1 0 1173 20 0 0 25 0 8 0 188256805 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696959 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228864 8539 2543 14 0 215334 0
[pid=7042/tid=7044] ppid=7040 vsize=915456 CPUtime=0.24
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 195 0 0 0 11 13 0 0 17 0 8 0 188256809 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7045] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7045/stat : 7045 (java) S 7040 7042 6704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188256809 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7046] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7046/stat : 7046 (java) S 7040 7042 6704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188256809 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7047] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7047/stat : 7047 (java) S 7040 7042 6704 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188256813 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7048] ppid=7040 vsize=915456 CPUtime=0.16
/proc/7042/task/7048/stat : 7048 (java) S 7040 7042 6704 0 -1 64 358 0 0 0 16 0 0 0 15 0 8 0 188256813 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7049] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7049/stat : 7049 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188256813 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7050] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7050/stat : 7050 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188256813 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 915456

[startup+25.5692 s]
/proc/loadavg: 1.69 1.75 1.89 3/91 7050
/proc/meminfo: memFree=988000/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915456 CPUtime=23.59
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 8839 0 1 0 2338 21 0 0 25 0 8 0 188256805 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073692456 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7042/statm: 228864 8562 2543 14 0 215334 0
[pid=7042/tid=7044] ppid=7040 vsize=915456 CPUtime=0.24
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 195 0 0 0 11 13 0 0 16 0 8 0 188256809 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7042/tid=7045] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7045/stat : 7045 (java) S 7040 7042 6704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188256809 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7046] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7046/stat : 7046 (java) S 7040 7042 6704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188256809 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7047] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7047/stat : 7047 (java) S 7040 7042 6704 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188256813 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7048] ppid=7040 vsize=915456 CPUtime=0.19
/proc/7042/task/7048/stat : 7048 (java) S 7040 7042 6704 0 -1 64 376 0 0 0 18 1 0 0 15 0 8 0 188256813 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7042/tid=7049] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7049/stat : 7049 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188256813 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7050] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7050/stat : 7050 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188256813 937426944 8562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 915456

[startup+51.2076 s]
/proc/loadavg: 1.85 1.79 1.90 3/88 7123
/proc/meminfo: memFree=1497640/2055920 swapFree=4192812/4192956
[pid=7042] ppid=7040 vsize=915456 CPUtime=48.22
/proc/7042/stat : 7042 (java) R 7040 7042 6704 0 -1 0 8852 0 1 0 4799 23 0 0 25 0 8 0 188256805 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073689828 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7042/statm: 228864 8573 2543 14 0 215334 0
[pid=7042/tid=7044] ppid=7040 vsize=915456 CPUtime=0.24
/proc/7042/task/7044/stat : 7044 (java) S 7040 7042 6704 0 -1 64 195 0 0 0 11 13 0 0 16 0 8 0 188256809 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7042/tid=7045] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7045/stat : 7045 (java) S 7040 7042 6704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188256809 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7046] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7046/stat : 7046 (java) S 7040 7042 6704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188256809 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7047] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7047/stat : 7047 (java) S 7040 7042 6704 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188256813 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7048] ppid=7040 vsize=915456 CPUtime=0.19
/proc/7042/task/7048/stat : 7048 (java) S 7040 7042 6704 0 -1 64 377 0 0 0 18 1 0 0 16 0 8 0 188256813 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7042/tid=7049] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7049/stat : 7049 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188256813 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7042/tid=7050] ppid=7040 vsize=915456 CPUtime=0
/proc/7042/task/7050/stat : 7050 (java) S 7040 7042 6704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188256813 937426944 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.22
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 81.4878
CPU time (s): 78.4451
CPU user time (s): 78.2031
CPU system time (s): 0.241963
CPU usage (%): 96.266
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.2031
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9009
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2671
involuntary context switches= 2346

runsolver used 0.109983 s user time and 0.244962 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Wed Jan 10 03:09:43 UTC 2007


IDJOB= 248258
IDBENCH= 11693
FILE ID= node51/248258-1168398582

PBS_JOBID= 3522972

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-20-3-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248258-1168398582/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-248258-1168398582 -o ROOT/results/node51/solver-248258-1168398582 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248258-1168398582/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6c4fc417989e032fc5770c5a06335250

RANDOM SEED= 619097697

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1412208 kB
Buffers:         47232 kB
Cached:         363828 kB
SwapCached:          0 kB
Active:         301640 kB
Inactive:       287244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4428 kB
Writeback:           0 kB
Mapped:         198496 kB
Slab:            39900 kB
Committed_AS:  5023192 kB
PageTables:       2136 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= 66560 MiB



End job on node51 on Wed Jan 10 03:11:05 UTC 2007