Trace number 1075204

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
SAT4J CSP 2008-06-13UNSAT 11.8852 12.0215

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph8-f11.xml
MD5SUM8638549a387d1f83f3e686ca096d4300
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 benchmark0.535917
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.24	c See www.sat4j.org for details.
0.19/0.24	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.37	c c --- Begin Solver configuration ---
0.30/0.37	c Stops conflict analysis at the first Unique Implication Point
0.30/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.37	c Learn all clauses as in MiniSAT
0.30/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.37	c Expensive reason simplification
0.30/0.37	c MiniSAT restarts strategy
0.30/0.37	c timeout=2147483s
0.30/0.37	c DB Simplification allowed=false
0.30/0.37	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1075204-1215180334.xml
0.30/0.37	c reading problem ... 
0.60/0.64	c reading problem named null
0.60/0.65	c reading domains done.
0.60/0.66	c reading variables done.
1.10/1.20	c reading predicates  done.
1.29/1.38	c reading constraints
11.10/11.22	c done with constraints.
11.10/11.22	c ... done. Wall clock time 10.849s.
11.10/11.22	c #vars     19322
11.10/11.22	c #constraints  184302
11.10/11.22	c constraints type 
11.10/11.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 177316
11.10/11.22	c org.sat4j.minisat.constraints.card.AtLeast => 680
11.80/11.95	c starts		: 2
11.80/11.95	c conflicts		: 153
11.80/11.95	c decisions		: 429
11.80/11.95	c propagations		: 20028
11.80/11.95	c inspects		: 418995
11.80/11.95	c learnt literals	: 2
11.80/11.95	c learnt binary clauses	: 3
11.80/11.95	c learnt ternary clauses	: 2
11.80/11.95	c learnt clauses	: 150
11.80/11.95	c ignored clauses	: 0
11.80/11.95	c root simplifications	: 0
11.80/11.95	c removed literals (reason simplification)	: 1909
11.80/11.95	c reason swapping (by a shorter reason)	: 0
11.80/11.95	c Calls to reduceDB	: 0
11.80/11.95	c speed (assignments/second)	: 30717.791411042945
11.80/11.95	c non guided choices	247
11.80/11.95	s UNSATISFIABLE
11.80/11.95	c Total wall clock time (in seconds) : 11.573

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075204-1215180334/watcher-1075204-1215180334 -o /tmp/evaluation-result-1075204-1215180334/solver-1075204-1215180334 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075204-1215180334.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.11 2.04 4/72 25563
/proc/meminfo: memFree=1715264/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=152 CPUtime=0
/proc/25563/stat : 25563 (java) R 25561 25563 22537 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1997008033 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 0 0 0
/proc/25563/statm: 38 26 19 9 0 4 0

[startup+0.055302 s]
/proc/loadavg: 2.26 2.11 2.04 4/72 25563
/proc/meminfo: memFree=1715264/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=802236 CPUtime=0.05
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 2696 0 1 0 4 1 0 0 18 0 7 0 1997008033 821489664 2431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 200559 2431 1002 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102304 s]
/proc/loadavg: 2.26 2.11 2.04 4/72 25563
/proc/meminfo: memFree=1715264/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=804756 CPUtime=0.09
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 3252 0 1 0 8 1 0 0 18 0 12 0 1997008033 824070144 2983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 201189 2990 1246 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301322 s]
/proc/loadavg: 2.26 2.11 2.04 4/72 25563
/proc/meminfo: memFree=1715264/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=808808 CPUtime=0.3
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 5019 0 1 0 28 2 0 0 18 0 12 0 1997008033 828219392 4348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 202202 4348 1310 9 0 199571 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808808

[startup+0.701357 s]
/proc/loadavg: 2.26 2.11 2.04 4/72 25563
/proc/meminfo: memFree=1715264/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=808836 CPUtime=0.7
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 6150 0 1 0 67 3 0 0 18 0 12 0 1997008033 828248064 5477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 202209 5477 1336 9 0 199571 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808836

[startup+1.50243 s]
/proc/loadavg: 2.26 2.11 2.04 3/84 25575
/proc/meminfo: memFree=1697120/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=808836 CPUtime=1.5
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 8944 0 1 0 144 6 0 0 18 0 12 0 1997008033 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 202209 7496 1352 9 0 199571 0
[pid=25563/tid=25565] ppid=25561 vsize=808836 CPUtime=0.84
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 5988 0 1 0 80 4 0 0 25 0 12 0 1997008034 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1997008035 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25567] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1997008035 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25568] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1997008037 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1997008037 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25570] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1997008037 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25571] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997008041 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=808836 CPUtime=0.22
/proc/25563/task/25572/stat : 25572 (java) R 25561 25563 22537 0 -1 64 506 0 0 0 22 0 0 0 16 0 12 0 1997008041 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 105840115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=808836 CPUtime=0.4
/proc/25563/task/25573/stat : 25573 (java) S 25561 25563 22537 0 -1 64 1689 0 0 0 40 0 0 0 16 0 12 0 1997008041 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997008041 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=808836 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1997008041 828248064 7496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 808836

