Trace number 2097735

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
Abscon 112v4 ACUNSAT 30.5594 30.7258

DiagnosticValue
CHECKS141218
NODES0

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-5.xml
MD5SUMffd4e30efbf09de711f9454c0ccf63ba
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5594
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-2097735-1247413902.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.48/0.53	   
0.48/0.53	   variables being loaded...
0.78/0.82	     nbVariables=1750  nbDomainTypes=30  minDomainSize=82  maxDomainSize=802  nbTotalValues=813037
0.78/0.82	       =>  wckTime=0.578  cpuTime=0.44  mem=35M256
0.78/0.82	   
0.78/0.82	   predicates being loaded...
0.78/0.89	   
0.78/0.89	   constraints being loaded...
20.72/20.83	   
20.72/20.83	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 74M6)
29.06/29.28	     nbConstraints=16963  nbGlobalConstraints=39  nbMergedConstraints=15125  nbConvertedConstraints=107
29.06/29.28	     nbConvertConstraintsChecks=41914544  nbExtensionStructures=104  nbSharedExtensionStructures=4
29.06/29.28	     nbConflictsStructures=288  nbSharedConflictsStructures=271  nbUnbuiltConflictsStructures=6173
29.06/29.28	     nbSharedBinaryRepresentations=111230  nbEvaluationManagers=6357  nbSharedEvaluationManagers=10460  minDegree=3
29.06/29.28	     maxDegree=58  minArity=2  avgArity=2.01  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=3.948
29.06/29.28	     symmetryCpuTime=3.58  nbCliques=39
29.06/29.28	       =>  wckTime=29.036  cpuTime=27.69  mem=86M292
29.56/29.71	   
29.56/29.71	   solver IterativeSystematicSolver being built... 
30.05/30.21	   
30.05/30.21	   INFO : Forward propagation technique limited 
30.26/30.44	       =>  wckTime=30.197  cpuTime=28.12  mem=173M20
30.45/30.63	   
30.45/30.63	   preprocessing
30.45/30.63	     nbConstraintChecks=141218  nbValidityChecks=543  nbPropagations=17  nbRevisions=391  nbUselessRevisions=221
30.45/30.63	     nbRemovedValues=35256  detectedInconsistency=yes
30.45/30.63	       =>  wckTime=0.177  cpuTime=0.17  mem=173M20
30.45/30.64	   
30.45/30.64	   global
30.45/30.64	     nbConstraintChecks=141218  nbValidityChecks=543  nbPropagations=17  nbRevisions=391  nbUselessRevisions=221
30.45/30.64	     nbRestartNogoods=0  solvingWckTime=0.18  solvingCpuTime=0.17  expiredTime=no  totalExploration=yes
30.45/30.64	     nbFoundSolutions=0  globalCpuTime=28.34
30.45/30.64	       =>  wckTime=30.394  cpuTime=28.3  mem=173M20
30.45/30.64	   
30.45/30.64	s UNSATISFIABLE
30.45/30.64	d NODES 0
30.45/30.64	d CHECKS 141218
30.45/30.65	   
30.45/30.65	   totalWckTime=30.456  totalCpuTime=28.35

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-2097735-1247413902/watcher-2097735-1247413902 -o /tmp/evaluation-result-2097735-1247413902/solver-2097735-1247413902 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097735-1247413902.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

[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 31115
/proc/meminfo: memFree=1759104/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=18576 CPUtime=0
/proc/31115/stat : 31115 (runsolver) R 31113 29887 29887 0 -1 4194368 1 0 0 0 0 0 0 0 19 0 1 0 28457742 19021824 282 996147200 4194304 4302564 548682068384 18446744073709551615 259913214623 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31115/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0791489 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 31115
/proc/meminfo: memFree=1759104/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=864148 CPUtime=0.06
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 2980 0 1 0 5 1 0 0 18 0 9 0 28457742 884887552 2477 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216037 2477 1165 9 0 210930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101147 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 31115
/proc/meminfo: memFree=1759104/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=865984 CPUtime=0.07
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 3723 0 1 0 6 1 0 0 18 0 9 0 28457742 886767616 3191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216496 3191 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301169 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 31115
/proc/meminfo: memFree=1759104/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=866296 CPUtime=0.27
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 5678 0 1 0 24 3 0 0 18 0 9 0 28457742 887087104 5081 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216574 5081 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866296

[startup+0.701209 s]
/proc/loadavg: 2.00 2.00 2.00 4/69 31115
/proc/meminfo: memFree=1759104/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=867048 CPUtime=0.68
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 9688 0 1 0 62 6 0 0 18 0 9 0 28457742 887857152 9050 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216762 9050 1998 9 0 211220 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867048

[startup+1.50229 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 31124
/proc/meminfo: memFree=1702968/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=867468 CPUtime=1.47
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 22664 0 1 0 135 12 0 0 18 0 9 0 28457742 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216867 21992 2029 9 0 211325 0
[pid=31115/tid=31117] ppid=31113 vsize=867468 CPUtime=1.21
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 15796 0 1 0 112 9 0 0 25 0 9 0 28457744 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 102883426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31118] ppid=31113 vsize=867468 CPUtime=0.06
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 5526 0 0 0 5 1 0 0 16 0 9 0 28457745 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31119] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28457748 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=867468 CPUtime=0.17
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 640 0 0 0 17 0 0 0 16 0 9 0 28457748 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31123] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28457748 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28457748 888287232 21992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867468

[startup+3.10244 s]
/proc/loadavg: 2.08 2.02 2.01 3/78 31124
/proc/meminfo: memFree=1655416/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=867468 CPUtime=3.06
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 27281 0 1 0 292 14 0 0 18 0 9 0 28457742 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216867 26605 2032 9 0 211325 0
[pid=31115/tid=31117] ppid=31113 vsize=867468 CPUtime=2.6
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 15830 0 1 0 250 10 0 0 25 0 9 0 28457744 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4126932022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31118] ppid=31113 vsize=867468 CPUtime=0.25
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 10097 0 0 0 22 3 0 0 16 0 9 0 28457745 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31119] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28457748 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=867468 CPUtime=0.19
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 652 0 0 0 19 0 0 0 16 0 9 0 28457748 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31123] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28457748 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28457748 888287232 26605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867468

[startup+6.30173 s]
/proc/loadavg: 2.08 2.02 2.01 3/78 31124
/proc/meminfo: memFree=1632312/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=867468 CPUtime=6.25
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 27298 0 1 0 610 15 0 0 18 0 9 0 28457742 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216867 26620 2032 9 0 211325 0
[pid=31115/tid=31117] ppid=31113 vsize=867468 CPUtime=5.77
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 15836 0 1 0 567 10 0 0 17 0 9 0 28457744 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4126948418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31118] ppid=31113 vsize=867468 CPUtime=0.25
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 10097 0 0 0 22 3 0 0 16 0 9 0 28457745 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31119] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28457748 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=867468 CPUtime=0.2
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 663 0 0 0 20 0 0 0 16 0 9 0 28457748 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31123] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28457748 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28457748 888287232 26620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867468

[startup+12.7024 s]
/proc/loadavg: 2.06 2.02 2.00 4/89 31156
/proc/meminfo: memFree=1708512/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=867468 CPUtime=12.62
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 27318 0 1 0 1246 16 0 0 18 0 9 0 28457742 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216867 26638 2032 9 0 211325 0
[pid=31115/tid=31117] ppid=31113 vsize=867468 CPUtime=12.12
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 15838 0 1 0 1201 11 0 0 25 0 9 0 28457744 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4126939311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31118] ppid=31113 vsize=867468 CPUtime=0.25
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 10097 0 0 0 22 3 0 0 17 0 9 0 28457745 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31119] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28457748 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=867468 CPUtime=0.22
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 681 0 0 0 22 0 0 0 15 0 9 0 28457748 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31123] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28457748 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28457748 888287232 26638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867468

[startup+25.5016 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 31156
/proc/meminfo: memFree=1598368/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=867468 CPUtime=25.41
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 34705 0 1 0 2522 19 0 0 18 0 9 0 28457742 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 216867 34015 2034 9 0 211325 0
[pid=31115/tid=31117] ppid=31113 vsize=867468 CPUtime=24.4
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 15856 0 1 0 2429 11 0 0 25 0 9 0 28457744 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31118] ppid=31113 vsize=867468 CPUtime=0.69
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 17427 0 0 0 63 6 0 0 16 0 9 0 28457745 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31119] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28457746 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28457748 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=867468 CPUtime=0.29
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 720 0 0 0 28 1 0 0 15 0 9 0 28457748 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31115/tid=31123] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28457748 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=867468 CPUtime=0
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28457748 888287232 34015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 867468

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

[startup+28.7029 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 31160
/proc/meminfo: memFree=1594272/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=868116 CPUtime=28.57
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 38101 1109 1 0 2814 22 19 2 18 0 9 0 28457742 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 217029 34065 2045 9 0 211487 0
[pid=31115/tid=31117] ppid=31113 vsize=868116 CPUtime=27.54
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 18913 1109 1 0 2720 13 19 2 25 0 9 0 28457744 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4126937863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31118] ppid=31113 vsize=868116 CPUtime=0.9
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 17482 1109 0 0 63 6 19 2 16 0 9 0 28457745 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31119] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 1109 0 0 0 0 19 2 16 0 9 0 28457746 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 1109 0 0 0 0 19 2 16 0 9 0 28457746 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 1109 0 0 0 0 19 2 18 0 9 0 28457748 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=868116 CPUtime=0.51
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 856 1109 0 0 29 1 19 2 16 0 9 0 28457748 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31123] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 1109 0 0 0 0 19 2 19 0 9 0 28457748 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 15 1109 0 0 0 0 19 2 15 0 9 0 28457748 888950784 34065 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.57
Current children cumulated vsize (KiB) 868116