[startup+3.10157 s]
/proc/loadavg: 2.26 2.11 2.04 4/84 25575
/proc/meminfo: memFree=1682592/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=815952 CPUtime=3.08
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 19612 0 1 0 298 10 0 0 18 0 12 0 1997008033 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 203988 15074 1379 9 0 201350 0
[pid=25563/tid=25565] ppid=25561 vsize=815952 CPUtime=1.39
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 11692 0 1 0 132 7 0 0 25 0 12 0 1997008034 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4109185188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1997008035 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25567] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1997008035 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25568] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1997008037 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1997008037 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25570] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1997008037 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25571] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997008041 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=815952 CPUtime=0.89
/proc/25563/task/25572/stat : 25572 (java) S 25561 25563 22537 0 -1 64 4486 0 0 0 88 1 0 0 16 0 12 0 1997008041 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=815952 CPUtime=0.77
/proc/25563/task/25573/stat : 25573 (java) S 25561 25563 22537 0 -1 64 2672 0 0 0 77 0 0 0 16 0 12 0 1997008041 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997008041 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=815952 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1997008041 835534848 15074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815952

[startup+6.30285 s]
/proc/loadavg: 2.24 2.11 2.04 3/84 25575
/proc/meminfo: memFree=1620896/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=815312 CPUtime=6.25
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 31808 0 1 0 611 14 0 0 18 0 12 0 1997008033 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 203828 26045 1389 9 0 201190 0
[pid=25563/tid=25565] ppid=25561 vsize=815312 CPUtime=3.57
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 17523 0 1 0 349 8 0 0 25 0 12 0 1997008034 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4109662208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=815312 CPUtime=0.11
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 3304 0 0 0 10 1 0 0 17 0 12 0 1997008035 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25567] ppid=25561 vsize=815312 CPUtime=0.06
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 1851 0 0 0 5 1 0 0 17 0 12 0 1997008035 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25568] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25570] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25571] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997008041 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=815312 CPUtime=1.34
/proc/25563/task/25572/stat : 25572 (java) S 25561 25563 22537 0 -1 64 5477 0 0 0 133 1 0 0 16 0 12 0 1997008041 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=815312 CPUtime=1.12
/proc/25563/task/25573/stat : 25573 (java) S 25561 25563 22537 0 -1 64 2808 0 0 0 111 1 0 0 15 0 12 0 1997008041 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997008041 834879488 26045 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1997008041 834879488 26045 996147200 134512640 134550740 4294956016 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) 815312

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

[startup+9.50212 s]
/proc/loadavg: 2.24 2.11 2.04 3/84 25575
/proc/meminfo: memFree=1607648/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=815312 CPUtime=9.43
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 34016 0 1 0 927 16 0 0 18 0 12 0 1997008033 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 203828 28249 1390 9 0 201190 0
[pid=25563/tid=25565] ppid=25561 vsize=815312 CPUtime=5.91
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 17532 0 1 0 583 8 0 0 25 0 12 0 1997008034 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4109662153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=815312 CPUtime=0.23
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 4462 0 0 0 22 1 0 0 16 0 12 0 1997008035 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25567] ppid=25561 vsize=815312 CPUtime=0.19
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 2848 0 0 0 18 1 0 0 16 0 12 0 1997008035 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25568] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25570] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25571] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997008041 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=815312 CPUtime=1.68
/proc/25563/task/25572/stat : 25572 (java) S 25561 25563 22537 0 -1 64 5501 0 0 0 167 1 0 0 15 0 12 0 1997008041 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=815312 CPUtime=1.35
/proc/25563/task/25573/stat : 25573 (java) S 25561 25563 22537 0 -1 64 2828 0 0 0 134 1 0 0 16 0 12 0 1997008041 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997008041 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1997008041 834879488 28249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 815312

[startup+11.1013 s]
/proc/loadavg: 2.22 2.10 2.04 3/84 25575
/proc/meminfo: memFree=1598176/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=815312 CPUtime=11
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 37214 0 1 0 1083 17 0 0 18 0 12 0 1997008033 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 203828 31444 1390 9 0 201190 0
[pid=25563/tid=25565] ppid=25561 vsize=815312 CPUtime=7.22
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 17536 0 1 0 714 8 0 0 25 0 12 0 1997008034 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4109662153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=815312 CPUtime=0.32
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 5912 0 0 0 30 2 0 0 16 0 12 0 1997008035 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25567] ppid=25561 vsize=815312 CPUtime=0.29
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 4586 0 0 0 27 2 0 0 16 0 12 0 1997008035 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25568] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25570] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1997008037 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25571] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997008041 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=815312 CPUtime=1.75
/proc/25563/task/25572/stat : 25572 (java) S 25561 25563 22537 0 -1 64 5507 0 0 0 174 1 0 0 16 0 12 0 1997008041 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=815312 CPUtime=1.35
/proc/25563/task/25573/stat : 25573 (java) S 25561 25563 22537 0 -1 64 2828 0 0 0 134 1 0 0 15 0 12 0 1997008041 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997008041 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=815312 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1997008041 834879488 31444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 815312