[startup+29.503 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 31160
/proc/meminfo: memFree=1594272/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=868116 CPUtime=29.36
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 53618 1109 1 0 2891 24 19 2 18 0 9 0 28457742 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 217029 34182 2092 9 0 211487 0
[pid=31115/tid=31117] ppid=31113 vsize=868116 CPUtime=28.1
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 20395 1109 1 0 2776 13 19 2 25 0 9 0 28457744 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31118] ppid=31113 vsize=868116 CPUtime=1.12
/proc/31115/task/31118/stat : 31118 (java) R 31113 31115 29887 0 -1 64 31512 1109 0 0 83 8 19 2 17 0 9 0 28457745 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 103732045 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31119] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 16 1109 0 0 0 0 19 2 16 0 9 0 28457746 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 5 1109 0 0 0 0 19 2 16 0 9 0 28457746 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 1109 0 0 0 0 19 2 18 0 9 0 28457748 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=868116 CPUtime=0.53
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 861 1109 0 0 31 1 19 2 15 0 9 0 28457748 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31123] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 1109 0 0 0 0 19 2 19 0 9 0 28457748 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=868116 CPUtime=0.21
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 15 1109 0 0 0 0 19 2 15 0 9 0 28457748 888950784 34182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.36
Current children cumulated vsize (KiB) 868116

[startup+30.3016 s]
/proc/loadavg: 2.05 2.02 2.00 4/89 31160
/proc/meminfo: memFree=1593568/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=868204 CPUtime=30.15
/proc/31115/stat : 31115 (java) S 31113 31115 29887 0 -1 0 85555 1109 1 0 2960 34 19 2 18 0 9 0 28457742 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 217051 53635 2661 9 0 211487 0
[pid=31115/tid=31117] ppid=31113 vsize=868204 CPUtime=28.47
/proc/31115/task/31117/stat : 31117 (java) R 31113 31115 29887 0 -1 64 31188 1109 1 0 2810 16 19 2 25 0 9 0 28457744 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31118] ppid=31113 vsize=868204 CPUtime=1.49
/proc/31115/task/31118/stat : 31118 (java) S 31113 31115 29887 0 -1 64 52481 1109 0 0 113 15 19 2 16 0 9 0 28457745 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31119] ppid=31113 vsize=868204 CPUtime=0.21
/proc/31115/task/31119/stat : 31119 (java) S 31113 31115 29887 0 -1 64 20 1109 0 0 0 0 19 2 16 0 9 0 28457746 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31120] ppid=31113 vsize=868204 CPUtime=0.21
/proc/31115/task/31120/stat : 31120 (java) S 31113 31115 29887 0 -1 64 23 1109 0 0 0 0 19 2 15 0 9 0 28457746 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31121] ppid=31113 vsize=868204 CPUtime=0.21
/proc/31115/task/31121/stat : 31121 (java) S 31113 31115 29887 0 -1 64 1 1109 0 0 0 0 19 2 18 0 9 0 28457748 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31122] ppid=31113 vsize=868204 CPUtime=0.58
/proc/31115/task/31122/stat : 31122 (java) S 31113 31115 29887 0 -1 64 1014 1109 0 0 36 1 19 2 15 0 9 0 28457748 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31123] ppid=31113 vsize=868204 CPUtime=0.21
/proc/31115/task/31123/stat : 31123 (java) S 31113 31115 29887 0 -1 64 1 1109 0 0 0 0 19 2 19 0 9 0 28457748 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31115/tid=31124] ppid=31113 vsize=868204 CPUtime=0.21
/proc/31115/task/31124/stat : 31124 (java) S 31113 31115 29887 0 -1 64 15 1109 0 0 0 0 19 2 15 0 9 0 28457748 889040896 53635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.15
Current children cumulated vsize (KiB) 868204

[startup+30.7014 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 31160
/proc/meminfo: memFree=1605280/2055920 swapFree=4192812/4192956
[pid=31115] ppid=31113 vsize=0 CPUtime=30.52
/proc/31115/stat : 31115 (java) Z 31113 31115 29887 0 -1 12 92354 1109 1 0 2992 39 19 2 16 0 2 0 28457742 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31115/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.52
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 30.7258
CPU time (s): 30.5594
CPU user time (s): 30.1154
CPU system time (s): 0.443932
CPU usage (%): 99.4583
Max. virtual memory (cumulated for all children) (KiB): 868204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1154
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93463
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= 2545
involuntary context switches= 2627

runsolver used 0.039993 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 17:51:42
IDJOB=2097735
IDBENCH=57664
IDSOLVER=773
FILE ID=node4/2097735-1247413902
PBS_JOBID= 9510636
Free space on /tmp= 66244 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097735-1247413902/watcher-2097735-1247413902 -o /tmp/evaluation-result-2097735-1247413902/solver-2097735-1247413902 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097735-1247413902.xml

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

MD5SUM BENCH= ffd4e30efbf09de711f9454c0ccf63ba
RANDOM SEED=360599315

node4.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.213
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.213
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:       1759520 kB
Buffers:         40132 kB
Cached:         139116 kB
SwapCached:          0 kB
Active:         176556 kB
Inactive:        65000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6656 kB
Writeback:           0 kB
Mapped:          72616 kB
Slab:            40148 kB
Committed_AS:   228240 kB
PageTables:       1932 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= 66256 MiB
End job on node4 at 2009-07-12 17:52:13