[startup+11.5013 s]
/proc/loadavg: 2.22 2.10 2.04 3/84 25575
/proc/meminfo: memFree=1598176/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=815636 CPUtime=11.4
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 37235 0 1 0 1123 17 0 0 18 0 13 0 1997008033 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 203909 31465 1394 9 0 201271 0
[pid=25563/tid=25565] ppid=25561 vsize=815636 CPUtime=7.4
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 17546 0 1 0 732 8 0 0 25 0 13 0 1997008034 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=815636 CPUtime=0.32
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 5912 0 0 0 30 2 0 0 16 0 13 0 1997008035 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25567] ppid=25561 vsize=815636 CPUtime=0.29
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 4586 0 0 0 27 2 0 0 16 0 13 0 1997008035 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25568] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 1997008037 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1997008037 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25570] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1997008037 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25571] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1997008041 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=815636 CPUtime=1.85
/proc/25563/task/25572/stat : 25572 (java) S 25561 25563 22537 0 -1 64 5513 0 0 0 184 1 0 0 16 0 13 0 1997008041 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=815636 CPUtime=1.48
/proc/25563/task/25573/stat : 25573 (java) R 25561 25563 22537 0 -1 64 2833 0 0 0 147 1 0 0 16 0 13 0 1997008041 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 106094729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1997008041 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1997008041 835211264 31465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 815636

[startup+11.9013 s]
/proc/loadavg: 2.22 2.10 2.04 3/84 25575
/proc/meminfo: memFree=1598176/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=815636 CPUtime=11.8
/proc/25563/stat : 25563 (java) S 25561 25563 22537 0 -1 0 37262 0 1 0 1162 18 0 0 18 0 13 0 1997008033 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 203909 31491 1394 9 0 201271 0
[pid=25563/tid=25565] ppid=25561 vsize=815636 CPUtime=7.5
/proc/25563/task/25565/stat : 25565 (java) R 25561 25563 22537 0 -1 64 17548 0 1 0 742 8 0 0 25 0 13 0 1997008034 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25566] ppid=25561 vsize=815636 CPUtime=0.32
/proc/25563/task/25566/stat : 25566 (java) S 25561 25563 22537 0 -1 64 5912 0 0 0 30 2 0 0 16 0 13 0 1997008035 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25567] ppid=25561 vsize=815636 CPUtime=0.29
/proc/25563/task/25567/stat : 25567 (java) S 25561 25563 22537 0 -1 64 4586 0 0 0 27 2 0 0 16 0 13 0 1997008035 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25568] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25568/stat : 25568 (java) S 25561 25563 22537 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 1997008037 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25569] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25569/stat : 25569 (java) S 25561 25563 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1997008037 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25570] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25570/stat : 25570 (java) S 25561 25563 22537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1997008037 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25571] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25571/stat : 25571 (java) S 25561 25563 22537 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1997008041 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25572] ppid=25561 vsize=815636 CPUtime=2.02
/proc/25563/task/25572/stat : 25572 (java) S 25561 25563 22537 0 -1 64 5522 0 0 0 200 2 0 0 16 0 13 0 1997008041 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25573] ppid=25561 vsize=815636 CPUtime=1.61
/proc/25563/task/25573/stat : 25573 (java) R 25561 25563 22537 0 -1 64 2844 0 0 0 160 1 0 0 16 0 13 0 1997008041 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 102527723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25563/tid=25574] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25574/stat : 25574 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1997008041 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25563/tid=25575] ppid=25561 vsize=815636 CPUtime=0
/proc/25563/task/25575/stat : 25575 (java) S 25561 25563 22537 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1997008041 835211264 31491 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 815636

[startup+12.0019 s]
/proc/loadavg: 2.22 2.10 2.04 3/74 25577
/proc/meminfo: memFree=1627040/2055920 swapFree=4180972/4192956
[pid=25563] ppid=25561 vsize=0 CPUtime=11.86
/proc/25563/stat : 25563 (java) Z 25561 25563 22537 0 -1 12 37272 0 1 0 1168 18 0 0 16 0 2 0 1997008033 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25563/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 12.0215
CPU time (s): 11.8852
CPU user time (s): 11.6822
CPU system time (s): 0.202969
CPU usage (%): 98.8663
Max. virtual memory (cumulated for all children) (KiB): 817272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6822
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37272
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= 1258
involuntary context switches= 1292

runsolver used 0.015997 second user time and 0.054991 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 16:05:34
IDJOB=1075204
IDBENCH=56491
IDSOLVER=344
FILE ID=node15/1075204-1215180334
PBS_JOBID= 7881479
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph8-f11.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075204-1215180334/watcher-1075204-1215180334 -o /tmp/evaluation-result-1075204-1215180334/solver-1075204-1215180334 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075204-1215180334.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8638549a387d1f83f3e686ca096d4300
RANDOM SEED=1865894609

node15.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.229
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.229
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:       1715744 kB
Buffers:         57736 kB
Cached:         177916 kB
SwapCached:       6020 kB
Active:         200468 kB
Inactive:        77812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715744 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          50092 kB
Slab:            47016 kB
Committed_AS:  3546960 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= 66528 MiB
End job on node15 at 2008-07-04 16:05:46